diff --git a/docs/print.html b/docs/print.html index c4dbd8a..5e3db55 100644 --- a/docs/print.html +++ b/docs/print.html @@ -1729,7 +1729,7 @@

System Time

System Time is encoded in a special column, which is normally invisible to most queries, named system_time (lower case). Because system_time is invisible by default, it must be retrieved explicitly:

-
SELECTT *, system_time FROM products;
+
SELECT *, system_time FROM products;
 

AS OF (Time Travel)

Endb permits time-traveling queries with the SQL:2011-compatible diff --git a/docs/searchindex.js b/docs/searchindex.js index e6f0fec..4e23252 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["index.html#introduction","index.html#elsewhere","tutorial/index.html#tutorial","tutorial/index.html#warning-early-beta","tutorial/quickstart.html#quickstart","tutorial/quickstart.html#install-endb","tutorial/quickstart.html#try-online","tutorial/try_it.html#try-it","tutorial/try_it.html#curl","tutorial/try_it.html#console","tutorial/try_it.html#client-libraries","tutorial/try_it.html#learning-endb-sql","tutorial/sql_basics.html#endb-sql-basics","tutorial/sql_basics.html#just-begin","tutorial/sql_basics.html#immutable","tutorial/sql_basics.html#dynamic-joins","tutorial/sql_basics.html#semi-structured-data","tutorial/sql_basics.html#data-migration","tutorial/sql_basics.html#nested-data","tutorial/sql_basics.html#documents","tutorial/sql_basics.html#error-messages","tutorial/sql_basics.html#learn-more","sql/index.html#sql-reference","sql/intention.html#intention","sql/data_manipulation.html#data-manipulation","sql/data_manipulation.html#insert","sql/data_manipulation.html#update","sql/data_manipulation.html#update-patch","sql/data_manipulation.html#update-set-path","sql/data_manipulation.html#update-unset-path","sql/data_manipulation.html#delete","sql/data_manipulation.html#on-conflict-upsert","sql/data_manipulation.html#erase","sql/data_manipulation.html#with-common-table-expressions","sql/data_manipulation.html#parameters","sql/data_manipulation.html#transactions","sql/queries.html#queries","sql/queries.html#select-","sql/queries.html#select","sql/queries.html#from","sql/queries.html#alias-tables","sql/queries.html#alias-columns","sql/queries.html#join","sql/queries.html#using","sql/queries.html#where-filtering","sql/queries.html#advanced-filtering","sql/queries.html#order-by-sorting-results","sql/queries.html#group-by","sql/queries.html#having","sql/queries.html#limit","sql/queries.html#values-lists","sql/queries.html#objects-lists","sql/queries.html#set-operations-union-intersect-except","sql/queries.html#union","sql/queries.html#intersect","sql/queries.html#except","sql/queries.html#union-compatibility","sql/queries.html#with-common-table-expressions","sql/queries.html#with-recursive","sql/queries.html#lateral","sql/queries.html#repeatable-reads-savepoint-rollback-release","sql/queries.html#minimal-example","sql/queries.html#savepoint","sql/queries.html#rollback","sql/queries.html#release","sql/queries.html#transactions","sql/queries.html#minimal-example-1","sql/queries.html#begin-transaction","sql/queries.html#commit-transaction","sql/queries.html#rollback-transaction","sql/data_types.html#sql-data-types","sql/data_types.html#null","sql/data_types.html#text-char-varchar","sql/data_types.html#boolean","sql/data_types.html#integer-bigint","sql/data_types.html#real-double","sql/data_types.html#timestamp","sql/data_types.html#date","sql/data_types.html#time","sql/data_types.html#period","sql/data_types.html#interval-duration","sql/data_types.html#blob-varbinary","sql/data_types.html#array","sql/data_types.html#object","sql/data_types.html#dynamic-literals","sql/data_types.html#row-literals","sql/data_types.html#spread","sql/data_types.html#computed-fields","sql/data_types.html#shorthands","sql/data_types.html#note-on-timezones","sql/data_types.html#note-on-type-widening","sql/operators.html#operators","sql/operators.html#comparison","sql/operators.html#between","sql/operators.html#boolean-operators","sql/operators.html#is-is-not","sql/operators.html#is-not-distinct-from","sql/operators.html#not-and-or","sql/operators.html#math","sql/operators.html#bitwise-operators","sql/operators.html#like","sql/operators.html#regexp","sql/operators.html#glob","sql/operators.html#match-containment","sql/operators.html#any-some","sql/operators.html#all","sql/operators.html#exists","sql/operators.html#in","sql/operators.html#not-in","sql/operators.html#-concatenation","sql/operators.html#vector-operators","sql/operators.html#indexing","sql/operators.html#l2-or-euclidean-distance","sql/operators.html#cosine-distance","sql/operators.html#inverse-inner-product","sql/functions.html#functions","sql/functions.html#string-functions","sql/functions.html#character_length","sql/functions.html#octet_length","sql/functions.html#trim-ltrim-rtrim","sql/functions.html#lower-upper","sql/functions.html#replace","sql/functions.html#instr","sql/functions.html#substring","sql/functions.html#position","sql/functions.html#unicode","sql/functions.html#char","sql/functions.html#concat","sql/functions.html#like","sql/functions.html#collection-functions","sql/functions.html#length","sql/functions.html#object_keys","sql/functions.html#object_values","sql/functions.html#object_entries","sql/functions.html#object_from_entries","sql/functions.html#patch","sql/functions.html#table-value-functions","sql/functions.html#unnest","sql/functions.html#generate_series","sql/functions.html#numeric-functions","sql/functions.html#random","sql/functions.html#math","sql/functions.html#datetime-functions","sql/functions.html#strftime","sql/functions.html#unixepoch","sql/functions.html#julianday","sql/functions.html#extract","sql/functions.html#period","sql/functions.html#aggregate-functions","sql/functions.html#min-max","sql/functions.html#sum","sql/functions.html#total","sql/functions.html#avg","sql/functions.html#count","sql/functions.html#array_agg","sql/functions.html#group_concat","sql/functions.html#filter","sql/functions.html#data-type-functions","sql/functions.html#cast","sql/functions.html#typeof","sql/functions.html#conditional-functions","sql/functions.html#iif","sql/functions.html#nullif","sql/functions.html#coalesce","sql/functions.html#encoding-functions","sql/functions.html#base64","sql/functions.html#uuid","sql/functions.html#sha1","sql/functions.html#randomblob-zeroblob","sql/functions.html#hex-unhex","sql/functions.html#vector-functions","sql/functions.html#indexing","sql/functions.html#l2_distance","sql/functions.html#cosine_distance","sql/functions.html#inner_product","sql/time_queries.html#time-queries","sql/time_queries.html#note-on-sql2011-closed-open-period-model","sql/time_queries.html#note-on-timezones","sql/time_queries.html#now","sql/time_queries.html#current_timestamp","sql/time_queries.html#current_time","sql/time_queries.html#current_date","sql/time_queries.html#system-time","sql/time_queries.html#as-of-time-travel","sql/time_queries.html#all-time-omniscience","sql/time_queries.html#between","sql/time_queries.html#from--to","sql/time_queries.html#period-predicates","sql/time_queries.html#contains","sql/time_queries.html#overlaps","sql/time_queries.html#precedes","sql/time_queries.html#succeeds","sql/time_queries.html#immediately-precedes","sql/time_queries.html#immediately-succeeds","sql/path_navigation.html#path-navigation","sql/path_navigation.html#nested-objects","sql/path_navigation.html#root-navigation","sql/path_navigation.html#row-literals","sql/path_navigation.html#recursive-paths","sql/path_navigation.html#named-child","sql/path_navigation.html#numbered-child","sql/path_navigation.html#wildcard-child","sql/path_navigation.html#path-functions","sql/path_navigation.html#path_set","sql/path_navigation.html#path_replace","sql/path_navigation.html#path_insert","sql/path_navigation.html#path_remove","sql/path_navigation.html#path_extract","sql/schema.html#schema","sql/schema.html#tables","sql/schema.html#columns","sql/schema.html#views","sql/schema.html#check-constraints","sql/views.html#views","sql/views.html#create-view","sql/views.html#drop-view","sql/assertions.html#assertions","sql/assertions.html#create-assertion","sql/assertions.html#type-constraint","sql/assertions.html#unique-constraint","sql/assertions.html#not-null-constraint","sql/assertions.html#drop-assertion","clients/index.html#clients","clients/console.html#console","clients/console.html#install","clients/console.html#usage","clients/console.html#prompt","clients/console.html#commands","clients/console.html#url","clients/console.html#accept","clients/console.html#username","clients/console.html#password","clients/console.html#timer","clients/console.html#quit","clients/console.html#data-types","clients/javascript.html#javascript","clients/javascript.html#table-of-contents","clients/javascript.html#install","clients/javascript.html#usage-examples","clients/javascript.html#import","clients/javascript.html#endb","clients/javascript.html#endbwebsocket","clients/javascript.html#sql","clients/javascript.html#template-literals","clients/javascript.html#data-types","clients/javascript.html#complete-examples","clients/javascript.html#javascript-api-reference","clients/javascript.html#classes","clients/javascript.html#endb-1","clients/javascript.html#endbwebsocket-1","clients/python.html#python","clients/python.html#table-of-contents","clients/python.html#install","clients/python.html#usage-examples","clients/python.html#import","clients/python.html#endb","clients/python.html#endbwebsocket","clients/python.html#sql","clients/python.html#data-types","clients/python.html#complete-examples","clients/python.html#python-api-reference","clients/python.html#endb-module","clients/python.html#class--endbendburlhttplocalhost3803sql-acceptapplicationldjson-usernamenone-passwordnone","clients/python.html#class--endbendbwebsocketurlwslocalhost3803sql-usernamenone-passwordnone","reference/index.html#reference","reference/installation.html#installation","reference/installation.html#warning-early-beta","reference/installation.html#installing-from-docker-hub","reference/installation.html#installing-from-git-docker","reference/installation.html#installing-from-git-binary","reference/operation.html#operation","reference/operation.html#backup-and-restore","reference/monitoring.html#monitoring","reference/monitoring.html#logging","reference/monitoring.html#prometheus","reference/monitoring.html#opentelemetry","reference/monitoring.html#metrics","reference/monitoring.html#histograms","reference/monitoring.html#counters","reference/monitoring.html#monotonic-counters","reference/monitoring.html#tracing","reference/http_api.html#http-api","reference/http_api.html#http-query-parameters","reference/http_api.html#http-verbs","reference/http_api.html#content-types","reference/http_api.html#applicationjson","reference/http_api.html#applicationldjson","reference/http_api.html#applicationsql","reference/http_api.html#multipartform-data","reference/http_api.html#applicationx-www-form-urlencoded","reference/http_api.html#accept-headers","reference/http_api.html#textcsv","reference/http_api.html#applicationjson-1","reference/http_api.html#applicationx-ndjson","reference/http_api.html#applicationldjson-1","reference/http_api.html#multipartmixed","reference/http_api.html#applicationvndapachearrowfile","reference/http_api.html#applicationvndapachearrowstream","reference/http_api.html#http-basic-authentication","reference/http_api.html#parameters","reference/http_api.html#named-parameters","reference/http_api.html#positional-parameters","reference/http_api.html#bulk-parameters","reference/http_api.html#apache-arrow-file-parameters","reference/http_api.html#bulk-insert","reference/http_api.html#multiple-statements","reference/websocket_api.html#websocket-api","reference/websocket_api.html#json-rpc-request-object","reference/websocket_api.html#json-rpc-request-parameters","reference/websocket_api.html#json-rpc-response-object","reference/websocket_api.html#websocket-basic-authentication","reference/websocket_api.html#parameters","reference/websocket_api.html#named-parameters","reference/websocket_api.html#positional-parameters","reference/websocket_api.html#bulk-parameters","reference/websocket_api.html#transactions","reference/data_types.html#data-types","reference/data_types.html#scalars","reference/data_types.html#collections","reference/data_types.html#unsupported-scalar-types","appendix/index.html#appendix","appendix/what.html#what-is-endatabas","appendix/what.html#who-wants-one-database","appendix/what.html#when-is-one-database-possible","appendix/why.html#why-endatabas","appendix/why.html#what-is-endatabas-anyway","appendix/why.html#history","appendix/why.html#why-sql","appendix/why.html#why-full-history","appendix/why.html#why-a-timeline","appendix/why.html#why-separation-of-storage-and-compute","appendix/why.html#why-documents","appendix/why.html#why-one-database","appendix/why.html#why-commercial-open-source","appendix/why.html#why-now","appendix/architecture.html#architecture","appendix/architecture.html#immutable","appendix/architecture.html#erasure","appendix/architecture.html#dynamic-sql","appendix/architecture.html#columnar-hybrid-transactional-analytic-processing-htap","appendix/architecture.html#query-execution","appendix/architecture.html#future","appendix/architecture.html#cloud-separation-of-storage-from-compute","appendix/architecture.html#adaptive-indexing","appendix/roadmap.html#roadmap","appendix/license.html#license"],"index":{"documentStore":{"docInfo":{"0":{"body":31,"breadcrumbs":2,"title":1},"1":{"body":7,"breadcrumbs":2,"title":1},"10":{"body":24,"breadcrumbs":4,"title":2},"100":{"body":75,"breadcrumbs":3,"title":0},"101":{"body":20,"breadcrumbs":4,"title":1},"102":{"body":34,"breadcrumbs":4,"title":1},"103":{"body":119,"breadcrumbs":5,"title":2},"104":{"body":36,"breadcrumbs":3,"title":0},"105":{"body":34,"breadcrumbs":3,"title":0},"106":{"body":17,"breadcrumbs":4,"title":1},"107":{"body":27,"breadcrumbs":3,"title":0},"108":{"body":27,"breadcrumbs":3,"title":0},"109":{"body":63,"breadcrumbs":4,"title":1},"11":{"body":7,"breadcrumbs":5,"title":3},"110":{"body":0,"breadcrumbs":5,"title":2},"111":{"body":19,"breadcrumbs":4,"title":1},"112":{"body":40,"breadcrumbs":6,"title":3},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":43,"breadcrumbs":6,"title":3},"115":{"body":0,"breadcrumbs":4,"title":1},"116":{"body":0,"breadcrumbs":5,"title":2},"117":{"body":13,"breadcrumbs":4,"title":1},"118":{"body":13,"breadcrumbs":4,"title":1},"119":{"body":25,"breadcrumbs":6,"title":3},"12":{"body":25,"breadcrumbs":7,"title":3},"120":{"body":17,"breadcrumbs":5,"title":2},"121":{"body":16,"breadcrumbs":4,"title":1},"122":{"body":15,"breadcrumbs":4,"title":1},"123":{"body":32,"breadcrumbs":4,"title":1},"124":{"body":38,"breadcrumbs":4,"title":1},"125":{"body":12,"breadcrumbs":4,"title":1},"126":{"body":13,"breadcrumbs":4,"title":1},"127":{"body":11,"breadcrumbs":4,"title":1},"128":{"body":35,"breadcrumbs":3,"title":0},"129":{"body":0,"breadcrumbs":5,"title":2},"13":{"body":33,"breadcrumbs":5,"title":1},"130":{"body":26,"breadcrumbs":4,"title":1},"131":{"body":12,"breadcrumbs":4,"title":1},"132":{"body":12,"breadcrumbs":4,"title":1},"133":{"body":20,"breadcrumbs":4,"title":1},"134":{"body":18,"breadcrumbs":4,"title":1},"135":{"body":54,"breadcrumbs":4,"title":1},"136":{"body":6,"breadcrumbs":6,"title":3},"137":{"body":155,"breadcrumbs":4,"title":1},"138":{"body":55,"breadcrumbs":4,"title":1},"139":{"body":0,"breadcrumbs":5,"title":2},"14":{"body":114,"breadcrumbs":5,"title":1},"140":{"body":7,"breadcrumbs":4,"title":1},"141":{"body":62,"breadcrumbs":4,"title":1},"142":{"body":0,"breadcrumbs":5,"title":2},"143":{"body":23,"breadcrumbs":4,"title":1},"144":{"body":19,"breadcrumbs":4,"title":1},"145":{"body":21,"breadcrumbs":4,"title":1},"146":{"body":53,"breadcrumbs":4,"title":1},"147":{"body":15,"breadcrumbs":4,"title":1},"148":{"body":0,"breadcrumbs":5,"title":2},"149":{"body":33,"breadcrumbs":5,"title":2},"15":{"body":31,"breadcrumbs":6,"title":2},"150":{"body":21,"breadcrumbs":4,"title":1},"151":{"body":11,"breadcrumbs":4,"title":1},"152":{"body":15,"breadcrumbs":4,"title":1},"153":{"body":37,"breadcrumbs":4,"title":1},"154":{"body":43,"breadcrumbs":4,"title":1},"155":{"body":28,"breadcrumbs":4,"title":1},"156":{"body":12,"breadcrumbs":4,"title":1},"157":{"body":0,"breadcrumbs":6,"title":3},"158":{"body":16,"breadcrumbs":4,"title":1},"159":{"body":14,"breadcrumbs":4,"title":1},"16":{"body":55,"breadcrumbs":7,"title":3},"160":{"body":0,"breadcrumbs":5,"title":2},"161":{"body":19,"breadcrumbs":4,"title":1},"162":{"body":14,"breadcrumbs":4,"title":1},"163":{"body":16,"breadcrumbs":4,"title":1},"164":{"body":0,"breadcrumbs":5,"title":2},"165":{"body":22,"breadcrumbs":4,"title":1},"166":{"body":45,"breadcrumbs":4,"title":1},"167":{"body":15,"breadcrumbs":4,"title":1},"168":{"body":25,"breadcrumbs":5,"title":2},"169":{"body":70,"breadcrumbs":5,"title":2},"17":{"body":52,"breadcrumbs":6,"title":2},"170":{"body":0,"breadcrumbs":5,"title":2},"171":{"body":19,"breadcrumbs":4,"title":1},"172":{"body":20,"breadcrumbs":4,"title":1},"173":{"body":20,"breadcrumbs":4,"title":1},"174":{"body":14,"breadcrumbs":4,"title":1},"175":{"body":35,"breadcrumbs":6,"title":2},"176":{"body":30,"breadcrumbs":10,"title":6},"177":{"body":6,"breadcrumbs":6,"title":2},"178":{"body":10,"breadcrumbs":5,"title":1},"179":{"body":8,"breadcrumbs":5,"title":1},"18":{"body":48,"breadcrumbs":6,"title":2},"180":{"body":7,"breadcrumbs":5,"title":1},"181":{"body":16,"breadcrumbs":5,"title":1},"182":{"body":33,"breadcrumbs":6,"title":2},"183":{"body":21,"breadcrumbs":6,"title":2},"184":{"body":20,"breadcrumbs":6,"title":2},"185":{"body":26,"breadcrumbs":5,"title":1},"186":{"body":22,"breadcrumbs":4,"title":0},"187":{"body":5,"breadcrumbs":6,"title":2},"188":{"body":25,"breadcrumbs":5,"title":1},"189":{"body":26,"breadcrumbs":5,"title":1},"19":{"body":31,"breadcrumbs":5,"title":1},"190":{"body":20,"breadcrumbs":5,"title":1},"191":{"body":19,"breadcrumbs":5,"title":1},"192":{"body":21,"breadcrumbs":6,"title":2},"193":{"body":21,"breadcrumbs":6,"title":2},"194":{"body":64,"breadcrumbs":6,"title":2},"195":{"body":20,"breadcrumbs":6,"title":2},"196":{"body":38,"breadcrumbs":6,"title":2},"197":{"body":26,"breadcrumbs":6,"title":2},"198":{"body":34,"breadcrumbs":6,"title":2},"199":{"body":40,"breadcrumbs":6,"title":2},"2":{"body":19,"breadcrumbs":2,"title":1},"20":{"body":11,"breadcrumbs":6,"title":2},"200":{"body":44,"breadcrumbs":6,"title":2},"201":{"body":40,"breadcrumbs":6,"title":2},"202":{"body":43,"breadcrumbs":6,"title":2},"203":{"body":27,"breadcrumbs":5,"title":1},"204":{"body":31,"breadcrumbs":5,"title":1},"205":{"body":24,"breadcrumbs":5,"title":1},"206":{"body":32,"breadcrumbs":5,"title":1},"207":{"body":44,"breadcrumbs":5,"title":1},"208":{"body":45,"breadcrumbs":4,"title":1},"209":{"body":15,"breadcrumbs":4,"title":1},"21":{"body":8,"breadcrumbs":6,"title":2},"210":{"body":16,"breadcrumbs":4,"title":1},"211":{"body":17,"breadcrumbs":4,"title":1},"212":{"body":20,"breadcrumbs":5,"title":2},"213":{"body":5,"breadcrumbs":4,"title":1},"214":{"body":52,"breadcrumbs":5,"title":2},"215":{"body":9,"breadcrumbs":5,"title":2},"216":{"body":0,"breadcrumbs":4,"title":1},"217":{"body":20,"breadcrumbs":5,"title":2},"218":{"body":15,"breadcrumbs":5,"title":2},"219":{"body":42,"breadcrumbs":5,"title":2},"22":{"body":51,"breadcrumbs":4,"title":2},"220":{"body":54,"breadcrumbs":5,"title":2},"221":{"body":8,"breadcrumbs":5,"title":2},"222":{"body":95,"breadcrumbs":2,"title":1},"223":{"body":16,"breadcrumbs":3,"title":1},"224":{"body":3,"breadcrumbs":3,"title":1},"225":{"body":47,"breadcrumbs":3,"title":1},"226":{"body":47,"breadcrumbs":3,"title":1},"227":{"body":7,"breadcrumbs":3,"title":1},"228":{"body":7,"breadcrumbs":3,"title":1},"229":{"body":10,"breadcrumbs":3,"title":1},"23":{"body":86,"breadcrumbs":4,"title":1},"230":{"body":7,"breadcrumbs":3,"title":1},"231":{"body":7,"breadcrumbs":3,"title":1},"232":{"body":20,"breadcrumbs":3,"title":1},"233":{"body":5,"breadcrumbs":3,"title":1},"234":{"body":43,"breadcrumbs":4,"title":2},"235":{"body":19,"breadcrumbs":3,"title":1},"236":{"body":16,"breadcrumbs":4,"title":2},"237":{"body":6,"breadcrumbs":3,"title":1},"238":{"body":0,"breadcrumbs":4,"title":2},"239":{"body":4,"breadcrumbs":3,"title":1},"24":{"body":31,"breadcrumbs":6,"title":2},"240":{"body":88,"breadcrumbs":3,"title":1},"241":{"body":69,"breadcrumbs":3,"title":1},"242":{"body":73,"breadcrumbs":3,"title":1},"243":{"body":46,"breadcrumbs":4,"title":2},"244":{"body":31,"breadcrumbs":4,"title":2},"245":{"body":95,"breadcrumbs":4,"title":2},"246":{"body":10,"breadcrumbs":5,"title":3},"247":{"body":10,"breadcrumbs":3,"title":1},"248":{"body":162,"breadcrumbs":3,"title":1},"249":{"body":163,"breadcrumbs":3,"title":1},"25":{"body":80,"breadcrumbs":5,"title":1},"250":{"body":12,"breadcrumbs":3,"title":1},"251":{"body":14,"breadcrumbs":4,"title":2},"252":{"body":16,"breadcrumbs":3,"title":1},"253":{"body":0,"breadcrumbs":4,"title":2},"254":{"body":4,"breadcrumbs":3,"title":1},"255":{"body":70,"breadcrumbs":3,"title":1},"256":{"body":19,"breadcrumbs":3,"title":1},"257":{"body":80,"breadcrumbs":3,"title":1},"258":{"body":34,"breadcrumbs":4,"title":2},"259":{"body":86,"breadcrumbs":4,"title":2},"26":{"body":78,"breadcrumbs":5,"title":1},"260":{"body":10,"breadcrumbs":5,"title":3},"261":{"body":0,"breadcrumbs":4,"title":2},"262":{"body":90,"breadcrumbs":7,"title":5},"263":{"body":90,"breadcrumbs":6,"title":4},"264":{"body":21,"breadcrumbs":2,"title":1},"265":{"body":12,"breadcrumbs":3,"title":1},"266":{"body":23,"breadcrumbs":5,"title":3},"267":{"body":77,"breadcrumbs":5,"title":3},"268":{"body":11,"breadcrumbs":5,"title":3},"269":{"body":25,"breadcrumbs":5,"title":3},"27":{"body":36,"breadcrumbs":6,"title":2},"270":{"body":110,"breadcrumbs":3,"title":1},"271":{"body":35,"breadcrumbs":4,"title":2},"272":{"body":28,"breadcrumbs":3,"title":1},"273":{"body":56,"breadcrumbs":3,"title":1},"274":{"body":24,"breadcrumbs":3,"title":1},"275":{"body":30,"breadcrumbs":3,"title":1},"276":{"body":13,"breadcrumbs":3,"title":1},"277":{"body":4,"breadcrumbs":3,"title":1},"278":{"body":4,"breadcrumbs":3,"title":1},"279":{"body":11,"breadcrumbs":4,"title":2},"28":{"body":24,"breadcrumbs":7,"title":3},"280":{"body":38,"breadcrumbs":3,"title":1},"281":{"body":73,"breadcrumbs":5,"title":2},"282":{"body":26,"breadcrumbs":6,"title":3},"283":{"body":30,"breadcrumbs":5,"title":2},"284":{"body":11,"breadcrumbs":5,"title":2},"285":{"body":72,"breadcrumbs":4,"title":1},"286":{"body":42,"breadcrumbs":4,"title":1},"287":{"body":36,"breadcrumbs":4,"title":1},"288":{"body":46,"breadcrumbs":5,"title":2},"289":{"body":25,"breadcrumbs":7,"title":4},"29":{"body":25,"breadcrumbs":7,"title":3},"290":{"body":15,"breadcrumbs":5,"title":2},"291":{"body":31,"breadcrumbs":4,"title":1},"292":{"body":34,"breadcrumbs":4,"title":1},"293":{"body":42,"breadcrumbs":5,"title":2},"294":{"body":44,"breadcrumbs":4,"title":1},"295":{"body":44,"breadcrumbs":4,"title":1},"296":{"body":46,"breadcrumbs":4,"title":1},"297":{"body":43,"breadcrumbs":4,"title":1},"298":{"body":106,"breadcrumbs":6,"title":3},"299":{"body":51,"breadcrumbs":4,"title":1},"3":{"body":23,"breadcrumbs":4,"title":3},"30":{"body":42,"breadcrumbs":5,"title":1},"300":{"body":71,"breadcrumbs":5,"title":2},"301":{"body":62,"breadcrumbs":5,"title":2},"302":{"body":57,"breadcrumbs":5,"title":2},"303":{"body":110,"breadcrumbs":7,"title":4},"304":{"body":72,"breadcrumbs":5,"title":2},"305":{"body":55,"breadcrumbs":5,"title":2},"306":{"body":88,"breadcrumbs":5,"title":2},"307":{"body":36,"breadcrumbs":7,"title":4},"308":{"body":21,"breadcrumbs":7,"title":4},"309":{"body":57,"breadcrumbs":7,"title":4},"31":{"body":120,"breadcrumbs":6,"title":2},"310":{"body":71,"breadcrumbs":6,"title":3},"311":{"body":53,"breadcrumbs":4,"title":1},"312":{"body":60,"breadcrumbs":5,"title":2},"313":{"body":53,"breadcrumbs":5,"title":2},"314":{"body":58,"breadcrumbs":5,"title":2},"315":{"body":71,"breadcrumbs":4,"title":1},"316":{"body":0,"breadcrumbs":5,"title":2},"317":{"body":117,"breadcrumbs":4,"title":1},"318":{"body":26,"breadcrumbs":4,"title":1},"319":{"body":34,"breadcrumbs":6,"title":3},"32":{"body":17,"breadcrumbs":5,"title":1},"320":{"body":3,"breadcrumbs":2,"title":1},"321":{"body":99,"breadcrumbs":2,"title":1},"322":{"body":96,"breadcrumbs":3,"title":2},"323":{"body":102,"breadcrumbs":4,"title":3},"324":{"body":73,"breadcrumbs":2,"title":1},"325":{"body":102,"breadcrumbs":3,"title":2},"326":{"body":394,"breadcrumbs":2,"title":1},"327":{"body":228,"breadcrumbs":2,"title":1},"328":{"body":130,"breadcrumbs":3,"title":2},"329":{"body":61,"breadcrumbs":2,"title":1},"33":{"body":22,"breadcrumbs":7,"title":3},"330":{"body":63,"breadcrumbs":4,"title":3},"331":{"body":226,"breadcrumbs":2,"title":1},"332":{"body":45,"breadcrumbs":3,"title":2},"333":{"body":7,"breadcrumbs":4,"title":3},"334":{"body":120,"breadcrumbs":2,"title":1},"335":{"body":0,"breadcrumbs":3,"title":1},"336":{"body":22,"breadcrumbs":3,"title":1},"337":{"body":13,"breadcrumbs":3,"title":1},"338":{"body":69,"breadcrumbs":4,"title":2},"339":{"body":30,"breadcrumbs":8,"title":6},"34":{"body":6,"breadcrumbs":5,"title":1},"340":{"body":23,"breadcrumbs":4,"title":2},"341":{"body":7,"breadcrumbs":3,"title":1},"342":{"body":46,"breadcrumbs":6,"title":4},"343":{"body":18,"breadcrumbs":4,"title":2},"344":{"body":5,"breadcrumbs":3,"title":1},"345":{"body":22,"breadcrumbs":3,"title":1},"35":{"body":18,"breadcrumbs":5,"title":1},"36":{"body":14,"breadcrumbs":4,"title":1},"37":{"body":63,"breadcrumbs":4,"title":1},"38":{"body":77,"breadcrumbs":4,"title":1},"39":{"body":0,"breadcrumbs":3,"title":0},"4":{"body":0,"breadcrumbs":3,"title":1},"40":{"body":56,"breadcrumbs":5,"title":2},"41":{"body":52,"breadcrumbs":5,"title":2},"42":{"body":72,"breadcrumbs":4,"title":1},"43":{"body":35,"breadcrumbs":4,"title":1},"44":{"body":11,"breadcrumbs":4,"title":1},"45":{"body":6,"breadcrumbs":5,"title":2},"46":{"body":56,"breadcrumbs":6,"title":3},"47":{"body":43,"breadcrumbs":4,"title":1},"48":{"body":27,"breadcrumbs":4,"title":1},"49":{"body":55,"breadcrumbs":4,"title":1},"5":{"body":28,"breadcrumbs":4,"title":2},"50":{"body":53,"breadcrumbs":5,"title":2},"51":{"body":49,"breadcrumbs":5,"title":2},"52":{"body":9,"breadcrumbs":8,"title":5},"53":{"body":23,"breadcrumbs":4,"title":1},"54":{"body":12,"breadcrumbs":4,"title":1},"55":{"body":22,"breadcrumbs":4,"title":1},"56":{"body":82,"breadcrumbs":5,"title":2},"57":{"body":46,"breadcrumbs":6,"title":3},"58":{"body":80,"breadcrumbs":4,"title":1},"59":{"body":34,"breadcrumbs":4,"title":1},"6":{"body":35,"breadcrumbs":4,"title":2},"60":{"body":56,"breadcrumbs":8,"title":5},"61":{"body":68,"breadcrumbs":5,"title":2},"62":{"body":31,"breadcrumbs":4,"title":1},"63":{"body":52,"breadcrumbs":4,"title":1},"64":{"body":19,"breadcrumbs":4,"title":1},"65":{"body":15,"breadcrumbs":4,"title":1},"66":{"body":26,"breadcrumbs":5,"title":2},"67":{"body":7,"breadcrumbs":5,"title":2},"68":{"body":11,"breadcrumbs":5,"title":2},"69":{"body":30,"breadcrumbs":5,"title":2},"7":{"body":15,"breadcrumbs":3,"title":1},"70":{"body":0,"breadcrumbs":8,"title":3},"71":{"body":30,"breadcrumbs":6,"title":1},"72":{"body":39,"breadcrumbs":8,"title":3},"73":{"body":5,"breadcrumbs":6,"title":1},"74":{"body":9,"breadcrumbs":7,"title":2},"75":{"body":8,"breadcrumbs":7,"title":2},"76":{"body":32,"breadcrumbs":6,"title":1},"77":{"body":20,"breadcrumbs":6,"title":1},"78":{"body":19,"breadcrumbs":6,"title":1},"79":{"body":31,"breadcrumbs":6,"title":1},"8":{"body":62,"breadcrumbs":3,"title":1},"80":{"body":50,"breadcrumbs":7,"title":2},"81":{"body":11,"breadcrumbs":7,"title":2},"82":{"body":54,"breadcrumbs":6,"title":1},"83":{"body":119,"breadcrumbs":6,"title":1},"84":{"body":0,"breadcrumbs":7,"title":2},"85":{"body":78,"breadcrumbs":7,"title":2},"86":{"body":67,"breadcrumbs":6,"title":1},"87":{"body":37,"breadcrumbs":7,"title":2},"88":{"body":24,"breadcrumbs":6,"title":1},"89":{"body":9,"breadcrumbs":7,"title":2},"9":{"body":29,"breadcrumbs":3,"title":1},"90":{"body":68,"breadcrumbs":8,"title":3},"91":{"body":0,"breadcrumbs":4,"title":1},"92":{"body":32,"breadcrumbs":4,"title":1},"93":{"body":37,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":5,"title":2},"95":{"body":107,"breadcrumbs":3,"title":0},"96":{"body":15,"breadcrumbs":4,"title":1},"97":{"body":32,"breadcrumbs":3,"title":0},"98":{"body":59,"breadcrumbs":4,"title":1},"99":{"body":24,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"Welcome to Endatabas! Endatabas is a SQL document database with complete history. It will store anything, forever. The best way to understand Endatabas is to use it. Head on over to the Quickstart to try it out. If you're not ready to run your first query yet, there's plenty of explanatory material in our What? and Why? documents.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"If you came to the Endatabas book directly, you may also be interested in: www.endatabas.com github.com/endatabas/endb","breadcrumbs":"Introduction » Elsewhere","id":"1","title":"Elsewhere"},"10":{"body":"Endb ships with permissively-licensed (MIT) client libraries: pip install endb\nnpm install @endatabas/endb You can copy and modify their source code for any purpose. Read more about how to use them in the client libraries docs .","breadcrumbs":"Tutorial » Try It! » Client Libraries","id":"10","title":"Client Libraries"},"100":{"body":"LIKE is the operator equivalent of the LIKE function . LIKE returns TRUE if a string matches the supplied LIKE pattern, as defined below: A pattern can be a string literal. It can also contain underscores (_) and/or percentage symbols (%). An underscore matches exactly one character. A percentage symbol matches zero or more characters. Backslash escapes the following character to make it a literal. Use ESCAPE to override the default backslash escape character. SELECT * FROM products WHERE name LIKE 'Tofu';\nSELECT * FROM products WHERE name LIKE 'Tof_';\nSELECT * FROM products WHERE name LIKE '%of%';\nSELECT * FROM products WHERE name LIKE '\\%of\\%';\nSELECT * FROM products WHERE name LIKE 'X%ofX%' ESCAPE 'X'; NOT LIKE is used to invert the results of the match. SELECT * FROM products WHERE name NOT LIKE '%of%'; NOTE: Endb LIKE is case-sensitive.","breadcrumbs":"SQL Reference » Operators » LIKE","id":"100","title":"LIKE"},"101":{"body":"REGEXP returns TRUE if a string matches the supplied regular expression. REGEXP may be prefixed with NOT. SELECT * FROM products WHERE name REGEXP '.*ee|.*ea';\nSELECT * FROM products WHERE name NOT REGEXP '.*[fst]+.*';","breadcrumbs":"SQL Reference » Operators » REGEXP","id":"101","title":"REGEXP"},"102":{"body":"GLOB returns TRUE if a string matches the supplied UNIX glob. GLOB may be prefixed with NOT. SELECT * FROM products WHERE name GLOB '*of*';\nSELECT * FROM avatars WHERE filename NOT GLOB '/opt/local/avatars/*/*.png'; NOTE: GLOB is case-sensitive. It conforms to standard UNIX globs and thus does not support \"globstar\" (recursive directory) expansion like **/*.png.","breadcrumbs":"SQL Reference » Operators » GLOB","id":"102","title":"GLOB"},"103":{"body":"MATCH returns TRUE if the value on the left contains the value on the right, at the top level. Note that a top-level array to the right of the MATCH refers to a set of values that all need to match, not a literal array. The following expressions return TRUE: SELECT 'foo' MATCH 'foo';\nSELECT [1, 2, 3] MATCH [3, 1];\nSELECT {user: 'foo', age: 42} MATCH {age: 42};\nSELECT {a: [1, 2, {c: 3, x: 4}], c: 'b'} MATCH {a: [{x: 4}, 1]}; The following expressions return FALSE: SELECT [1, 2, [1, 3]] MATCH [1, 3];\nSELECT {foo: {bar: 'baz'}} MATCH {bar: 'baz'};\nSELECT {a: [1, 2, {c: 3, x: 4}], c: 'b'} MATCH {a: [{x: 4}, 3]}; NOTE: The @> operator is a synonym for MATCH. It is provided as a convenience for users accustomed to the equivalent JSON Containment Operator in Postgres . It also has a symmetric operator, <@, which returns TRUE if the value on the right contains the value on the left, at the top level. No symmetric keyword exists for MATCH.","breadcrumbs":"SQL Reference » Operators » MATCH (Containment)","id":"103","title":"MATCH (Containment)"},"104":{"body":"SOME is a synonym for ANY. ANY qualifies a subquery by comparing a single column or literal value with the result of that subquery. ANY is used in the form ANY (). It returns true if the subquery returns a one or more values for which the operator is true. The operator must return a boolean and the subquery must return a single column. SELECT 1500 < SOME (SELECT price FROM products);","breadcrumbs":"SQL Reference » Operators » ANY, SOME","id":"104","title":"ANY, SOME"},"105":{"body":"ALL qualifies a subquery by comparing a single column or literal value with the result of that subquery. ALL is used in the form ALL (). It returns true only if all values returned by the subquery are true for the operator provided. The operator must return a boolean and the subquery must return a single column. SELECT \"ok\" = ALL (SELECT status_code FROM statuses);","breadcrumbs":"SQL Reference » Operators » ALL","id":"105","title":"ALL"},"106":{"body":"EXISTS returns TRUE if the subquery which follows it returns at least one row. SELECT name FROM products WHERE EXISTS (SELECT 1 FROM coupons WHERE name = products.name);","breadcrumbs":"SQL Reference » Operators » EXISTS","id":"106","title":"EXISTS"},"107":{"body":"The standard SQL IN clause can be used to test lists and subqueries for containment of a value. SELECT * FROM products WHERE price IN (5.00, 5.99);\nSELECT * FROM products WHERE price IN (SELECT price FROM coupons); NOTE: Use MATCH to test for containment of a value in an array.","breadcrumbs":"SQL Reference » Operators » IN","id":"107","title":"IN"},"108":{"body":"The standard SQL NOT IN clause can be used to test lists and subqueries for absence of a value. SELECT * FROM products WHERE price NOT IN (5.00, 5.99);\nSELECT * FROM products WHERE price NOT IN (SELECT price FROM coupons); NOTE: Use MATCH to test for absence of a value in an array.","breadcrumbs":"SQL Reference » Operators » NOT IN","id":"108","title":"NOT IN"},"109":{"body":"The || operator concatenates two strings or arrays supplied as arguments. When concatenating to an array element: other elements, arrays, and blobs are accepted as the second argument. When concatenating to an array: arrays, blobs, and array elements are accepted as the second argument. Elements other than strings are cast to strings when concatenated with each other. Multiple operators can be chained together. SELECT \"Hello\" || \"World\";\nSELECT [1, 2, 3] || [4, 5, 6];\nSELECT 1 || 2;\nSELECT \"Hello\" || [\"World\"];\nSELECT [\"Hello\"] || \"World\";\nSELECT \"Hello\" || \"World\" || \"And\" || \"Friends\"; The Concatenation Operator is equivalent to the CONCAT function .","breadcrumbs":"SQL Reference » Operators » || (Concatenation)","id":"109","title":"|| (Concatenation)"},"11":{"body":"You can use any of these tools (or any other HTTP client you prefer) for the rest of this tutorial.","breadcrumbs":"Tutorial » Try It! » Learning Endb SQL","id":"11","title":"Learning Endb SQL"},"110":{"body":"","breadcrumbs":"SQL Reference » Operators » Vector Operators","id":"110","title":"Vector Operators"},"111":{"body":"At the moment, Endb performs exact nearest neighbor search, which provides perfect recall. Endb may support approximate vector indexes in the future, which trade accuracy for speed.","breadcrumbs":"SQL Reference » Operators » Indexing","id":"111","title":"Indexing"},"112":{"body":"The L2 Distance operator (<->) compares two vectors by Euclidean distance . It is symmetrical to the L2_DISTANCE function. SELECT * FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), (NULL), ([1,2,4])) AS t(val) WHERE val NOT NULL ORDER BY t.val <-> [3,3,3];\n-- [{'val': [1, 2, 3]},\n-- {'val': [1, 2, 4]},\n-- {'val': [1, 1, 1]},\n-- {'val': [0, 0, 0]}]","breadcrumbs":"SQL Reference » Operators » <-> (L2 or Euclidean Distance)","id":"112","title":"<-> (L2 or Euclidean Distance)"},"113":{"body":"The Cosine Distance operator (<=>) compares two vectors by the complement of their Cosine Similarity . It is symmetrical to the COSINE_DISTANCE function. SELECT val FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), ([1,2,4])) AS t(val) WHERE t.val <=> [3,3,3] NOT NULL ORDER BY t.val <=> [3,3,3];\n-- [{'val': [1, 1, 1]},\n-- {'val': [1, 2, 3]},\n-- {'val': [1, 2, 4]}]","breadcrumbs":"SQL Reference » Operators » <=> (Cosine Distance)","id":"113","title":"<=> (Cosine Distance)"},"114":{"body":"The Inverse Inner Product operator (<#>) compares two vectors by the inverse of their Inner Product . It is the inverse of the INNER_PRODUCT function. SELECT val FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), (NULL), ([1,2,4])) AS t(val) WHERE val IS NOT NULL ORDER BY t.val <#> [3,3,3];\n-- [{'val': [1, 2, 4]},\n-- {'val': [1, 2, 3]},\n-- {'val': [1, 1, 1]},\n-- {'val': [0, 0, 0]}]","breadcrumbs":"SQL Reference » Operators » <#> (Inverse Inner Product)","id":"114","title":"<#> (Inverse Inner Product)"},"115":{"body":"","breadcrumbs":"SQL Reference » Functions » Functions","id":"115","title":"Functions"},"116":{"body":"","breadcrumbs":"SQL Reference » Functions » String Functions","id":"116","title":"String Functions"},"117":{"body":"The CHARACTER_LENGTH function returns the number of unicode characters in a string. SELECT CHARACTER_LENGTH('josé');\n-- 4 SELECT CHARACTER_LENGTH('❤️🥫');\n-- 3","breadcrumbs":"SQL Reference » Functions » CHARACTER_LENGTH","id":"117","title":"CHARACTER_LENGTH"},"118":{"body":"The OCTET_LENGTH function returns the length of a string, in bytes (octets). SELECT OCTET_LENGTH('josé');\n-- 5 SELECT OCTET_LENGTH('❤️🥫');\n-- 10","breadcrumbs":"SQL Reference » Functions » OCTET_LENGTH","id":"118","title":"OCTET_LENGTH"},"119":{"body":"The TRIM, LTRIM, and RTRIM functions trim surrounding whitespace, whitespace to the left, and whitespace to the right of a string, respectively. SELECT TRIM(' hello ');\n-- 'hello' SELECT LTRIM(' hello ');\n-- 'hello ' SELECT RTRIM(' hello ');\n-- ' hello'","breadcrumbs":"SQL Reference » Functions » TRIM, LTRIM, RTRIM","id":"119","title":"TRIM, LTRIM, RTRIM"},"12":{"body":"If you know SQL, Endb SQL will feel instantly familiar. It is not \"SQL-like\". It is SQL. However, Endb SQL is dynamic , strongly-typed , time-aware , and shuns language embedding . Hopefully it is pleasant to use without feeling foreign.","breadcrumbs":"Tutorial » Endb SQL Basics » Endb SQL Basics","id":"12","title":"Endb SQL Basics"},"120":{"body":"The LOWER and UPPER functions downcase and upcase a string, respectively. SELECT LOWER('Relatable Algebra');\n-- 'relatable algebra' SELECT UPPER('Shouting Calculus');\n-- 'SHOUTING CALCULUS'","breadcrumbs":"SQL Reference » Functions » LOWER, UPPER","id":"120","title":"LOWER, UPPER"},"121":{"body":"The REPLACE function returns the string in the first parameter, with the second parameter (if found) replaced by the third. SELECT REPLACE('Relatable Algebra', 'Rela', 'Infla');","breadcrumbs":"SQL Reference » Functions » REPLACE","id":"121","title":"REPLACE"},"122":{"body":"The INSTR function returns the first character of a substring match on the second parameter, if found, and 0 if it is not found. SELECT INSTR('Coffee', 'ee');","breadcrumbs":"SQL Reference » Functions » INSTR","id":"122","title":"INSTR"},"123":{"body":"The SUBSTRING function returns the substring starting from the index provided as the second parameter. If the (optional) third parameter is provided, the substring will be of that length (or less, if the end of the source string is reached). SUBSTR is a synonym for SUBSTRING. SELECT SUBSTRING('Hello Edgar', 4);\nSELECT SUBSTR('Hello Edgar', 4, 2);","breadcrumbs":"SQL Reference » Functions » SUBSTRING","id":"123","title":"SUBSTRING"},"124":{"body":"The POSITION pseudo-function returns the first position of the first character of the first matched substring in another string. If the substring is not detected, POSITION returns 0. SELECT POSITION(\"h\" IN \"Hawaii\");\nSELECT POSITION(\"i\" IN \"Hawaii\");\nSELECT POSITION(\"Ha\" IN \"Hawaii\"); NOTE: POSITION is a \"pseudo-function\" because internally it uses custom syntax of the form IN .","breadcrumbs":"SQL Reference » Functions » POSITION","id":"124","title":"POSITION"},"125":{"body":"The UNICODE function returns an integer unicode value for the first character of the parameter given. SELECT UNICODE('Adam');","breadcrumbs":"SQL Reference » Functions » UNICODE","id":"125","title":"UNICODE"},"126":{"body":"The CHAR function returns a string corresponding to the supplied integer character codes. SELECT CHAR(65, 66, 67);","breadcrumbs":"SQL Reference » Functions » CHAR","id":"126","title":"CHAR"},"127":{"body":"CONCAT is equivalent to the Concatenation Operator (||) except that CONCAT is limited to 2-arity applications and || can be chained.","breadcrumbs":"SQL Reference » Functions » CONCAT","id":"127","title":"CONCAT"},"128":{"body":"The LIKE function serves the same purpose as the LIKE operator . However, the argument order is (effectively) reversed for the LIKE function, to match the signature used in SQLite. For the function version, the pattern is the first argument. Optionally, an alternative escape character can be provided as a third argument. SELECT * FROM users WHERE LIKE('Stev%', name);\nSELECT * FROM users WHERE LIKE('EdgarX%', name, 'X');","breadcrumbs":"SQL Reference » Functions » LIKE","id":"128","title":"LIKE"},"129":{"body":"","breadcrumbs":"SQL Reference » Functions » Collection Functions","id":"129","title":"Collection Functions"},"13":{"body":"Endb is a schemaless document database. You do not need CREATE TABLE — tables are dynamically created when you insert data. The following SQL is valid as soon as you start endb: INSERT INTO posts (id, user_id, text) VALUES (123, 456, 'Hello World'); Try querying it out: SELECT * FROM posts;","breadcrumbs":"Tutorial » Endb SQL Basics » Just Begin","id":"13","title":"Just Begin"},"130":{"body":"The LENGTH function counts the number of entries in a collection. When supplied with a string, it is a synonym for CHARACTER_LENGTH. SELECT LENGTH([3, 2]);\nSELECT LENGTH({name: 'Peas', price: 8.99, product_no: 77});\nSELECT LENGTH('josé'); NOTE: CARDINALITY is an synonym for LENGTH.","breadcrumbs":"SQL Reference » Functions » LENGTH","id":"130","title":"LENGTH"},"131":{"body":"An object's keys can be selected using OBJECT_KEYS. SELECT OBJECT_KEYS({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40});","breadcrumbs":"SQL Reference » Functions » OBJECT_KEYS","id":"131","title":"OBJECT_KEYS"},"132":{"body":"An object's values can be selected using OBJECT_VALUES. SELECT OBJECT_VALUES({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40});","breadcrumbs":"SQL Reference » Functions » OBJECT_VALUES","id":"132","title":"OBJECT_VALUES"},"133":{"body":"Returns an array of key-value pairs representing the given object. SELECT OBJECT_ENTRIES({a: 1, b: 2, c: 3});\n-- [['a': 1], ['b': 2], ['c': 3]]","breadcrumbs":"SQL Reference » Functions » OBJECT_ENTRIES","id":"133","title":"OBJECT_ENTRIES"},"134":{"body":"Constructs an object from an array of key-value pairs. SELECT OBJECT_FROM_ENTRIES([['a', 1], ['b', 2], ['c', 3]]);\n-- {a: 1, b: 2, c: 3}","breadcrumbs":"SQL Reference » Functions » OBJECT_FROM_ENTRIES","id":"134","title":"OBJECT_FROM_ENTRIES"},"135":{"body":"The PATCH function takes two documents. The document returned is the first document \"patched\" with any fields found in the second document. If the second document does not specify a field, that field is left untouched. If the second document specifies any fields with values of NULL, those fields are removed. SELECT PATCH( {name: 'Salt', nutrition: {sodium: 100, ingredients: 'Kosher Salt'}}, {name: 'Sea Salt', nutrition: {ingredients: NULL}}\n); The PATCH function has an equivalent operator for data manipulation: UPDATE PATCH","breadcrumbs":"SQL Reference » Functions » PATCH","id":"135","title":"PATCH"},"136":{"body":"Table Value Functions are only valid within the FROM clause.","breadcrumbs":"SQL Reference » Functions » Table Value Functions","id":"136","title":"Table Value Functions"},"137":{"body":"The UNNEST function can be thought of as the inverse of ARRAY_AGG , although it offers more power than just unlinking elements. It takes an array or object and pulls its elements into separate rows. SELECT * FROM UNNEST([1.99, 2.99, 3.99]) AS products(price); It is possible to unnest multiple arrays. If the arrays do not have the same number of elements, the shorter array(s) will have those values filled with NULL: SELECT names.* FROM (VALUES (['Leslie', 'Edgar', 'fiver2'], ['Lamport', 'Codd'])) AS x(first, last), UNNEST(x.first, x.last) AS names(first, last); When unnesting an object, keys-value pairs will be returned as per object_entries . This behaviour is useful for manipulating collections: SELECT * FROM UNNEST({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40}) AS prices(price);\n-- [{'price': ['sale_price', 1.5]},\n-- {'price': ['coupon_price', 1.4]},\n-- {'price': ['original_price', 1.99]}] Unnesting nested data from a queried table is done with the form FROM , UNNEST(
.) AS foo(new_column). For example: INSERT INTO msgs {text: \"Here is some classic material\", user: \"George\", workday: 2024-02-25, media: [{type: \"image\", src: \"dsm.png\"}, {type: \"video\", src: \"vldb.mp4\"}]}; WITH m AS (SELECT * FROM msgs, UNNEST(msgs.media) AS m(media))\nSELECT media FROM m WHERE media..type MATCH 'video'; WITH ORDINALITY UNNEST can be suffixed with WITH ORDINALITY to append an ordinal column to the results. SELECT * FROM UNNEST([1.99, 2.99, 3.99]) WITH ORDINALITY AS products(price, n);\n-- [{'n': 0, 'price': 1.99}, {'n': 1, 'price': 2.99}, {'n': 2, 'price': 3.99}] NOTE: Endb ordinals are zero-indexed.","breadcrumbs":"SQL Reference » Functions » UNNEST","id":"137","title":"UNNEST"},"138":{"body":"The GENERATE_SERIES function generates an array of numbers within a given interval. The first and second parameters are the start and end of the interval. The optional third parameter is a step value by which to increment each number. The result is returned as a single anonymous column (with the default name, column1) containing the array. SELECT * FROM GENERATE_SERIES(0, 21) AS t(s);\nSELECT * FROM GENERATE_SERIES(0, 21, 3) AS t(s); It is possible to use the result of GENERATE_SERIES in other SQL expressions, like IN: SELECT * FROM products WHERE product_no IN (SELECT column1 FROM generate_series(1000, 20000) AS foo);","breadcrumbs":"SQL Reference » Functions » GENERATE_SERIES","id":"138","title":"GENERATE_SERIES"},"139":{"body":"","breadcrumbs":"SQL Reference » Functions » Numeric Functions","id":"139","title":"Numeric Functions"},"14":{"body":"Endb is immutable, so it does not permit destructive UPDATE or DELETE. For example, if you run an UPDATE, your previous INSERT isn't lost. Before we update the record, we'll make note of the current time, according to the database. (Any time after the INSERT and before the UPDATE would suffice.) -- make note of this time to use below\nSELECT CURRENT_TIMESTAMP; Multiple statements can be separated by semicolons. This time, we'll update the record and view it at once: UPDATE posts SET text = 'Hello Immutable World' WHERE id = 123; SELECT * from posts; You'll note that Hello World from your original insert isn't visible. That's because it only exists in the past and, by default, SELECT will show the state of the database as of now . To see the old version, you can time-travel back to a time when the old record was visible. Copy the timestamp you noted, without the quotes, something like SELECT * from posts FOR SYSTEM_TIME AS OF 2024-01-01T00:00:00.000000Z;: SELECT * from posts FOR SYSTEM_TIME AS OF {YOUR_NOTED_TIMESTAMP}; NOTE: Although there is no destructive DELETE in an immutable database, there is ERASE, which exists to remove data for user safety and compliance with laws like GDPR.","breadcrumbs":"Tutorial » Endb SQL Basics » Immutable","id":"14","title":"Immutable"},"140":{"body":"The RANDOM function returns a random integer. SELECT RANDOM();","breadcrumbs":"SQL Reference » Functions » RANDOM","id":"140","title":"RANDOM"},"141":{"body":"Endb provides standard SQL math functions based on SQLite's collection of math functions: ROUND SIN COS TAN SINH COSH TANH ASIN ACOS ATAN ASINH ACOSH ATANH ATAN2 FLOOR CEILING, CEIL SIGN SQRT EXP POWER, POW LOG, LOG10 LOG2 LN DEGREES RADIANS PI ABS NOTE: Endb follows the choice of most SQL databases and aliases LOG to LOG10 rather than LN (natural log), as specified by the SQL standard. NOTE: Mathematical operators are documented under Operators .","breadcrumbs":"SQL Reference » Functions » Math","id":"141","title":"Math"},"142":{"body":"","breadcrumbs":"SQL Reference » Functions » Date/Time Functions","id":"142","title":"Date/Time Functions"},"143":{"body":"The STRFTIME function formats a date or time value as a string. SELECT strftime('%Y/%m/%d', date('2001-01-01'));\nSELECT strftime('%Y %m %d at %H %M %S', datetime('2001-01-01 03:04:05'));","breadcrumbs":"SQL Reference » Functions » STRFTIME","id":"143","title":"STRFTIME"},"144":{"body":"The UNIXEPOCH function returns the number of seconds since the UNIX epoch. Accepts a DATE, TIMESTAMP, or STRING. SELECT UNIXEPOCH('2023-01-01');\nSELECT UNIXEPOCH(1970-01-01T00:00:00Z);","breadcrumbs":"SQL Reference » Functions » UNIXEPOCH","id":"144","title":"UNIXEPOCH"},"145":{"body":"The JULIANDAY function returns the Julian Day, which is the number of days since noon in UTC on November 24, 4714 B.C. Accepts a DATE, TIMESTAMP, or STRING. SELECT JULIANDAY(1970-01-01);","breadcrumbs":"SQL Reference » Functions » JULIANDAY","id":"145","title":"JULIANDAY"},"146":{"body":"The EXTRACT pseudo-function provides a way to access one named, numerical portion of a date, time, or timestamp. Portions of dates can only be extracted from dates or timestamps. Portions of times can only be extracted from timestamps or times. SELECT EXTRACT(YEAR FROM CURRENT_DATE);\nSELECT EXTRACT(MONTH FROM CURRENT_DATE);\nSELECT EXTRACT(DAY FROM CURRENT_TIMESTAMP);\nSELECT EXTRACT(HOUR FROM CURRENT_TIMESTAMP);\nSELECT EXTRACT(MINUTE FROM CURRENT_TIME);\nSELECT EXTRACT(SECOND FROM CURRENT_TIME); NOTE: EXTRACT is a \"pseudo-function\" because internally it uses custom syntax of the form FROM .","breadcrumbs":"SQL Reference » Functions » EXTRACT","id":"146","title":"EXTRACT"},"147":{"body":"The PERIOD function creates a new Period . It is equivalent to using Period literals. PERIOD(2001-04-01T00:00:00Z, 2001-05-01)","breadcrumbs":"SQL Reference » Functions » PERIOD","id":"147","title":"PERIOD"},"148":{"body":"","breadcrumbs":"SQL Reference » Functions » Aggregate Functions","id":"148","title":"Aggregate Functions"},"149":{"body":"The MIN and MAX functions return the minimum and maximum values for an expression, respectively. SELECT MIN(price) FROM products;\nSELECT MAX(price) FROM products; NOTE: MIN and MAX also have non-aggregate equivalents, which are 2-arity. When used that way, they each return the minimum or maximum value of the two values provided.","breadcrumbs":"SQL Reference » Functions » MIN, MAX","id":"149","title":"MIN, MAX"},"15":{"body":"Relationships are also dynamic. You can join any two tables on any two columns. Adding a user with id 456 allows a join with the previous posts table. INSERT INTO users (id, name) VALUES (456, 'Vikram'); SELECT * from posts p JOIN users u ON p.user_id = u.id;","breadcrumbs":"Tutorial » Endb SQL Basics » Dynamic Joins","id":"15","title":"Dynamic Joins"},"150":{"body":"The SUM function returns the sum of all non-null values under the column given as a parameter. SELECT SUM(price) FROM products; If all values for the given column are NULL, SUM returns NULL.","breadcrumbs":"SQL Reference » Functions » SUM","id":"150","title":"SUM"},"151":{"body":"The TOTAL function is equivalent to SUM except that it returns 0.0 in the case where all input values are NULL.","breadcrumbs":"SQL Reference » Functions » TOTAL","id":"151","title":"TOTAL"},"152":{"body":"The AVG function takes a numerical-type-agnostic average of all values under the column given as a parameter. SELECT AVG(price) FROM products;","breadcrumbs":"SQL Reference » Functions » AVG","id":"152","title":"AVG"},"153":{"body":"The COUNT function returns the count of non-null , non-empty values for the specified column. SELECT COUNT(price) FROM sales; NOTE: Because null/empty values are ignored, the behaviour of COUNT will differ from other SQL dialects. Whether or not COUNT(price) and COUNT(1) are equivalent is dependent on whether the price attribute exists with a non-null value on each document.","breadcrumbs":"SQL Reference » Functions » COUNT","id":"153","title":"COUNT"},"154":{"body":"The ARRAY_AGG function concatenates the results of an expression into an array. The parameter may be ordered within ARRAY_AGG. SELECT ARRAY_AGG(price) FROM products;\nSELECT ARRAY_AGG(name ORDER BY price DESC) FROM products; Note that when operating on arrays, the arrays themselves will be concatenated, not the contents of the arrays. The result will be an array of one higher dimension: SELECT ARRAY_AGG(x.column1) FROM (VALUES ([1,2]), ([3,4])) AS x;\n-- [{'column1': [[1, 2], [3, 4]]}]","breadcrumbs":"SQL Reference » Functions » ARRAY_AGG","id":"154","title":"ARRAY_AGG"},"155":{"body":"The GROUP_CONCAT function returns a string with concatenated non-null values from a column or group. Given a second parameter, It defaults to a comma-delimited list, but the second (optional) parameter can override the delimiter. SELECT GROUP_CONCAT(name) FROM products;\nSELECT GROUP_CONCAT(name, ':') FROM products;","breadcrumbs":"SQL Reference » Functions » GROUP_CONCAT","id":"155","title":"GROUP_CONCAT"},"156":{"body":"All aggregate functions can have a filter applied before aggregation. SELECT SUM(price) FILTER(WHERE price > 20) FROM products;","breadcrumbs":"SQL Reference » Functions » FILTER","id":"156","title":"FILTER"},"157":{"body":"","breadcrumbs":"SQL Reference » Functions » Data Type Functions","id":"157","title":"Data Type Functions"},"158":{"body":"The CAST function forces a value into a particular data type. Note that not all types are cast-compatible with each other. SELECT CAST(price AS INTEGER) FROM products;","breadcrumbs":"SQL Reference » Functions » CAST","id":"158","title":"CAST"},"159":{"body":"The TYPEOF function returns the type of the provided value. SELECT TYPEOF('hi2u');\nSELECT TYPEOF(1.12345678901234);\nSELECT TYPEOF(2018-01-01T00:00:00);","breadcrumbs":"SQL Reference » Functions » TYPEOF","id":"159","title":"TYPEOF"},"16":{"body":"Endb allows you to insert asymmetrical, jagged data. Let's add another user with more columns. INSERT INTO users (id, name, email) VALUES (789, 'Daniela', 'daniela@endatabas.com'); SELECT * from users; Note that the SELECT * is an implicitly dynamic query. It doesn't have any difficulty with the previous user document, even though it lacked an email column. In practice, most applications and SQL queries should specify exactly the columns they want to query. SELECT * is really only for exploratory queries, so it shows you everything visible in the table.","breadcrumbs":"Tutorial » Endb SQL Basics » Semi-Structured Data","id":"16","title":"Semi-Structured Data"},"160":{"body":"","breadcrumbs":"SQL Reference » Functions » Conditional Functions","id":"160","title":"Conditional Functions"},"161":{"body":"The IIF function is a conditional shorthand. It returns the second parameter if the condition is true and the third parameter if the condition is false. SELECT IIF(price > 5.99, 'Expensive!', 'Cheap') FROM products;","breadcrumbs":"SQL Reference » Functions » IIF","id":"161","title":"IIF"},"162":{"body":"The NULLIF function returns TRUE if the two supplied expressions are equal. SELECT NULLIF(1, 1);\nSELECT NULLIF(1, 'zig');","breadcrumbs":"SQL Reference » Functions » NULLIF","id":"162","title":"NULLIF"},"163":{"body":"The COALESCE function returns its first non-null argument. The following example returns 'zig': SELECT COALESCE(NULL, NULL, 'zig', 'zag');","breadcrumbs":"SQL Reference » Functions » COALESCE","id":"163","title":"COALESCE"},"164":{"body":"","breadcrumbs":"SQL Reference » Functions » Encoding Functions","id":"164","title":"Encoding Functions"},"165":{"body":"The BASE64 function takes a hexadecimal-encoded BLOB and returns a base64-encoded string, or vice-versa. BASE64 roundtrips its own data. There is therefore no BLOBFROMBASE64 function. SELECT BASE64(x'010203');\nSELECT BASE64('AQID');","breadcrumbs":"SQL Reference » Functions » BASE64","id":"165","title":"BASE64"},"166":{"body":"The UUID function returns a universally-unique identifier, as a string. The UUID_BLOB function takes a string UUID and returns a BLOB. The UUID_STR function takes a BLOB UUID and returns a string. When given a parameter of their return type, UUID_BLOB and UUID_STR will format the UUID provided. SELECT UUID();\nSELECT UUID_BLOB('d2ce21c9-d268-409a-b1e0-49e1200bfa47');\nSELECT UUID_STR(x'd2ce21c9d268409ab1e049e1200bfa47'); -- formatting:\nSELECT UUID_BLOB(x'd2ce21c9d268409ab1e049e1200bfa47');\nSELECT UUID_STR('d2ce21c9d268409ab1e049e1200bfa47');","breadcrumbs":"SQL Reference » Functions » UUID","id":"166","title":"UUID"},"167":{"body":"The SHA1 function takes either a hexadecimal-encoded BLOB, a string, or a number. It returns the SHA-1 encoding of that value. SELECT SHA1('2');","breadcrumbs":"SQL Reference » Functions » SHA1","id":"167","title":"SHA1"},"168":{"body":"The RANDOMBLOB function returns a random binary large object of the size given, in bytes. The ZEROBLOB function returns a zeroed-out binary large object of the size given, in bytes. SELECT RANDOMBLOB(32);\nSELECT ZEROBLOB(32);","breadcrumbs":"SQL Reference » Functions » RANDOMBLOB, ZEROBLOB","id":"168","title":"RANDOMBLOB, ZEROBLOB"},"169":{"body":"The HEX function takes a BLOB (or coerces its argument into a UTF-8 string, which in turn is interpreted as a BLOB) and turns the BLOB into an upper-case hexadecimal string. The UNHEX function takes a hexadecimal string and turns it into a BLOB. The hexadecimal string provided must contain character pairs . UNHEX takes an optional second parameter: a string containing non-hexadecimal characters to be ignored in the first parameter. If non-hexadecimal characters are found in the first parameter but not ignored in the second parameter, UNHEX returns NULL. SELECT HEX(15);\n-- '3135' SELECT UNHEX('3135');\n-- b'15' SELECT UNHEX('3135ZZ', 'Z');\n-- b'15' SELECT UNHEX('3135ZZ', 'M');\n-- NULL","breadcrumbs":"SQL Reference » Functions » HEX, UNHEX","id":"169","title":"HEX, UNHEX"},"17":{"body":"It may seem strange to leave jagged columns lying around. Endb doesn't discourage you from cleaning up your data, if you can: UPDATE users SET email = 'vikram@stockholm.se' WHERE name = 'Vikram'; SELECT * from users; The difference in Endb is that we haven't \"migrated\" the old data — it's still there. If you query for Vikram's user document as of 2 minutes ago, you will see the old record without an email. Queries in Endb always default to as-of-now , which is why the results of the query above shouldn't be surprising.","breadcrumbs":"Tutorial » Endb SQL Basics » Data \"Migration\"","id":"17","title":"Data \"Migration\""},"170":{"body":"","breadcrumbs":"SQL Reference » Functions » Vector Functions","id":"170","title":"Vector Functions"},"171":{"body":"At the moment, Endb performs exact nearest neighbor search, which provides perfect recall. Endb may support approximate vector indexes in the future, which trade accuracy for speed.","breadcrumbs":"SQL Reference » Functions » Indexing","id":"171","title":"Indexing"},"172":{"body":"The L2_DISTANCE function returns the Euclidean distance between two vectors. It is symmetrical to the <-> operator. SELECT L2_DISTANCE([-0.7888,-0.7361,-0.6208,-0.5134,-0.4044], [0.8108,0.6671,0.5565,0.5449,0.4466]);\n-- [{'column1': 2.7853052938591847}]","breadcrumbs":"SQL Reference » Functions » L2_DISTANCE","id":"172","title":"L2_DISTANCE"},"173":{"body":"The COSINE_DISTANCE function returns the complement of Cosine Similarity for two vectors. It is symmetrical to the <=> operator. SELECT COSINE_DISTANCE([-0.7888,-0.7361,-0.6208,-0.5134,-0.4044], [0.8108,0.6671,0.5565,0.5449,0.4466]);\n-- [{'column1': 1.9970250541178656}]","breadcrumbs":"SQL Reference » Functions » COSINE_DISTANCE","id":"173","title":"COSINE_DISTANCE"},"174":{"body":"The INNER_PRODUCT function returns the Inner Product of two vectors. It is inverse of the <#> operator. SELECT INNER_PRODUCT([1,2], [3,4]);\n-- [{'column1': 11.0}]","breadcrumbs":"SQL Reference » Functions » INNER_PRODUCT","id":"174","title":"INNER_PRODUCT"},"175":{"body":"To make best use of Time Queries, it is a good idea to review the time-related SQL data types, such as TIMESTAMP, DATE, TIME, and INTERVAL. These are covered in the SQL Data Types section. It is also a good idea to review Endb's other time-related functions, in case they are helpful to you: STRFTIME UNIXEPOCH JULIANDAY","breadcrumbs":"SQL Reference » Time Queries » Time Queries","id":"175","title":"Time Queries"},"176":{"body":"All Endb temporal predicates (CONTAINS, OVERLAPS, PRECEDES, SUCCEEDS, IMMEDIATELY PRECEDES, and IMMEDIATELY SUCCEEDS) follow the SQL:2011 standard's \"closed-open period model\". This means that a period represents all times starting from (and including) the start time up to (but excluding) the end time.","breadcrumbs":"SQL Reference » Time Queries » Note on SQL:2011 closed-open period model","id":"176","title":"Note on SQL:2011 closed-open period model"},"177":{"body":"Endb currently only supports times encoded as UTC.","breadcrumbs":"SQL Reference » Time Queries » Note on timezones","id":"177","title":"Note on timezones"},"178":{"body":"Endb provides access to the current value of the clock \"now\" in multiple date/time configurations.","breadcrumbs":"SQL Reference » Time Queries » Now","id":"178","title":"Now"},"179":{"body":"CURRENT_TIMESTAMP gets the current date and time in UTC. SELECT CURRENT_TIMESTAMP;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_TIMESTAMP","id":"179","title":"CURRENT_TIMESTAMP"},"18":{"body":"Endb eschews JSONB columns in favour of a native, strongly-typed, document-relational model. INSERT INTO users (id, name, friends)\nVALUES (123, 'Anastasia', [{name: 'Heikki', country: 'Finland'}, {name: 'Amit', country: 'Japan'}]); SELECT users.friends[1] FROM users WHERE id = 123; The users.friends[1] expression above is a path expression . A detailed explanation of Endb's path navigation is provided in the SQL Reference Path Navigation docs .","breadcrumbs":"Tutorial » Endb SQL Basics » Nested Data","id":"18","title":"Nested Data"},"180":{"body":"CURRENT_TIME gets the current time in UTC. SELECT CURRENT_TIME;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_TIME","id":"180","title":"CURRENT_TIME"},"181":{"body":"CURRENT_DATE gets the current date in UTC. Note that this may be different from your local date, depending on the time of day when your query is run. SELECT CURRENT_DATE;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_DATE","id":"181","title":"CURRENT_DATE"},"182":{"body":"All states an Endb database has ever seen are recorded, immutably. Accessing these prior states is accomplished by querying System Time. System Time is encoded in a special column, which is normally invisible to most queries, named system_time (lower case). Because system_time is invisible by default, it must be retrieved explicitly: SELECTT *, system_time FROM products;","breadcrumbs":"SQL Reference » Time Queries » System Time","id":"182","title":"System Time"},"183":{"body":"Endb permits time-traveling queries with the SQL:2011-compatible AS OF operator. The query will treat the DATE or TIMESTAMP supplied after AS OF as if it were that time now . SELECT * FROM products FOR SYSTEM_TIME AS OF 2023-08-25T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » AS OF (Time Travel)","id":"183","title":"AS OF (Time Travel)"},"184":{"body":"Endb permits time-omniscient queries with the SQL:2011-compatible ALL operator. All states, across the entire history of the relevant tables, are visible to a query suffixed with FOR SYSTEM_TIME ALL: SELECT * FROM products FOR SYSTEM_TIME ALL;","breadcrumbs":"SQL Reference » Time Queries » ALL (Time Omniscience)","id":"184","title":"ALL (Time Omniscience)"},"185":{"body":"The syntax for time-aware BETWEEN is the same as the normal BETWEEN operator . Inspect System Time with the form FOR SYSTEM_TIME BETWEEN x AND y. SELECT * FROM products FOR SYSTEM_TIME BETWEEN 2023-08-24T00:00:00 AND 2023-08-25T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » BETWEEN","id":"185","title":"BETWEEN"},"186":{"body":"Selects rows which fall between the two times, similar to BETWEEN, but is exclusive of both the start and end times. SELECT * FROM products FOR SYSTEM_TIME FROM 2023-08-24T00:00:00 TO 2023-08-30T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » FROM ... TO","id":"186","title":"FROM ... TO"},"187":{"body":"The standard SQL:2011 period predicates are available.","breadcrumbs":"SQL Reference » Time Queries » Period Predicates","id":"187","title":"Period Predicates"},"188":{"body":"Returns TRUE if the second period is contained within the first. SELECT {start: 2001-01-01, end: 2001-04-01} CONTAINS {start: 2001-02-01, end: 2001-04-01};","breadcrumbs":"SQL Reference » Time Queries » CONTAINS","id":"188","title":"CONTAINS"},"189":{"body":"Returns TRUE if any part of the first period is found within the second. SELECT {start: 2001-01-01, end: 2001-03-01} OVERLAPS {start: 2001-02-01, end: 2001-04-01};","breadcrumbs":"SQL Reference » Time Queries » OVERLAPS","id":"189","title":"OVERLAPS"},"19":{"body":"Because of Endb's native document-relational model, rows are documents and vice-versa. You can use an INSERT statement to add a document directly to the database: INSERT INTO users {id: 890, name: 'Aaron', friends: [{name: 'Jeff', country: 'Canada'}, {name: 'Kaia', country: 'Japan'}]};","breadcrumbs":"Tutorial » Endb SQL Basics » Documents","id":"19","title":"Documents"},"190":{"body":"Returns TRUE if the first period ends before the second period begins. SELECT 2001-03-01 PRECEDES [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » PRECEDES","id":"190","title":"PRECEDES"},"191":{"body":"Returns TRUE if the first period begins after the second period ends. SELECT 2001-06-01 SUCCEEDS [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » SUCCEEDS","id":"191","title":"SUCCEEDS"},"192":{"body":"Returns TRUE if the first period ends exactly as the second period begins. SELECT 2001-04-01 IMMEDIATELY PRECEDES [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » IMMEDIATELY PRECEDES","id":"192","title":"IMMEDIATELY PRECEDES"},"193":{"body":"Returns TRUE if the first period begins exactly as the second period ends. SELECT 2001-05-01 IMMEDIATELY SUCCEEDS [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » IMMEDIATELY SUCCEEDS","id":"193","title":"IMMEDIATELY SUCCEEDS"},"194":{"body":"Because Endb is schemaless and semi-structured, it offers a number of powerful path-nativation primitives inspired by JSONPath , SQL/JSON , and their derivatives in legacy relational databases. You will want to familiarize yourself with Endb's nested data types (arrays and objects) before learning about path navigation. It will also be helpful to learn about other functions and operators that are frequently helpful in conjunction with path navigation: MATCH - filter by containment ARRAY_AGG - concatenate results into an array UNNEST - pull array elements into separate rows WITH - Common Table Expressions In the examples below, most path examples are shown in the SELECT clause, but they are also valid in the WHERE clause.","breadcrumbs":"SQL Reference » Path Navigation » Path Navigation","id":"194","title":"Path Navigation"},"195":{"body":"If you are familiar with arrays and objects, try adding some nested objects to the table paths (the table name is arbitrary). INSERT INTO paths {a: 2, b: {a: 3}, c: [{a: 1}, 2]};","breadcrumbs":"SQL Reference » Path Navigation » Nested Objects","id":"195","title":"Nested Objects"},"196":{"body":"Navigating the root of any document (row) as a tree looks like standard SQL, because it is: SELECT a FROM paths; Similarly, however, it is possible to navigate documents listed in an array: SELECT [{a: 2}, {a: 3}, {b: 4}].a;\n-- [{'a': [2, 3]}] It is also possible to navigate fields of sub-documents (columns of nested rows) with further dot notation: SELECT b.a FROM paths;\n-- [{'a': 3}]","breadcrumbs":"SQL Reference » Path Navigation » Root Navigation","id":"196","title":"Root Navigation"},"197":{"body":"It is possible (and helpful) to create a row literal to represent rows returned, so they are easier to navigate. The format of a row literal is {
.* }: SELECT { paths.* } FROM paths; Or the shorthand: SELECT paths FROM paths; See Row Literal Data Type","breadcrumbs":"SQL Reference » Path Navigation » Row Literals","id":"197","title":"Row Literals"},"198":{"body":"The double dot (..) notation performs a \"deep scan\" by recursively walking the document to match the name given. SELECT { paths.* }..a FROM paths;\n-- [{'a': [2, 3, 1]}] SELECT b..a FROM paths;\n-- [{'a': [3]}] SELECT * FROM paths WHERE paths..a MATCH 3; -- finds a match\nSELECT * FROM paths WHERE paths..a MATCH 4; -- does not","breadcrumbs":"SQL Reference » Path Navigation » Recursive Paths","id":"198","title":"Recursive Paths"},"199":{"body":"The square bracket notation (['']) performs a lookup of a single descendent child. SELECT { paths.* }['b']['a'] FROM paths;\n-- [{'a': 3}] SELECT b['a'] FROM paths;\n-- [{'a': 3}] Named Children can be combined with recursive paths, though the default recursive path syntax is synonymous with named children: SELECT { paths.* }..a FROM paths;\nSELECT { paths.* }..['a'] FROM paths;\nSELECT b..['a'] FROM paths;","breadcrumbs":"SQL Reference » Path Navigation » Named Child","id":"199","title":"Named Child"},"2":{"body":"This quick tutorial intends to walk you through the core aspects of Endb. By the end, you will have endb installed (if you want) and you will have used it to learn some of what it can do. Quickstart Try It! Endb SQL Basics","breadcrumbs":"Tutorial » Tutorial","id":"2","title":"Tutorial"},"20":{"body":"Endb will always do its best to provide you with meaningful error messages that point you to a solution: SELECT * FROM im_not_here;","breadcrumbs":"Tutorial » Endb SQL Basics » Error Messages","id":"20","title":"Error Messages"},"200":{"body":"The square bracket notation ([]) can also perform indexed lookups of a single descendent child. SELECT { paths.* }['b'][0] FROM paths;\n-- [{'column1': {'a': 3}}] SELECT { paths.* }['c'][1] FROM paths;\n-- [{'column1': 2}] SELECT c[1] FROM paths;\n-- [{'column1': 2}] Numbered Children can be combined with recursive paths. This finds and returns all indexed values, counting backward: SELECT { paths.* }..[-1] FROM paths;\n-- [{'column1': [2]}]","breadcrumbs":"SQL Reference » Path Navigation » Numbered Child","id":"200","title":"Numbered Child"},"201":{"body":"The square bracket notation ([*]) can also perform a wildcard lookup of all descendent children. SELECT [{a: 2}, {a: 3}, {b: 4}, 5][*]; Wildcards can be combined with recursive paths. This finds and returns all values: SELECT { paths.* }..[*] FROM paths;\n-- [{'column1': [2, {'a': 3}, [{'a': 1}, 2], 3, {'a': 1}, 2, 1]}] SELECT c..[*] FROM paths;\n-- [{'column1': [{'a': 1}, 2, 1]}]","breadcrumbs":"SQL Reference » Path Navigation » Wildcard Child","id":"201","title":"Wildcard Child"},"202":{"body":"Path editing is accomplished with an extended path syntax, where each path begins with $. Endb's path editing functions are heavily inspired by SQLite's JSON Functions . Path editing functions add functionality ($, #) to a subset Endb's normal path navigation syntax: path editing functions do not support recursion or wildcards. Path editing functions are available to UPDATE ... SET and UPDATE ... UNSET/REMOVE .","breadcrumbs":"SQL Reference » Path Navigation » Path Functions","id":"202","title":"Path Functions"},"203":{"body":"Takes an object, a path, and a new value. The new value will overwrite existing fields or add a new field if it doesn't already exist. SELECT path_set({a: 2, c: 4}, $.c, [97,96]);\n-- {'a': 2, 'c': [97, 96]}","breadcrumbs":"SQL Reference » Path Navigation » path_set","id":"203","title":"path_set"},"204":{"body":"Takes an object, a path, and a new value. The new value is ignored if the path does not match an existing field. SELECT path_replace({a: 2, c: 4}, $.a, 99);\n-- {'a': 99, 'c': 4} SELECT path_replace({a: 2, c: 4}, $.e, 99);\n-- {'a': 2, 'c': 4}","breadcrumbs":"SQL Reference » Path Navigation » path_replace","id":"204","title":"path_replace"},"205":{"body":"Takes an object, a path, and a new value. The new value is ignored if the path matches an existing field. SELECT path_insert({a: 2, c: 4}, $.e, 99);\n-- {'a': 2, 'c': 4, 'e': 99}","breadcrumbs":"SQL Reference » Path Navigation » path_insert","id":"205","title":"path_insert"},"206":{"body":"Takes an object and a variable number of arguments specifying which paths to remove. If a path is not found, nothing is removed for that argument. # represents the last element in a collection. SELECT path_remove([0,1,2,3,4], $[#-1], $[0]);\n-- [1, 2, 3] SELECT path_remove({x: 25, y: 42}, $.y);\n-- {'x': 25}","breadcrumbs":"SQL Reference » Path Navigation » path_remove","id":"206","title":"path_remove"},"207":{"body":"Takes an object and a variable number of path arguments. Returns the value found at each path, if any, otherwise NULL. If only a single path is provided, a scalar is returned. If multiple paths are provided, an array is returned. SELECT path_extract({a: 2, c: [4, 5, {f: 7}]}, $.c[2].f);\n-- 7 SELECT path_extract({a: 2, c: [4, 5], f: 7}, $.x, $.a);\n-- [NULL, 2]","breadcrumbs":"SQL Reference » Path Navigation » path_extract","id":"207","title":"path_extract"},"208":{"body":"Endb allows introspection of its information schema. The Endb information schema does not describe the structure of each table. Because Endb is a document database, each document (row) is responsible for its own schema. The information schema is used by Endb to describe database objects at a high level and is used for schemaless queries, such as SELECT *. Note that all information schema tables are hard-coded to lower-case names and must be queried as such.","breadcrumbs":"SQL Reference » Schema » Schema","id":"208","title":"Schema"},"209":{"body":"-> SELECT * FROM information_schema.tables;\n[{'table_catalog': None, 'table_name': 'stores', 'table_schema': 'main', 'table_type': 'BASE TABLE'}, {... 'table_name': 'products', ... }, {... 'table_name': 'sales', ... }]","breadcrumbs":"SQL Reference » Schema » Tables","id":"209","title":"Tables"},"21":{"body":"Much more detail on Endb SQL is provided in the SQL Reference .","breadcrumbs":"Tutorial » Endb SQL Basics » Learn More","id":"21","title":"Learn More"},"210":{"body":"-> SELECT * FROM information_schema.columns;\n[{'column_name': 'addresses', 'ordinal_position': 0, 'table_catalog': None, 'table_name': 'stores', 'table_schema': 'main'}, {'column_name': 'brand', ... }, {'column_name': 'price', ... }, ... ]","breadcrumbs":"SQL Reference » Schema » Columns","id":"210","title":"Columns"},"211":{"body":"-> SELECT * FROM information_schema.views;\n[{'table_catalog': None, 'table_name': 'sold_products', 'table_schema': 'main', 'view_definition': 'SELECT * FROM products p JOIN sales s ON p.id = s.p_id'}]","breadcrumbs":"SQL Reference » Schema » Views","id":"211","title":"Views"},"212":{"body":"The check_constraints table in Endb is used to store assertions . -> SELECT * FROM information_schema.check_constraints;\n[{'check_clause': \"(NOT EXISTS (SELECT * FROM users WHERE TYPEOF(email) != 'text'))\", 'constraint_catalog': None, 'constraint_name': 'string_email', 'constraint_schema': 'main'}]","breadcrumbs":"SQL Reference » Schema » Check Constraints","id":"212","title":"Check Constraints"},"213":{"body":"Endb provides basic view functionality.","breadcrumbs":"SQL Reference » Views » Views","id":"213","title":"Views"},"214":{"body":"CREATE VIEW creates a non-materialized view based on the query which follows the AS operator. Column names are listed in parentheses after the view name. CREATE VIEW simple_products(name, price) AS SELECT name, ROUND(price) FROM products; Alternatively, named columns can each immediately follow queried columns. CREATE VIEW easy_products AS SELECT name label, ROUND(price) easy_price FROM products; NOTE: To modify a view, use DROP VIEW then re-create the view with the desired columns.","breadcrumbs":"SQL Reference » Views » CREATE VIEW","id":"214","title":"CREATE VIEW"},"215":{"body":"DROP VIEW deletes a view based on its name. DROP VIEW easy_products;","breadcrumbs":"SQL Reference » Views » DROP VIEW","id":"215","title":"DROP VIEW"},"216":{"body":"","breadcrumbs":"SQL Reference » Assertions » Assertions","id":"216","title":"Assertions"},"217":{"body":"Creates a checked, deferred assertion which executes on commit for inserts and updates. Although CREATE ASSERTION (normally) refers to the table it is asserting on, that table need not exist for the assertion to be created.","breadcrumbs":"SQL Reference » Assertions » CREATE ASSERTION","id":"217","title":"CREATE ASSERTION"},"218":{"body":"CREATE ASSERTION string_email CHECK (NOT EXISTS (SELECT * FROM users WHERE TYPEOF(email) != 'text'));\nINSERT INTO users {name: 'Steven', email: 123};","breadcrumbs":"SQL Reference » Assertions » Type Constraint","id":"218","title":"Type Constraint"},"219":{"body":"There are a number of possible ways to create the equivalent of a UNIQUE constraint, as found in schema-on-write databases. One sensible approach is given below. CREATE ASSERTION unique_email CHECK (1 >= (SELECT MAX(c.cnt) FROM (SELECT COUNT(*) AS cnt FROM users GROUP BY email) AS c));\nINSERT INTO users {name: 'Steven', email: 's@endatabas.com'};\nINSERT INTO users {name: 'Sarah', email: 's@endatabas.com'};","breadcrumbs":"SQL Reference » Assertions » Unique Constraint","id":"219","title":"Unique Constraint"},"22":{"body":"The SQL Reference contains details and edge cases about Endb SQL. NOTE: The Endb SQL dialect is under active development. While most major features of Endb SQL are stable, some more esoteric features (MATCH, path navigation, etc.) may experience naming and semantics changes before Endb 1.0 is released. Intention Data Manipulation Queries SQL Data Types Operators Functions Time Queries Path Navigation Schema Views Assertions","breadcrumbs":"SQL Reference » SQL Reference","id":"22","title":"SQL Reference"},"220":{"body":"There are multiple possible meanings to \"not null\" columns in Endb: Columns can be strictly checked for literal NULL in the value position. Rows can be forbidden from eliding a column (a missing value). Both literal NULL and elided columns can both be prevented. This example checks for literal NULL only: CREATE ASSERTION notnull_email CHECK (NOT EXISTS (SELECT * FROM users WHERE email IS NULL));\nINSERT INTO users {name: 'Tian Tian', email: NULL}; -- check fails\nINSERT INTO users {name: 'Tian Tian'}; -- permitted","breadcrumbs":"SQL Reference » Assertions » Not Null Constraint","id":"220","title":"Not Null Constraint"},"221":{"body":"Removes an assertion from the database based on its name. DROP ASSERTION string_email;","breadcrumbs":"SQL Reference » Assertions » DROP ASSERTION","id":"221","title":"DROP ASSERTION"},"222":{"body":"Endatabas provides a variety of tools to communicate with an Endb instance. The Console is a command-line user interface to send SQL to Endb manually. The client libraries are used in the data access layer of an application which uses Endb for storage. The client libraries support both HTTP and WebSocket APIs. To access Endb over HTTP, create an Endb instance and call the sql method on it. To access Endb over WebSockets, create an EndbWebSocket instance and call the sql method on it. See the language-specific documentation below for further details. Console JavaScript / TypeScript Python NOTE: For any programming language not listed above, it is possible to create small client libraries such as these using the HTTP and WebSocket APIs. All official Endatabas clients are permissively-licensed and you are welcome to use them as examples to create your own client library. Their source code is available here: https://github.com/endatabas/endb/tree/main/clients","breadcrumbs":"Clients » Clients","id":"222","title":"Clients"},"223":{"body":"A small console is provided to learn Endb SQL interactively and run experimental queries. It is distributed in the same Python package as the Python client .","breadcrumbs":"Clients » Console » Console","id":"223","title":"Console"},"224":{"body":"pip install endb","breadcrumbs":"Clients » Console » Install","id":"224","title":"Install"},"225":{"body":"endb_console [--url URL] [-u USERNAME] [-p PASSWORD] Show additional command line options with endb_console --help: usage: endb_console [-h] [--url URL] [-u USERNAME] [-p PASSWORD] [sql ...] positional arguments: sql SQL statement or file options: -h, --help show this help message and exit --url URL -u USERNAME, --username USERNAME -p PASSWORD, --password PASSWORD","breadcrumbs":"Clients » Console » Usage","id":"225","title":"Usage"},"226":{"body":"When the Endb console starts, it will provide a multiline prompt (->) where you can enter SQL statements and queries. The prompt will extend onto new lines (..) until you enter a semicolon. -> INSERT INTO users\n.. {name: 'Conrad', email: 'c1o2n@shell.com'};\n-> SELECT * FROM users; The console has history which you can use the up and down arrows to navigate. History does not persist between console sessions. Learn more about Endb SQL in the SQL Reference . To quit, type CTRL+D.","breadcrumbs":"Clients » Console » Prompt","id":"226","title":"Prompt"},"227":{"body":"The console comes with a number of special, non-SQL commands.","breadcrumbs":"Clients » Console » Commands","id":"227","title":"Commands"},"228":{"body":"Set the URL at runtime with the url command. -> url https://192.168.1.200:3803/sql","breadcrumbs":"Clients » Console » URL","id":"228","title":"URL"},"229":{"body":"Set the accept header content type at runtime with the accept command. -> accept text/csv","breadcrumbs":"Clients » Console » Accept","id":"229","title":"Accept"},"23":{"body":"The goal of Endb's SQL dialect is to be small, coherent, and powerful. The SQL specification is massive, with pages ordering in the thousands. Rather than implement the entire SQL specification from scratch (a gargantuan task) or mimic the SQL dialect of another database, Endb chooses a tiny core and builds powerful, composable features on top of that. This tiny core draws inspiration from many sources, but SQLite in particular. If SQLite supports a particular operator or function, Endb SQL also tries to. Endb SQL also draws strong inspiration from the SQL specification itself (and its predecessors ) and from PostgreSQL . Endb SQL's nested data is also heavily inspired by JSONPath , SQL/JSON , and their derivatives found in major SQL databases. Light inspiration is drawn from PartiQL , SQL++ , and XQuery . For more information on Endb's influences, please see our bibliography .","breadcrumbs":"SQL Reference » Intention » Intention","id":"23","title":"Intention"},"230":{"body":"Set the username at runtime with the username command. -> username efcodd","breadcrumbs":"Clients » Console » Username","id":"230","title":"Username"},"231":{"body":"Set the password at runtime with the password command. -> password equ1valenc3","breadcrumbs":"Clients » Console » Password","id":"231","title":"Password"},"232":{"body":"All SQL commands can be timed by toggling the timer on: timer on. Toggle the timer back off with timer off. -> timer on\n-> SELECT * FROM users;\n[{'name': 'Aaron'} {'name': 'Irene'} ... ]\nElapsed: 0.003904 ms","breadcrumbs":"Clients » Console » Timer","id":"232","title":"Timer"},"233":{"body":"Quit the console by typing quit. -> quit","breadcrumbs":"Clients » Console » Quit","id":"233","title":"Quit"},"234":{"body":"The console communicates with Endb over the HTTP API . Data is returned as LD-JSON documents and marshalled into strongly-typed Python objects. For example: [{'date': None, 'email': 'c1o2n@shell.com', 'name': 'Conrad'}, {'date': datetime.datetime(2024, 1, 29, 18, 18, 30, 129159, tzinfo=datetime.timezone.utc), 'email': 'kitty@tramline.in', 'name': 'Akshay'}] The Data Types page talks about types in more detail.","breadcrumbs":"Clients » Console » Data Types","id":"234","title":"Data Types"},"235":{"body":"The JavaScript and TypeScript client library is used to communicate with an Endb instance from a JavaScript or TypeScript application. Type declarations are provided in the package for TypeScript. NPM Package: @endatabas/endb","breadcrumbs":"Clients » JavaScript » JavaScript","id":"235","title":"JavaScript"},"236":{"body":"Install Usage Examples Import Endb EndbWebSocket sql() Template Literals Data Types Complete Examples JavaScript API Reference","breadcrumbs":"Clients » JavaScript » Table of Contents","id":"236","title":"Table of Contents"},"237":{"body":"npm install @endatabas/endb\nnpm install ws","breadcrumbs":"Clients » JavaScript » Install","id":"237","title":"Install"},"238":{"body":"","breadcrumbs":"Clients » JavaScript » Usage Examples","id":"238","title":"Usage Examples"},"239":{"body":"import { Endb, EndbWebSocket } from '@endatabas/endb';","breadcrumbs":"Clients » JavaScript » Import","id":"239","title":"Import"},"24":{"body":"Creating, updating, and deleting data in Endb is done using standard SQL Data Manipulation Language (DML). Endb is also immutable and schemaless, so it contains a number of shorthands and document-oriented conveniences. Endb does not require any Data Definition Language (DDL), such as CREATE TABLE.","breadcrumbs":"SQL Reference » Data Manipulation » Data Manipulation","id":"24","title":"Data Manipulation"},"240":{"body":"Use the Endb class to communicate with Endb over HTTP. It accepts an optional url parameter. Options can be supplied for accept, username, and password. Accept headers default to LD-JSON and can be set to any valid content type listed in the HTTP API . If you choose application/vnd.apache.arrow.file or application/vnd.apache.arrow.stream, the raw response body will be be returned from sql(). var e = new Endb();\nvar e = new Endb('http://localhost:3803/sql');\nvar e = new Endb('http://localhost:3803/sql', {accept: 'text/csv'});\nvar e = new Endb('http://localhost:3803/sql', {accept: 'application/json', username: 'zig', password: 'zag'}); NOTE: Choosing accept headers other than LD-JSON will return JavaScript data structures symmetrical with those returned from the respective accept header provided to the HTTP API. text/csv returns comma-delimited strings, application/json returns tuples as arrays, and so on.","breadcrumbs":"Clients » JavaScript » Endb","id":"240","title":"Endb"},"241":{"body":"Use the EndbWebSocket class to communicate with Endb over WebSockets. It accepts an optional url parameter. Options can be supplied for ws (any implementation of the JavaScript WebSocket interface definition ), username, and password. In a web browser, ws will default to the web browser's WebSocket implementation. EndbWebSocket only communicates in LD-JSON, so the accept header cannot be set. // in web browser:\nvar ews = new EndbWebSocket();\nvar ews = new EndbWebSocket('ws://localhost:3803/sql', {username: 'zig', password: 'zag'}); // in node.js:\nimport WebSocket from 'ws';\nvar ews = new EndbWebSocket({ws: WebSocket});\nvar ews = new EndbWebSocket('ws://localhost:3803/sql', {ws: WebSocket, username: 'zig', password: 'zag'});","breadcrumbs":"Clients » JavaScript » EndbWebSocket","id":"241","title":"EndbWebSocket"},"242":{"body":"The asynchronous sql method is available to both Endb and EndbWebSocket. It accepts q, and optional p, m, and accept parameters and returns an array of strongly-typed documents. (See JavaScript API Reference .) To ignore the p or m parameters but still supply an accept header, supply the default values or null. e.sql(\"SELECT * FROM users;\");\ne.sql(\"INSERT INTO USERS (date, name, email) VALUES (?, ?, ?);\", [new Date(), 'Aaron', 'aaron@canadahealth.ca']);\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\ne.sql(\"SELECT * FROM users;\", [], false, 'text/csv');\ne.sql(\"SELECT * FROM users;\", null, null, 'application/json');\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');","breadcrumbs":"Clients » JavaScript » sql()","id":"242","title":"sql()"},"243":{"body":"It is possible to use Template Literals (string templating) to pass named SQL parameters. The parameter passed to the Template Literal is only valid when used in a position where a positional SQL parameter is also valid. The signature which accepts Template Literals does not accept any other parameters to the method. var n = 'Michael';\ne.sql`INSERT INTO users (name) VALUES (${n});`; var u = {name: 'Radha', roles: ['artist', 'marketing']};\ne.sql`INSERT INTO users ${u}`;","breadcrumbs":"Clients » JavaScript » Template Literals","id":"243","title":"Template Literals"},"244":{"body":"When an LD-JSON (default) accept header is used, strongly typed data is returned according to this mapping: null - null xsd:date - Date xsd:dateTime - Date xsd:base64Binary - Uint8Array xsd:integer - BigInt For more information on Endb data types, see the Data Types doc .","breadcrumbs":"Clients » JavaScript » Data Types","id":"244","title":"Data Types"},"245":{"body":"import { Endb } from '@endatabas/endb'; var e = new Endb();\nawait e.sql(\"INSERT INTO users {name: 'Thupil'};\");\nvar result = await e.sql(\"SELECT * FROM users;\");\nconsole.log(result); var e2 = new Endb('http://localhost:3803/sql', {accept: 'application/json', username: 'zig', password: 'zag'});\nawait e.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\nresult = await e.sql(\"SELECT * FROM users;\", null, null, 'application/json');\nconsole.log(result); import WebSocket from 'ws';\nimport { EndbWebSocket } from '@endatabas/endb'; var ews = new EndbWebSocket({ws: WebSocket});\nawait ews.sql(\"insert into users {name: 'Lydia'};\");\nvar ws_result = await ews.sql(\"select * from users;\");\nconsole.log(ws_result); var ews2 = new EndbWebSocket({ws: WebSocket, username: 'zig', password: 'zag'});\nawait ews2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\nws_result = await ews2.sql(\"SELECT * FROM users;\", null, null, 'application/json');\nconsole.log(ws_result);","breadcrumbs":"Clients » JavaScript » Complete Examples","id":"245","title":"Complete Examples"},"246":{"body":"NOTE: The following API documentation is generated from source code docstrings in the endb repository .","breadcrumbs":"Clients » JavaScript » JavaScript API Reference","id":"246","title":"JavaScript API Reference"},"247":{"body":"Endb\nEndatabas client for the HTTP API EndbWebSocket\nEndatabas client for the WebSocket API","breadcrumbs":"Clients » JavaScript » Classes","id":"247","title":"Classes"},"248":{"body":"Endatabas client for the HTTP API Kind : global class Endb new Endb([url], [opt]) .sql(q, [p], [m], [accept]) ⇒ Promise. new Endb([url], [opt]) Create an Endb object (Endatabas client for the HTTP API) ParamTypeDefaultDescription [url]string\"http://localhost:3803/sql\"HTTP URL to the Endatabas /sql API [opt]ObjectHTTP options [opt.accept]string\"application/ld+json\"Accept Header content type [opt.username]stringusername for HTTP Basic Auth [opt.password]stringpassword for HTTP Basic Auth endb.sql(q, [p], [m], [accept]) ⇒ Promise. Execute a SQL statement over HTTP Kind : instance method of Endb Returns : Promise. - - Array of documents ParamTypeDescription qstringSQL query as string or Template Literal [p]Array | ObjectPositional parameters, named parameters, or an array of either [m]booleanmany parameters flag [accept]stringAccept Header content type Example // Simple query\nsql(\"SELECT * FROM users;\");\n// Positional parameters\nsql(\"INSERT INTO users (date, name) VALUES (?, ?);\", [new Date(), 'Aaron']);\n// Named parameters\nsql(\"INSERT INTO users {date: :d, name: :n};\", {d: new Date(), n: 'Aaron'});\n// Many positional parameters (batches)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\n// Many named parameters (batches)\nsql(\"INSERT INTO users {name: :n};\", [{n: 'Judy'}, {n: 'Addis'}], true);\n// All parameters (many parameters and accept header)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\n// Named parameters via Template Literals\nsql(`INSERT INTO users (name) VALUES (${u});`, [{u: 'Michael'}]);","breadcrumbs":"Clients » JavaScript » Endb","id":"248","title":"Endb"},"249":{"body":"Endatabas client for the WebSocket API Kind : global class EndbWebSocket new EndbWebSocket([url], [opt]) .close() .sql(q, [p], [m]) ⇒ Promise. new EndbWebSocket([url], [opt]) Create an EndbWebSocket object (Endatabas client for the WebSocket API) ParamTypeDefaultDescription [url]string\"ws://localhost:3803/sql\"WebSocket URL to the Endatabas /sql API [opt]ObjectWebSocket options [opt.ws]stringWebSocket implementation [opt.username]stringusername for Basic Auth [opt.password]stringpassword for Basic Auth endbWebSocket.close() Close the WebSocket connection Kind : instance method of EndbWebSocket endbWebSocket.sql(q, [p], [m]) ⇒ Promise. Execute a SQL statement over a WebSocket with LD-JSON Kind : instance method of EndbWebSocket Returns : Promise. - - Array of documents ParamTypeDescription qstringSQL query as string or Template Literal [p]Array | ObjectPositional parameters, named parameters, or an array of either [m]booleanmany parameters flag Example // Simple query\nsql(\"SELECT * FROM users;\");\n// Positional parameters\nsql(\"INSERT INTO users (date, name) VALUES (?, ?);\", [new Date(), 'Aaron']);\n// Named parameters\nsql(\"INSERT INTO users {date: :d, name: :n};\", {d: new Date(), n: 'Aaron'});\n// Many positional parameters (batches)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\n// Many named parameters (batches)\nsql(\"INSERT INTO users {name: :n};\", [{n: 'Judy'}, {n: 'Addis'}], true);\n// All parameters (many parameters and accept header)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\n// Named parameters via Template Literals\nsql(`INSERT INTO users (name) VALUES (${u});`, [{u: 'Michael'}]);","breadcrumbs":"Clients » JavaScript » EndbWebSocket","id":"249","title":"EndbWebSocket"},"25":{"body":"To create a new document, you can use the standard SQL INSERT command. INSERT INTO products (product_no, name, price) VALUES (1, 'Tofu', 7.99); To create multiple new documents at once, delimit their value lists with commas: INSERT INTO products (product_no, name, price) VALUES (1, 'Butter', 5.99), (2, 'Margarine', 4.99); It is also possible to insert a document directly using an OBJECT literal . INSERT INTO products {product_no: 3, name: 'Tea', price: 3.99}; To insert multiple documents directly, delimit documents with commas: INSERT INTO products {name: 'Coffee', price: 3.99}, {name: 'Croissant', price: 2.99}; It is possible to insert the results of a query: INSERT INTO cheap_products SELECT * FROM products WHERE price < 4.00;","breadcrumbs":"SQL Reference » Data Manipulation » INSERT","id":"25","title":"INSERT"},"250":{"body":"The Python client library is used to communicate with an Endb instance from a Python application. PyPI Package: endb","breadcrumbs":"Clients » Python » Python","id":"250","title":"Python"},"251":{"body":"Install Usage Examples Import Endb EndbWebSocket sql() Data Types Complete Examples Python API Reference","breadcrumbs":"Clients » Python » Table of Contents","id":"251","title":"Table of Contents"},"252":{"body":"pip install endb\npip install websockets # optional WebSocket support\npip install pyarrow # optional Apache Arrow support","breadcrumbs":"Clients » Python » Install","id":"252","title":"Install"},"253":{"body":"","breadcrumbs":"Clients » Python » Usage Examples","id":"253","title":"Usage Examples"},"254":{"body":"from endb import (Endb, EndbWebSocket)","breadcrumbs":"Clients » Python » Import","id":"254","title":"Import"},"255":{"body":"Use Endb to communicate with Endb over HTTP. It accepts optional url, accept, username, and password parameters. Accept headers default to LD-JSON and can be set to any valid content type listed in the HTTP API . If you have pyarrow installed, you can also use application/vnd.apache.arrow.file and application/vnd.apache.arrow.stream. e = Endb()\ne = Endb('http://localhost:3803/sql')\ne = Endb('http://localhost:3803/sql', 'text/csv')\ne = Endb('http://localhost:3803/sql', 'application/json', 'zig', 'zag') NOTE: Choosing accept headers other than LD-JSON will return Python data structures symmetrical with those returned from the respective accept header provided to the HTTP API. text/csv returns comma-delimited strings, application/json returns tuples as lists, and so on.","breadcrumbs":"Clients » Python » Endb","id":"255","title":"Endb"},"256":{"body":"Use the EndbWebSocket class to communicate with Endb over WebSockets. It accepts optional url, username, and password parameters. ews = EndbWebSocket()\news = EndbWebSocket('ws://localhost:3803/sql', 'zig', 'zag')","breadcrumbs":"Clients » Python » EndbWebSocket","id":"256","title":"EndbWebSocket"},"257":{"body":"The sql method is available to both Endb and EndbWebSocket. It accepts q, and optional p, m, and accept parameters and returns an list of strongly-typed documents. (See Python API Reference .) It is sychronous for Endb and asynchronous for EndbWebSocket. To ignore the p or m parameters but still supply an accept header, supply the default values or use a named (accept) parameter. from datetime import date, datetime, timezone\ne.sql(\"INSERT INTO USERS (date, name, email) VALUES (?, ?, ?);\", [datetime.now(timezone.utc), 'Aaron', 'aaron@canadahealth.ca'])\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True)\ne.sql(\"SELECT * FROM users;\", [], False, 'text/csv')\ne.sql(\"SELECT * FROM users;\", accept = 'text/csv')\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')","breadcrumbs":"Clients » Python » sql()","id":"257","title":"sql()"},"258":{"body":"When an LD-JSON (default) accept header is used, strongly typed data is returned according to this mapping: null - None xsd:date - datetime.date xsd:time - datetime.time xsd:dateTime - datetime.datetime xsd:base64Binary - bytes (from base64) xsd:integer - int For more information on Endb data types, see the Data Types doc .","breadcrumbs":"Clients » Python » Data Types","id":"258","title":"Data Types"},"259":{"body":"from endb import Endb\nfrom datetime import date, datetime, timezone\ne = Endb()\ne.sql(\"INSERT INTO users {name: 'Yuvi'}\")\ne.sql(\"SELECT * FROM users;\") e2 = Endb('http://localhost:3803/sql', 'application/json', 'zig', 'zag')\ne2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')\ne2.sql(\"SELECT * FROM users;\", [], False, 'application/json') When the websockets dependency is installed, it is possible to return asynchronous results to the Python interactive shell directly if you start it with python3 -m asyncio: from endb import EndbWebSocket\news = EndbWebSocket()\nawait ews.sql(\"INSERT INTO users {name: 'Lydia'}\")\nws_result = await ews.sql(\"SELECT * FROM users;\")\nprint(ws_result) ews2 = EndbWebSocket(username = 'zig', password = 'zag')\nawait ews2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')\nws_result = await ews2.sql(\"SELECT * FROM users;\", [], False, 'application/json')\nprint(ws_result)","breadcrumbs":"Clients » Python » Complete Examples","id":"259","title":"Complete Examples"},"26":{"body":"To update an existing row, you can use the standard SQL UPDATE command: UPDATE products SET price = 4.99 WHERE name = 'Coffee'; Set multiple columns by separating them with commads; UPDATE products SET price = 4.99, name = 'Kaapi' WHERE name = 'Coffee'; Because Endb is schemaless, each document (or row) has its own schema. As a result, you may want to remove a column from an individual row. You can do this with the UNSET operator: UPDATE products UNSET product_no WHERE name = 'Coffee';\nUPDATE products REMOVE product_no WHERE name = 'Coffee'; REMOVE is an alias for UNSET. It is possible to set and unset values in a single update. Unsetting a column which doesn't exist is not an error: UPDATE products SET price = 5.98 UNSET product_no WHERE name = 'Coffee';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE","id":"26","title":"UPDATE"},"260":{"body":"NOTE: The following API documentation is generated from source code docstrings in the endb repository .","breadcrumbs":"Clients » Python » Python API Reference","id":"260","title":"Python API Reference"},"261":{"body":"","breadcrumbs":"Clients » Python » endb module","id":"261","title":"endb module"},"262":{"body":"Bases: AbstractEndb An Endatabas client for the HTTP API url HTTP URL of an Endatabas instance Type: str accept Accept header content type Type: str username Username for HTTP Basic Auth Type: str password Password for HTTP Basic Auth Type: str sql(q, p=[], m=False, accept=None) Executes a SQL statement The SQL statement is sent to Endb.url over HTTP. Parameters: q ( str ) – SQL statement or query to execute p ( array_like , default= [ ] ) – Positional or named SQL parameters (or an array of either, if using many parameters) m ( bool , default=False ) – Many parameters flag accept ( str , optional ) – Accept header content type (defaults to Endb.accept) Raises: TypeError – Internal error if attempting to translate an unknown type to LD-JSON.","breadcrumbs":"Clients » Python » class endb.Endb(url='http://localhost:3803/sql', accept='application/ld+json', username=None, password=None)","id":"262","title":"class endb.Endb(url='http://localhost:3803/sql', accept='application/ld+json', username=None, password=None)"},"263":{"body":"Bases: AbstractEndb An Endatabas client for the HTTP API url HTTP URL of an Endatabas instance Type: str username Username for HTTP Basic Auth Type: str password Password for HTTP Basic Auth Type: str async close() Closes the WebSocket connection async sql(q, p=[], m=False, accept=None) Executes a SQL statement The SQL statement is sent to Endb.url over WebSockets. Parameters: q ( str ) – SQL statement or query to execute p ( array_like , default= [ ] ) – Positional or named SQL parameters (or an array of either, if using many parameters) m ( bool , default=False ) – Many parameters flag accept ( str , optional ) – Ignored. WebSocket communication is always in LD-JSON. Raises: AssertionError – If ‘id’ of request and response do not match. RuntimeError – If response from server contains an error.","breadcrumbs":"Clients » Python » class endb.EndbWebSocket(url='ws://localhost:3803/sql', username=None, password=None)","id":"263","title":"class endb.EndbWebSocket(url='ws://localhost:3803/sql', username=None, password=None)"},"264":{"body":"Reference documentation exists as a detailed perspective on each feature of Endb. It does not need to be read from beginning to end. Installation Operation Monitoring HTTP API WebSocket API Data Types","breadcrumbs":"Reference » Reference","id":"264","title":"Reference"},"265":{"body":"You only need one of the following installation options. If you followed the Quickstart, you already have the Docker Hub version installed.","breadcrumbs":"Reference » Installation » Installation","id":"265","title":"Installation"},"266":{"body":"Endb is still in early beta. While in beta, new versions are not guaranteed to have binary-compatible storage with previous versions. We encourage you to experiment with Endb but please do not use it in production until a General Availability release.","breadcrumbs":"Reference » Installation » Warning: Early Beta","id":"266","title":"Warning: Early Beta"},"267":{"body":"There are two major release channels available: stable and nightly. To run the nightly builds, replace endatabas/endb with endatabas/endb:nightly in the commands below. If you run Docker, you can use the default command below. --rm cleans up (optional), -p exposes the default endb port, and -v mounts a local volume so your data persists even if you shut down the Docker image. mkdir -p endb_data\ndocker pull endatabas/endb\ndocker run --rm -p 3803:3803 -v endb_data:/app/endb_data endatabas/endb If you run Podman, you'll need to specify the docker.io repo explicitly: mkdir -p endb_data\npodman pull docker.io/endatabas/endb\npodman run --rm -p 3803:3803 -v endb_data:/app/endb_data docker.io/endatabas/endb","breadcrumbs":"Reference » Installation » Installing from Docker Hub","id":"267","title":"Installing from Docker Hub"},"268":{"body":"If you want to run endb from the main branch, compile and build the Docker image: https://github.com/endatabas/endb/#building https://github.com/endatabas/endb/#docker","breadcrumbs":"Reference » Installation » Installing from Git: Docker","id":"268","title":"Installing from Git: Docker"},"269":{"body":"If you don't want Docker at all, you can compile and run the endb binary: https://github.com/endatabas/endb/#building ./target/endb NOTE: If you move the endb binary, be sure to copy libendb.so (Linux) or libendb.dylib (MacOS) into the same directory. This is because endb requires libendb to run.","breadcrumbs":"Reference » Installation » Installing from Git: Binary","id":"269","title":"Installing from Git: Binary"},"27":{"body":"Endb provides a PATCH operator, similar to the PATCH function . The PATCH operator is used in conjunction with UPDATE to set fields on a document (columns on a row) in a declarative fashion. UPDATE products PATCH {price: 1.98, product_no: products.product_no + 1000} WHERE price = 2.00; PATCH is based on RFC 7386: JSON Merge Patch .","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE PATCH","id":"27","title":"UPDATE PATCH"},"270":{"body":"The endb executable aims to provide self-explanatory help for direct usage of the binary. See Monitoring for more information about logging, metrics, and tracing. $ endb --help\nUsage: endb [OPTIONS] Options: -d, --data-directory [env: ENDB_DATA_DIRECTORY=] [default: endb_data] -h, --help Print help -V, --version Print version Authentication: --username [env: ENDB_USERNAME=] --password [env: ENDB_PASSWORD=] Network: -p, --port [env: ENDB_PORT=] [default: 3803] --bind-address [env: ENDB_BIND_ADDRESS=] [default: 0.0.0.0] --protocol [env: ENDB_PROTOCOL=] [default: http] [possible values: http, https] --cert-file [env: ENDB_CERT_FILE=] --key-file [env: ENDB_KEY_FILE=] The -d option accepts a special value of :memory: to run an in-memory node, without persisting anything to disk. The --cert-file and --key-file options are ignored when --protocol is set to http. When --protocol is set to https, they are both required.","breadcrumbs":"Reference » Operation » Operation","id":"270","title":"Operation"},"271":{"body":"If you would like to back up your Endb data, you can use any commodity copy or sync tool (such as rsync) to maintain a copy of your --data-directory (ENDB_DATA_DIRECTORY). To restore that directory, stop Endb, replace or sync that directory where Endb is running, and restart Endb. In the future, a backup option will be provided for an object store separated from compute.","breadcrumbs":"Reference » Operation » Backup and Restore","id":"271","title":"Backup and Restore"},"272":{"body":"Endb exposes plaintext logs, Prometheus metrics, and optional OpenTelemetry tracing. Any one, or a combination, of these can be used to monitor an Endb instance. Some monitoring options are offered as flags. Set flags by setting the environment variable to 0 or 1 (ex. ENDB_LOG_ANSI=0).","breadcrumbs":"Reference » Monitoring » Monitoring","id":"272","title":"Monitoring"},"273":{"body":"By default, endb logs to STDOUT with a log level of endb=INFO. Adjust the log level with the ENDB_LOG_LEVEL environment variable. Endb uses Rust Logging and more details about log levels are available in that document. Other flags include: ENDB_LOG_ANSI - turns ANSI terminal colour output on or off (on by default) ENDB_LOG_THREAD_IDS - set to enable or disable logging of thread ids (enabled by default) Example: docker run --rm -e ENDB_LOG_LEVEL=endb=DEBUG -e ENDB_LOG_ANSI=0 -e ENDB_LOG_THREAD_IDS=1 -p 3803:3803 -v demo_data:/app/endb_data docker.io/endatabas/endb:latest","breadcrumbs":"Reference » Monitoring » Logging","id":"273","title":"Logging"},"274":{"body":"A Prometheus endpoint is available at /metrics. This endpoint is enabled by default. If your Endb instance is running locally, you can view metrics in a browser at http://localhost:3803/metrics The Prometheus tracing level defaults to endb=DEBUG. Set the tracing level with ENDB_TRACING_LEVEL.","breadcrumbs":"Reference » Monitoring » Prometheus","id":"274","title":"Prometheus"},"275":{"body":"To enable OpenTelemetry, set ENDB_TRACING_OTEL=1 and OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317/ Configuration options for the OTLP exporter and additional OTLP environment variables may also prove useful for configuration. The OpenTelemetry tracing level defaults to endb=DEBUG. Set the tracing level with ENDB_TRACING_LEVEL. At the moment, only gRPC metrics are exposed, not HTTP.","breadcrumbs":"Reference » Monitoring » OpenTelemetry","id":"275","title":"OpenTelemetry"},"276":{"body":"Endb exposes a number of metrics to the Prometheus endpoint and OpenTelemetry. These can be useful in debugging performance of applications connected to Endb.","breadcrumbs":"Reference » Monitoring » Metrics","id":"276","title":"Metrics"},"277":{"body":"query_real_time_duration_seconds query_gc_run_time_duration_seconds query_consed_bytes http_request_duration_seconds","breadcrumbs":"Reference » Monitoring » Histograms","id":"277","title":"Histograms"},"278":{"body":"queries_active interactive_transactions_active buffer_pool_usage_bytes dynamic_space_usage_bytes","breadcrumbs":"Reference » Monitoring » Counters","id":"278","title":"Counters"},"279":{"body":"websocket_message_internal_errors_total object_store_read_bytes_total object_store_written_bytes_total queries_total transactions_conflicted_total transactions_committed_total transactions_prepared_total transactions_retried_total wal_read_bytes_total wal_written_bytes_total http_requests_total","breadcrumbs":"Reference » Monitoring » Monotonic Counters","id":"279","title":"Monotonic Counters"},"28":{"body":"The SET operator permits paths on its left-hand side. The behaviour of the form UPDATE
SET = is identical to that of the path_set function. UPDATE users SET $.addresses[0].city = 'Chicago' WHERE name = 'Steven';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE SET $path","id":"28","title":"UPDATE SET $path"},"280":{"body":"Endb exposes a variety of tracing spans to OpenTelemetry. Tracing data is mostly useful if your Endb instance is not performing in the way you expect. buffer_pool_eviction build_info commit compaction constraints gc index log_replay log_rotation object_store_delete object_store_get object_store_list object_store_put query shutdown snapshot startup wal_append_entry wal_read_next_entry wal_fsync websocket_connections_active websocket_message_duration_seconds websocket_messages_total","breadcrumbs":"Reference » Monitoring » Tracing","id":"280","title":"Tracing"},"281":{"body":"If a client is not available for your programming language yet, your app can interact directly with the Endb HTTP API. Any HTTP client may be used but in the examples below we'll use curl to demonstrate the API without writing any code. You can send SQL statements to endb over HTTP: curl -d \"INSERT INTO users (name) VALUES ('Tianyu')\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\ncurl -d \"SELECT * FROM users\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql You can send SQL to endb with standard HTTP Query Parameters, Verbs, Content Types, Accept Headers, and HTTP Basic Authentication. Each one is outlined below.","breadcrumbs":"Reference » HTTP API » HTTP API","id":"281","title":"HTTP API"},"282":{"body":"The query parameters Endb's HTTP endpoint accepts are: q - (q)uery: a SQL query, optionally parameterized p - (p)arameters: named or positional parameters m - (m)any parameter lists: bulk parameters , used for bulk insert/update","breadcrumbs":"Reference » HTTP API » HTTP Query Parameters","id":"282","title":"HTTP Query Parameters"},"283":{"body":"POST allows explicit Content Types and Accept headers: curl -d 'SELECT 1' -H \"Content-Type: application/sql\" -H \"Accept: text/csv\" -X POST http://localhost:3803/sql GET allows a single, simple URL. GET does not permit DML. curl -X GET \"http://localhost:3803/sql?q=SELECT%201\"","breadcrumbs":"Reference » HTTP API » HTTP Verbs","id":"283","title":"HTTP Verbs"},"284":{"body":"The HTTP Content-Type header is used to specify what format the client is sending data to Endb.","breadcrumbs":"Reference » HTTP API » Content Types","id":"284","title":"Content Types"},"285":{"body":"curl -d '{\"q\": \"SELECT * from products;\"}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"SELECT * from products WHERE name = ?;\", \"p\": [\"Salt\"]}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO products {name: :name};\", \"p\": {\"name\": \"Paprika\"}}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql NOTE: To enable strongly-typed values, payloads sent with the application/json content type have values resolved with JSON-LD scalars. Standard JSON values are a subset of JSON-LD scalars, so data sent as regular JSON is unaffected by this behaviour.","breadcrumbs":"Reference » HTTP API » application/json:","id":"285","title":"application/json:"},"286":{"body":"Although values in the application/json content type are resolved using JSON-LD scalars, you can explicitly specify an application/ld+json content type to avoid all ambiguity. See JSON-LD . curl -d '{\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}}}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » application/ld+json","id":"286","title":"application/ld+json"},"287":{"body":"curl -d 'SELECT 1' -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql Submit parameters to application/sql by providing form data or query parameters. Form data and query parameters can be combined, though it is not necessarily recommended. curl -F q=\"INSERT INTO sauces {name: ?, color: ?};\" -X POST http://localhost:3803/sql?p=%5B%22ketchup%22%2C%22purple%22%5D","breadcrumbs":"Reference » HTTP API » application/sql:","id":"287","title":"application/sql:"},"288":{"body":"curl -F q=\"SELECT * from products;\" -H \"Content-Type: multipart/form-data\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: ?};\" -F p='[\"Sriracha\"]' -X POST http://localhost:3803/sql NOTE: Many HTTP clients (including curl) automatically assume a content type of multipart/form-data when form fields are provided. This is true for curl when the -F (--form) argument is used and it has been elided from further examples.","breadcrumbs":"Reference » HTTP API » multipart/form-data","id":"288","title":"multipart/form-data"},"289":{"body":"Although the other content types are preferable for obvious reasons, application/x-www-form-urlencoded is offered for completeness. curl -d 'q=SELECT%20*%20FROM%20products;' -H \"Content-Type: application/x-www-form-urlencoded\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » application/x-www-form-urlencoded","id":"289","title":"application/x-www-form-urlencoded"},"29":{"body":"The UNSET (synonym: REMOVE) operator permits paths on its left-hand side. The behaviour of the form UPDATE
UNSET = is identical to that of the path_remove function. UPDATE users UNSET $.addresses[0].city WHERE name = 'Steven';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE UNSET $path","id":"29","title":"UPDATE UNSET $path"},"290":{"body":"The HTTP Accept header is used to specify how data is returned to the Endb client. The default Accept header content type is application/json.","breadcrumbs":"Reference » HTTP API » Accept Headers","id":"290","title":"Accept Headers"},"291":{"body":"text/csv returns comma-separated rows. Column order from the SELECT clause is maintained. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,'csv')) t1\" -H \"Content-Type: application/sql\" -H \"Accept: text/csv\" -X POST http://localhost:3803/sql returns: \"column1\",\"column2\"\n2,\"csv\"\n1,\"hello\"","breadcrumbs":"Reference » HTTP API » text/csv","id":"291","title":"text/csv"},"292":{"body":"application/json returns rows as an array of JSON tuples. Column order from the SELECT clause is maintained. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/json\" -X POST http://localhost:3803/sql returns: [[2,\"2023-07-22\"],[1,\"hello\"]]","breadcrumbs":"Reference » HTTP API » application/json","id":"292","title":"application/json"},"293":{"body":"application/x-ndjson returns newline-delimited JSON documents. Column order from the SELECT clause is not maintained. JSON documents cannot guarantee column order. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/x-ndjson\" -X POST http://localhost:3803/sql returns: {\"column1\":2,\"column2\":\"2023-07-22\"}\n{\"column1\":1,\"column2\":\"hello\"}","breadcrumbs":"Reference » HTTP API » application/x-ndjson","id":"293","title":"application/x-ndjson"},"294":{"body":"application/ld+json returns documents of strongly-typed (\"Linking Data\") JSON records. Column order from the SELECT clause is not maintained. JSON documents cannot guarantee column order. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/ld+json\" -X POST http://localhost:3803/sql returns: {\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"column1\":2,\"column2\":{\"@value\":\"2023-07-22\",\"@type\":\"xsd:date\"}},{\"column1\":1,\"column2\":\"hello\"}]} See JSON-LD .","breadcrumbs":"Reference » HTTP API » application/ld+json","id":"294","title":"application/ld+json"},"295":{"body":"multipart/mixed returns documents as a valid multipart/mixed response, albeit all as LD-JSON. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: multipart/mixed\" -X POST http://localhost:3803/sql returns: --369d7885-c6e9-4b01-93c9-9449a5fcd637\nContent-Type: application/ld+json {\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"column1\":2,\"column2\":{\"@value\":\"2023-07-22\",\"@type\":\"xsd:date\"}},{\"column1\":1,\"column2\":\"hello\"}]} --369d7885-c6e9-4b01-93c9-9449a5fcd637--","breadcrumbs":"Reference » HTTP API » multipart/mixed","id":"295","title":"multipart/mixed"},"296":{"body":"application/vnd.apache.arrow.file returns columnar data as an Apache Arrow file. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql --output hello.arrow The above command returns a file containing a single RecordBatch in an Apache Arrow file in IPC format. You can examine the file with functions like pyarrow.ipc.open_file , as seen in this gist .","breadcrumbs":"Reference » HTTP API » application/vnd.apache.arrow.file","id":"296","title":"application/vnd.apache.arrow.file"},"297":{"body":"application/vnd.apache.arrow.stream returns columnar data as an Apache Arrow stream. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.stream\" -X POST http://localhost:3803/sql --output streamed.arrows The above command returns a file containing an Apache Arrow IPC stream. You can examine the file with functions like pyarrow.ipc.open_stream , as seen in this gist .","breadcrumbs":"Reference » HTTP API » application/vnd.apache.arrow.stream","id":"297","title":"application/vnd.apache.arrow.stream"},"298":{"body":"Endb supports HTTP Basic Authentication as defined by RFC 7235 . Pass --username and --password arguments to the endb binary to force basic authentication for HTTP connections. (See Operation for more details, including environment variables which can be passed to Docker images.) ./target/endb --username zig --password zag Then, from any HTTP client, provide the username and password combination to execute queries. curl --user zig:zag -d \"SELECT 'Hello World';\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql If the client passes an incorrect username or password, it will receive a 401 Authorization Required HTTP status code as a result, but no body. Be aware of this to ensure client code is written to detect 401 status codes. $ curl -i --user zig:wrong -d \"SELECT 'Hello World';\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\nHTTP/1.1 401 Authorization Required NOTE: HTTP Basic Auth is not secure without the additional use of HTTPS.","breadcrumbs":"Reference » HTTP API » HTTP Basic Authentication","id":"298","title":"HTTP Basic Authentication"},"299":{"body":"SQL parameters are available to: application/json and application/ld+json as part of the POST body multipart/form-data as form data application/x-www-form-urlencoded as URL query parameters application/sql as form data and/or URL query parameters Parameters can be JSON literals, JSON-LD scalars, or SQL literals. A JSON-LD scalar always has the form: {\"@type\": \"xsd:TYPE\", \"@value\": \"DATA\"}. JSON-LD types are listed under the Data Types table.","breadcrumbs":"Reference » HTTP API » Parameters","id":"299","title":"Parameters"},"3":{"body":"Endb is still in early beta. While in beta, new versions are not guaranteed to have binary-compatible storage with previous versions. We encourage you to experiment with Endb but please do not use it in production until a General Availability release.","breadcrumbs":"Tutorial » Warning: Early Beta","id":"3","title":"Warning: Early Beta"},"30":{"body":"To delete an existing row, use the standard SQL DELETE command. DELETE FROM products WHERE price = 5.98; You may delete all rows from a table by eliding the WHERE clause: DELETE FROM products; Note: In Endb, DELETE does not remove any data. It is always possible to view data prior to the DELETE with time queries . If you need to remove data for compliance (with laws such as GDPR or PIPEDA), use ERASE .","breadcrumbs":"SQL Reference » Data Manipulation » DELETE","id":"30","title":"DELETE"},"300":{"body":"Named parameters substitute parameter placeholders with the form :param by the parameter key with the corresponding name. Named parameters are represented as a JSON object. curl -d '{\"q\": \"INSERT INTO products {name: :name, price: :price};\", \"p\": {\"name\": \"Paprika\", \"price\": 2.99}}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}}}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: :sauce};\" -F p='{\"sauce\": \"Sriracha\"}' -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Named Parameters","id":"300","title":"Named Parameters"},"301":{"body":"Positional parameters substitute parameter placeholders with the form ? by the parameter values, in the order they appear. Positional parameters are respresented as a JSON array. curl -d '{\"q\": \"SELECT * FROM products WHERE name = ? AND price > ?;\", \"p\": [\"Salt\", 3.99]}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO events {start: ?};\", \"p\": [{\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}]}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: ?};\" -F p='[\"Sriracha\"]' -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Positional Parameters","id":"301","title":"Positional Parameters"},"302":{"body":"Bulk operations are possible by setting the m flag to true. Bulk operations are available to both named and positional parameters. The list of parameters supplied in bulk must be nested in an array. curl -d '{\"q\": \"INSERT INTO products {name: :name};\", \"p\": [{\"name\": \"Soda\"}, {\"name\": \"Tonic\"}], \"m\": true}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO sauces {name: ?, color: ?};\" -F p='[[\"Mustard\", \"Yellow\"], [\"Ketchup\", \"Red\"]]' -F m=true -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Bulk Parameters","id":"302","title":"Bulk Parameters"},"303":{"body":"As it is possible to receive Apache Arrow data from an Endb query, it is possible to submit Apache Arrow as a statement parameter. The example below assumes the existence of a a table called names, which only contains one column (name). Apache Arrow Streams can also be used as parameters in the same way. # create a sample Arrow file:\ncurl -d \"SELECT * FROM names;\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql --output names.arrow\n# use the sample Arrow file:\ncurl -F m=true -F q=\"INSERT INTO projects {name: :name};\" -F \"p=@names.arrow;type=application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql NOTE: This feature should be used with caution. Do not submit arbitrary Arrow files as parameters. If a malformed Arrow file is submitted, the error message returned (if any) is unlikely to provide guidance. Preferably, Arrow files should be created using Endb itself, as in the example above. Most users will prefer to use a human-readable file format instead, such as a JSON variant or static SQL statements.","breadcrumbs":"Reference » HTTP API » Apache Arrow File Parameters","id":"303","title":"Apache Arrow File Parameters"},"304":{"body":"Bulk inserts are possible by combining the tools mentioned under Parameters . For example, the OBJECTS keyword can insert an array of object literals. Note that each object used as a positional parameter must be wrapped in a JSON array, since there may be more than one positional parameter supplied. Similarly, each named parameter must be wrapped in an object containing a key of the corresponding name. curl -F m=true -F q=\"INSERT INTO products OBJECTS ?\" -F p=\"[[{name: 'jam'}], [{name: 'butter'}]]\" -X POST http://localhost:3803/sql\ncurl -F m=true -F q=\"INSERT INTO products OBJECTS :product\" -F p=\"[{product: {name: 'jelly'}}, {product: {name: 'ghee'}}]\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Bulk Insert","id":"304","title":"Bulk Insert"},"305":{"body":"It is possible to pass multiple SQL statements to Endb by delimiting them with semicolons. Parameters will be passed to all statements in order. Only the result of the last statement is returned to the client. In the following example, the INSERT will be successful but will not return a result. The SELECT will return to the client. curl --form-string q=\"INSERT INTO sauces {name: ?, color: ?}; SELECT {namo: ?, colour: ?};\" -F p='[\"Mustard\", \"Yellow\", \"Ketchup\", \"Red\"]' -X POST http://localhost:3803/sql NOTE: --form-string is required instead of --form to send semicolon-delimited statements with curl.","breadcrumbs":"Reference » HTTP API » Multiple Statements","id":"305","title":"Multiple Statements"},"306":{"body":"If a client is not available for your programming language yet, your app can interact directly with the Endb WebSocket API. Any WebSocket client can be used but in the examples below we'll use websocat to demonstrate the API without writing any code. Connect to Endb with: websocat ws://localhost:3803/sql You can send SQL statements to endb over WebSockets with JSON-RPC 2.0 . {\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users (name) VALUES (?);\", \"p\": [[\"Tsehay\"], [\"Iniku\"]], \"m\": true}}\n{\"jsonrpc\": \"2.0\", \"id\": 2, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM users;\", \"p\": [], \"m\": false}} NOTE: To send the method calls above, paste them into a websocat session one-at-a-time and press . Further examples will assume JSON-RPC strings are sent in an existing websocat session.","breadcrumbs":"Reference » WebSocket API » WebSocket API","id":"306","title":"WebSocket API"},"307":{"body":"Following the JSON-RPC 2.0 spec, a SQL statement or query to the Endb WebSocket API requires these components: id - a string or integer identifier used to correlate requests to responses method - always the string \"sql\" params - request params are sent as JSON-RPC by-name request parameters, as listed below","breadcrumbs":"Reference » WebSocket API » JSON-RPC Request Object","id":"307","title":"JSON-RPC Request Object"},"308":{"body":"q - (q)uery: a SQL query, optionally parameterized p - (p)arameters: named or positional SQL parameters m - (m)any parameter lists: bulk parameters , used for bulk insert/update","breadcrumbs":"Reference » WebSocket API » JSON-RPC Request Parameters","id":"308","title":"JSON-RPC Request Parameters"},"309":{"body":"A response from the Endb WebSocket API will include these components: id - the id provided in the request object, so it can be correlated result - the response, encoded as JSON-LD, as in this example: {\"jsonrpc\":\"2.0\", \"id\":111, \"result\":{\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"name\":\"Hing\",\"price\":2.99}]}} If your query is invalid or causes an internal error, you will receive an error instead, which includes: id - the id of the request object, if one was provided (otherwise null) error - a code and message, as returned by Endb {\"jsonrpc\":\"2.0\", \"id\":222, \"error\":{\"code\":-32603,\"message\":\"Error: Unknown table: users\\n ╭─[:1:15]\\n │\\n 1 │ SELECT * FROM users;\\n │ ──┬── \\n │ ╰──── Unknown table\\n───╯\\n\"}}","breadcrumbs":"Reference » WebSocket API » JSON-RPC Response Object","id":"309","title":"JSON-RPC Response Object"},"31":{"body":"Endb provides flexible upserts with the common ON CONFLICT clause. When the INSERT command detects a conflict, it will perform the instructions in the DO clause. The following command needs to be executed twice to see the upsert effect. INSERT INTO products {name: 'Pepper', price: 9.99} ON CONFLICT (name, price) DO UPDATE SET v = 2; To specify no operation on conflict, use DO NOTHING: INSERT INTO products {name: 'Pepper', price: 9.99} ON CONFLICT (name, price) DO NOTHING; To reference the document currently being inserted, the DO clause provides a statement-local relation named excluded. INSERT INTO products {name: 'Salt', price: 6};\nINSERT INTO products {name: 'Salt', price: 7} ON CONFLICT (name) DO UPDATE SET price = excluded.price; Similarly, the existing table is still available in the DO clause to provide further filtering: INSERT INTO products {product_no: 99, name: 'Cumin', price: 3.00, v: 5};\nINSERT INTO products {product_no: 99, name: 'Cumin', price: 5.00, v: 6} ON CONFLICT (product_no, name) DO UPDATE SET price = excluded.price, v = excluded.v WHERE products.v < 6;","breadcrumbs":"SQL Reference » Data Manipulation » ON CONFLICT (Upsert)","id":"31","title":"ON CONFLICT (Upsert)"},"310":{"body":"Endb supports HTTP Basic Authentication, as defined by RFC 7235 , on top of RFC 6455 . This is because the WebSocket Protocol RFC (6455) does not define authentication mechanisms itself. Pass --username and --password arguments to the endb binary to force basic authentication for HTTP connections. (See Operation for more details, including environment variables which can be passed to Docker images.) ./target/endb --username zig --password zag Then, use Basic Auth headers to connect to Endb: websocat -H='Authorization: Basic' ws://zig:zag@localhost:3803/sql Rather than Authorization: Basic, the Sec-WebSocket-Protocol header may be used. It is offered because web browsers do not support the Basic Auth header over WebSockets.","breadcrumbs":"Reference » WebSocket API » WebSocket Basic Authentication","id":"310","title":"WebSocket Basic Authentication"},"311":{"body":"SQL parameters to a WebSocket request are always JSON-LD . A JSON-LD scalar always has the form: {\"@type\": \"xsd:TYPE\", \"@value\": \"DATA\"}. JSON-LD types are listed under the Data Types table. For example, if a strongly-typed DateTime is required, it can be submitted like so: {\"jsonrpc\": \"2.0\", \"id\": 11, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users (name, date) VALUES (?, ?);\", \"p\": [\"dosha\", {\"@value\": \"2024-01-29T18:18:30.129159\", \"@type\": \"xsd:dateTime\"}], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Parameters","id":"311","title":"Parameters"},"312":{"body":"Named SQL parameters substitute parameter placeholders with the form :param by the parameter key with the corresponding name. Named parameters are represented as a JSON object. {\"jsonrpc\": \"2.0\", \"id\": 111, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO products {name: :name, price: :price};\", \"p\": {\"name\": \"Hing\", \"price\": 2.99}, \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 112, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2021-04-09T20:00:00Z\"}}, \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Named Parameters","id":"312","title":"Named Parameters"},"313":{"body":"Positional SQL parameters substitute parameter placeholders with the form ? by the parameter values, in the order they appear. Positional parameters are respresented as a JSON array. {\"jsonrpc\": \"2.0\", \"id\": 211, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM products WHERE name = ? AND price > ?;\", \"p\": [\"Hing\", 2.00], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 213, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO events {start: ?};\", \"p\": [{\"@type\": \"xsd:dateTime\", \"@value\": \"2021-04-09T20:00:00Z\"}], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Positional Parameters","id":"313","title":"Positional Parameters"},"314":{"body":"Bulk operations are possible by setting the m flag to true. Bulk operations are available to both named and positional parameters. The list of parameters supplied in bulk must be nested in an array. {\"jsonrpc\": \"2.0\", \"id\": 311, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users {name: :name};\", \"p\": [{\"name\": \"Sungwon\"}, {\"name\": \"Olga\"}], \"m\": true}}\n{\"jsonrpc\": \"2.0\", \"id\": 312, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO sauces {name: ?, color: ?};\", \"p\": [[\"Sriracha\", \"#FE6F5E\"], [\"Gochujang\", \"#FF8066\"]], \"m\": true}}","breadcrumbs":"Reference » WebSocket API » Bulk Parameters","id":"314","title":"Bulk Parameters"},"315":{"body":"Unlike the HTTP API , the WebSocket API is stateful and thus capable of explicit transactions. See the Transactions documentation for further details on SQL syntax. {\"jsonrpc\": \"2.0\", \"id\": 411, \"method\": \"sql\", \"params\": {\"q\": \"BEGIN TRANSACTION;\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 412, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO delete_me {name: 'Roll Me Back'};\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 413, \"method\": \"sql\", \"params\": {\"q\": \"ROLLBACK;\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 414, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM delete_me;\", \"p\": [], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Transactions","id":"315","title":"Transactions"},"316":{"body":"","breadcrumbs":"Reference » Data Types » Data Types","id":"316","title":"Data Types"},"317":{"body":"Endb supports the following native scalar types for now. JSON-LD values with a type of @json will be returned from Endb as JSON literals, verbatim. The @type listed in parentheses is for reference purposes only. JSON literal types are implicit so a @value/@type pair is not returned for a JSON literal. SQL JSON-LD Example Literal Description NULL @json null Null, nil, undefined, or missing TEXT @json (xsd:string) \"hello\" UTF-8 string BOOLEAN @json (xsd:boolean) FALSE 8-bit boolean INTEGER @json (xsd:int[eger]) 42 64/128-bit two's complement integer REAL @json (xsd:double) 9007199254740992.123 64-bit IEEE 754 floating point number TIMESTAMP xsd:dateTime 2007-01-01T00:00:00 ISO microsecond precision timestamp DATE xsd:date 2007-01-01 ISO date TIME xsd:time 23:30:00 ISO time INTERVAL xsd:duration PT12H34M56.789S ISO interval BLOB xsd:base64Binary x'DEADBEEF' Binary large object SQL Data Types are covered in detail in the SQL Reference.","breadcrumbs":"Reference » Data Types » Scalars","id":"317","title":"Scalars"},"318":{"body":"SQL JSON-LD Example Literal Description ARRAY @json [\"Joe\", \"Dan\", \"Dwayne\"] Zero-based array OBJECT @json {n: 3, b: 2023-01-01} Object, map, dict, document","breadcrumbs":"Reference » Data Types » Collections","id":"318","title":"Collections"},"319":{"body":"SQL JSON-LD Description DECIMAL xsd:decimal Arbitrary precision decimal. Use 2 BIGINTs or VARCHAR URI xsd:anyURI Unsupported. Use VARCHAR UUID @json (xsd:string) Unsupported. Use VARCHAR or BLOB If you strongly feel you need a native representation of one of these types, email us: hello@endatabas.com","breadcrumbs":"Reference » Data Types » Unsupported Scalar Types","id":"319","title":"Unsupported Scalar Types"},"32":{"body":"ERASE completely removes documents (rows) from visibility to any queries. Once a document has been erased, it is no longer possible to query for it at all. ERASE FROM products WHERE name = 'Salt';","breadcrumbs":"SQL Reference » Data Manipulation » ERASE","id":"32","title":"ERASE"},"320":{"body":"What? Why? Architecture Roadmap License","breadcrumbs":"Appendix » Appendix","id":"320","title":"Appendix"},"321":{"body":"From the outside, Endatabas (or Endb ) is an open source SQL document database with full history. On the inside, this means all records in Endatabas are immutable. An ERASE statement is provided for compliance with laws and policies like GDPR. Time-travel is possible, but queries default to \"as-of-now\". (Which is the thing you want 97% of the time.) Rows are \"schema-last\" documents and joins can be arbitrary, but queries are written in SQL. Endb stores data in Apache Arrow: scalars are strongly typed, the on-disk format is columnar, and the execution engine understands rows and columns. Endb separates storage from compute to provide unlimited disk space. In Swedish, Endatabas means both \"a database\" and \" one database\". This One Database Dream is twofold: Endb hopes to provide HTAP , so a secondary analytics database is not required for most users. Endb plans to use AI ( adaptive indexing ) to provide fast OLTP and OLAP queries on cheap, elastic infrastructure.","breadcrumbs":"Appendix » What? » What is Endatabas?","id":"321","title":"What is Endatabas?"},"322":{"body":"After years of market research, the complaint of database users is universal: \"I want to stop babysitting the database.\" This can mean many things but they're all expensive and complex. The database equivalent of Greenspun's 10th Rule might be \"any sufficiently complicated backend system contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half a database.\" This was true for much of the work we did in the 2010s and 2020s. \"Babysitting\" is sometimes the energy wasted by repeatedly building and maintaining ad-hoc databases for ourselves instead of building tools for customers. Buying data products also requires babysitting. DBAs babysit Oracle indexes. Developers babysit Postgres query optimizations. Data engineers babysit ETL pipelines. Analysts baybsit Redshift history. SREs babysit Aurora costs. Endb can't solve all these problems, but it attempts to be a jack-of-all-trades database that solves as many as it can — for as many people as it can.","breadcrumbs":"Appendix » What? » Who wants One Database?","id":"322","title":"Who wants One Database?"},"323":{"body":"After years of Computer Science research, it's also clear a sea change in database tech is due... right about now. (Give or take ten years. Our timing may be off.) Hellerstein and Stonebraker's What Goes Around Comes Around remains true, decade after decade, since it was published in 2004. As always, the relational data model is still king and SQL is still the lingua franca of databases. Together, they assimilate new rivals every decade or so. Endatabas tries to stand right at the center of this upcoming collapse of the data toolchain. If we, as an industry, can drop a decade's vestigial growth in favour of a tighter, simpler solution? Wonderful. But what if we could shed a half-century's vestiges? Perhaps event streams, relations, documents, graphs, temporal data, ETL and CDC can all live under one roof for many businesses. Let's see. We're not sure if we can make this work. But it's exciting to try. — One Database: Clean. Simple. Less. (Read more in Why Endatabas? )","breadcrumbs":"Appendix » What? » When is One Database possible?","id":"323","title":"When is One Database possible?"},"324":{"body":"(Read more in What is Endatabas? ) Why did we build Endatabas (aka Endb) at all? Isn't one of the many ( many ) existing databases good enough? Many incumbent databases serve their use cases and markets well. But the demands placed on databases are growing rapidly. These demands pull in multiple directions, all at once, and existing technology cannot support them without introducing enormous complexity. Metamorphosis is required. Endb takes good ideas and makes them easier to access, while reducing operational headache. It does not try to be flashy or unnecessarily revolutionary. Instead, it tries to be simple and familiar on the surface while providing a lot of new power under the covers. Let's talk about what that means in clear, concrete terms.","breadcrumbs":"Appendix » Why? » Why Endatabas?","id":"324","title":"Why Endatabas?"},"325":{"body":"The tagline \"SQL Document Database With Full History\" says a lot, but it doesn't say everything. Endatabas is, first and foremost, an immutable database . That's the Full History part. But storing all your data, forever, has clear implications. We consider these implications to be the pillars of Endatabas. In 3D geometry, the legs of a tripod are mutually supportive; as long as all three feet are in contact with the ground, the tripod will not wobble or collapse. So it is with the pillars. Each supports and implies the others. The pillars are as follows: Full History (requires: immutable data and erasure) Timeline (requires: time-traveling queries) Separation of Storage from Compute (requires: light and adaptive indexing) Documents (requires: schemaless tables, \"schema-per-row\", arbitrary joins) Analytics (requires: columnar storage and access) At the top of this five-dimensional structure is SQL, the lingua franca of database queries. We believe it is the right time to integrate these ideas. But first let's go back a few decades to see how we got here.","breadcrumbs":"Appendix » Why? » What is Endatabas, anyway?","id":"325","title":"What is Endatabas, anyway?"},"326":{"body":"None of the ideas in Endatabas are new. George Copeland's What if mass storage were free? asked, back in 1980, what an immutable database might look like. His prescient vision for a database with full history enjoys the clarity of a researcher at the beginning of the database era. People have occasionally asked of Endatabas, \"why bother retaining all history?\" But this is the wrong question. The real question is: \"why bother destroying data?\" Copeland's answers, \"The deletion concept was invented to reuse expensive computer storage.\" The software industry has grown so accustomed to the arbitrary deletion of historical data that we now take destroying data for granted. Mass storage is not free yet — but it is cheap. Copeland himself addresses \"a more realistic argument: if the cost of mass storage were low enough, then deletion would become undesirable.\" Any system that exploits the separation of storage and compute can enjoy these low costs. An immutable dataset and a timeline of changing states are two sides of the same coin. Previous states carry the innate property of time (whether defined by familiar wall clocks or versions or logical clocks). Jensen and Snodgrass have thoroughly researched time-related database queries. Much of their work was published in the 1990s and early 2000s. Storing time, querying across time, time as a value ... these challenging subjects eventually grew to form SQL:2011 . Most SQL databases have struggled to implement SQL:2011. Incorporating time as a core concept in mutable databases (those which support destructive updates and deletes) amplifies existing complexity. Time should simplify the database, not complicate it. Document databases have a more convoluted story. Attempts at \"schemaless\", semi-structured, document, and object databases stretch from Smalltalk in the 1980s to C++ in the 1990s to Java and graphs in the 2000s to JSON in the 2010s . Despite all this, the most successful semi-structured document store, as of 2023, is a Postgres database with JSON columns. Database users desire flexible storage and querying — but yesterday's weather says they desire SQL more. Can't we have both? SQL has four identities, four histories. There is an SQL of academia, born of Codd's relational algebra (1970) and Chamberlin/Boyce SEQUEL (1974) , grown over decades with research like Snodgrass/Jensen's TSQL2. Then there is the SQL of industry, the many-tentacled leviathan of IBM, Oracle, and Microsoft: the SQL sold to businesses and governments, ceaselessly bifurcated into new dialects with each version and implementation. Between these two rests the SQL of the ISO specification — unified across 11 published standards, from SQL-86 to SQL:2023, spanning thousands of pages, adhered to by no single database. [1] Last, there is colloquial SQL, the language one refers to by the question, \"do you know SQL?\" These four threads are intertwined across four decades, making it very difficult to clearly define what is meant by \"SQL\", even in very narrow contexts. Colloquial SQL is of greatest interest to us. This is the ubiquitous query language any new database must implement to succeed. Khoshafian and Copeland introduced the Decomposition Storage Model (DSM) in 1985. The four decades that followed saw any number of approaches to data analytics. Most of the time, however, these demanded expensive data acrobatics: data was piped, streamed, dumped, and copied into denormalized cubes and time-series databases. As humanity grew out of the batch processing of the 1980s into the always-online society of the 2020s, analytics data became another form of operational data and this pipeline was looped back to users and customers. Hybrid Transactional/Analytical Processing (HTAP) promises a simpler, natural successor to OLTP and OLAP systems. For many businesses, the transactional/analytical divide is as arbitrary as destroying data with every state change. Humanity will arbitrarily destroy data in 2026 because hard disks were expensive in 1986. Similarly, we will wastefully query data with multiple systems in 2026 because CPUs were slow in 1986.","breadcrumbs":"Appendix » Why? » History","id":"326","title":"History"},"327":{"body":"When you approach Endb from a distance, you won't see the pillars at first. You'll see the structure they support. This structure also binds the pillars together. The query language of a database is its glue. It is the user interface. It defines the user experience. It is at once a programming language, a dialogue, an envelope, a protocol. But a query engine is not divorced from its query language, and so the language choice also informs system design and behaviour. There are mundane reasons for choosing SQL. If asked \"do you know SQL?\" there's a high probability the answer is \"yes.\" SQL is the language of data science and third-party tools. If any sufficiently successful database has to provide SQL access anyway, one may as well start there. But this is not why we chose SQL. We believe SQL can be beautiful. As mentioned in History , we are primarily concerned with colloquial SQL. The other threads of SQL are relevant but Endb will never implement the entire SQL specification. Instead, the Endb SQL dialect unifies the pillars under one strongly-dynamically-typed umbrella, a variation of the SQLite dialect. SQLite's applications are quite different from those of Endatabas, so Endb SQL is not weakly-typed and Endb types are not a free-for-all. Instead, Endb internally adopts types from Apache Arrow , which it uses as a storage medium. When considering alternatives, there are no direct contenders. Cypher, Datalog, MongoDB query documents, and other schemaless query languages work well for one database implementation but lack both mindshare and standards. PartiQL, SQL++, and other NewSQL languages that depart from SQL suffer precisely because they are almost SQL. One can fantasize about designing a query language from scratch but it's very easy to get wrong and takes decades to build mindshare. SQL has been through this decades-long gauntlet. Just as PL/SQL and T-SQL differ, so will Endb SQL from other dialects. However, colloquial SQL is comparable to colloquial Hindi — at higher levels, it bifurcates into Urdu and Sanskrit but speakers of both lineages understand one another. Endb SQL will be familiar to users of other SQL dialects. With its long, rich history SQL not only has the necessary theoretical underpinnings but the battle scars of technology that lasts. It sits alongside POSIX, TCP/IP, LISP, C, and the QWERTY keyboard layout. It will see its centenary.","breadcrumbs":"Appendix » Why? » Why SQL?","id":"327","title":"Why SQL?"},"328":{"body":"Even if we ignore Copeland's dream of mass storage from 1980, it is easy to see why destroying data is harmful. To destroy data is to destroy facts — to lie about the truth of what happened. Few modern systems permit the total destruction of data for this obvious reason. Some choose to create audit tables: users_audits, sales_audits, and so on. Some choose to log anything and everything. \"It's on disk somewhere.\" It's not uncommon for companies to extract metrics from logs to create invoices and reports, turning a log file into a bespoke immutable database. Industries which take their data very seriously (banking, healthcare) already store immutable records. They just do so in a mutable database. Append-only tables are not new, but they're an order of magnitude easier to work with — for both users and operators — if the database is append-only from the ground up. These same industries will resist the destruction of data unless absolutely necessary, but they will bend to necessity. Erasure is concomitant with immutability — we cannot have one without the other. The existing designs of databases create serious problems for privacy. DELETE, when overloaded to mean both \"save disk space\" and \"explicitly remove this data\", becomes opaque. It does not leave any queryable record of the deletion. Removing data should keep tombstones so it's at least known that some data was removed.","breadcrumbs":"Appendix » Why? » Why Full History?","id":"328","title":"Why Full History?"},"329":{"body":"Keeping your data's entire history is the write-side of the equation. If you didn't care about getting this data back, you could just dump it into an unintelligible pile. But you not only want your data back, you want to query it in the easiest way possible. One very sensible way to see and query immutable data is along a timeline. Endb makes no assumptions about your desire to participate in this timeline. By default, everything is visible as-of-now but querying the past should feel effortless. -- without time travel:\nSELECT * FROM products;\n-- time travel to 2020:\nSELECT * FROM products FOR SYSTEM_TIME AS OF 2020-08-25T00:00:00;","breadcrumbs":"Appendix » Why? » Why a timeline?","id":"329","title":"Why a timeline?"},"33":{"body":"The WITH keyword can create Common Table Expressions (CTEs) for DML, just as it can for queries . WITH top_margin_products AS (SELECT product_no, name FROM products WHERE (price - cost) > 5.00)\nINSERT INTO banner_products SELECT product_no, name FROM top_margin_products;","breadcrumbs":"SQL Reference » Data Manipulation » WITH (Common Table Expressions)","id":"33","title":"WITH (Common Table Expressions)"},"330":{"body":"Separating storage from compute is an implementation detail. AWS customers don't choose Amazon Aurora because they're craving this separation. Decoupling storage from compute makes scale (both up and down) trivial. It also introduces the possibility of \"reducing network traffic, ... fast crash recovery, failovers to replicas without loss of data, and fault-tolerant, self-healing storage.\" This decoupling is concomitant with Light and Adaptive Indexing . It is undesirable to manually construct expensive indexes for unknown future schemas over (effectively) infinite data. Instead, we should let machine learning handle this job.","breadcrumbs":"Appendix » Why? » Why Separation of Storage and Compute?","id":"330","title":"Why Separation of Storage and Compute?"},"331":{"body":"It can be argued that \"why documents?\" is really multiple questions: why schemaless? why nested data? why dynamic SQL? First, the challenges. It is extremely difficult to force global schema onto every row in a table in an immutable world. Even if there were a simple mechanism in SQL to alter table schema only for certain durations (there isn't), the database user would still be burdened with querying based on a particular schema at a particular time in the history of the table. This complexity is compounded by the fact that static schemas have less and less meaning in a temporal world. Endb introduces SQL:2011 time-travel and period predicates . The difficulty, mentioned earlier, that other databases encounter when introducing SQL:2011 is twofold: dealing with \"time\" in a world where history can be violently rewritten and managing an unbending schema across time. Nested data is equally unnatural in incumbent databases. SQL:99, SQL:2016, SQL:2023 all offer some way of shoehorning nested data into flat tables. DynamoDB, Couchbase, and MongoDB are the most common document databases but they don't speak SQL. [2] Not only will no one ever decompose relational data into 6NF, it is unlikely we'll ever see a return to the classic BCNF of business entity-relationship diagrams. Nested data is here to stay. Foreign, embedded JSON (or XML) is little more than a band-aid. Nested data should be native to SQL queries. Second, the joys. Schema-per-row can be incredibly liberating. Not only does this feel more natural, it embraces the messy truth of the real world. Schema-on-write can be added later, when the business is ready to lock down what it knows about a domain. But many use cases demand flexible schemas. What if this week's project requires downloading huge amounts of semi-structured JSON pricing data from the APIs of competing online stores to compare them? Endb can handle this case out of the box. Most databases would require a great deal of manipulation first. Dynamic SQL is required to support schemaless, nested data — but it also brings its own joys. When dynamic SQL rests on top of a flexible data model which can ingest any data, it is capable of exploring nested data and easily constructing arbitrary joins users could normally only construct in a graph database.","breadcrumbs":"Appendix » Why? » Why documents?","id":"331","title":"Why documents?"},"332":{"body":"It is often the job of analytics databases to record and query all the data of a business, denormalized for speed. There will always be analytical jobs which require data to be transformed. But many businesses already allow data scientists, analysts, and even CEOs read-only access to an OLTP replica. HTAP is right on the horizon . Endb hopes to participate in that evolution by making all business data accessible to easy-to-produce, cheap, ephemeral read replicas.","breadcrumbs":"Appendix » Why? » Why \"One Database\"?","id":"332","title":"Why \"One Database\"?"},"333":{"body":"We cannot reconcile building and selling a product we would never buy ourselves.","breadcrumbs":"Appendix » Why? » Why Commercial Open Source?","id":"333","title":"Why Commercial Open Source?"},"334":{"body":"All of the pillars outlined above have their own strike-when-the-iron-is-hot moment. The SQLite we know today began to materialize in 2001. Amazon S3 was launched in 2006. MongoDB was first released in 2007. Immutable data and functional programming reached the mainstream in the 2010s. Datomic (arguably the first immutable OLTP database) was release in 2012. Amazon Aurora was released in 2015 and Google's AlloyDB in 2022. Apache Arrow saw its first release in 2016. Over the past decade, many financial firms built their own in-house temporal databases. SQL:2011, SQL:2016, and SQL:2023 were ratified in their respective eponymous years. HTAP hasn't quite happened yet. AI-driven indexes haven't quite happened yet. The moment for something like Endatabas is now... but it is a very long moment. Endatabas cannot be built in a Postgres-compatible fashion. Technically, it would be prohibitively expensive to build Endatabas from existing components. It's time for something new. The complete SQL specification is very difficult to implement in full, though Mimer likely comes closest to this goal . There is XQuery, of course. But most businesses today do not build their nested data storage on XQuery.","breadcrumbs":"Appendix » Why? » Why Now?","id":"334","title":"Why Now?"},"335":{"body":"","breadcrumbs":"Appendix » Architecture » Architecture","id":"335","title":"Architecture"},"336":{"body":"All records in Endatabas are immutable. Historical data is not lost when an UPDATE or DELETE statement is executed. You can think of endb as one giant log of transactions with fast queries made possible by adaptive indexing .","breadcrumbs":"Appendix » Architecture » Immutable","id":"336","title":"Immutable"},"337":{"body":"The only time data in Endatabas is truly deleted is with the ERASE statement. This is used for user safety and compliance with laws like GDPR.","breadcrumbs":"Appendix » Architecture » Erasure","id":"337","title":"Erasure"},"338":{"body":"Both the heart and \"UI\" of Endatabas is a dynamic SQL engine which natively understands strongly-typed, semi-structured rows (documents). Here is an example to illustrate what that means: INSERT INTO stores {brand: \"Alonzo's Analog Synthesizers\", addresses: [{city: \"New Jersey\", country: \"United States\", opened: 1929-09-01}, {city: \"Göttingen\", country: \"Germany\", opened: 1928-09-01}]}; -- recursive query of ISO dates from the nested document:\nSELECT addresses..opened FROM stores; Endb SQL bases its core SQL dialect on SQLite. It also draws inspiration from SQL:99, SQL:2011, SQL:2016, and SQL:2023. Read more in our bibliography .","breadcrumbs":"Appendix » Architecture » Dynamic SQL","id":"338","title":"Dynamic SQL"},"339":{"body":"Endatabas stores and processes data as columns. Endb's columnar storage is built on Apache Arrow . Endb SQL allows users to retrieve data as documents. The ultimate goal is for Endatabas to serve many (hybrid) purposes: day-to-day transactions and analytical jobs.","breadcrumbs":"Appendix » Architecture » Columnar: Hybrid Transactional Analytic Processing (HTAP)","id":"339","title":"Columnar: Hybrid Transactional Analytic Processing (HTAP)"},"34":{"body":"Parameters to DML are documented under the HTTP API .","breadcrumbs":"SQL Reference » Data Manipulation » Parameters","id":"34","title":"Parameters"},"340":{"body":"Queries are compiled to Common Lisp and use hash joins. Join ordering is done heuristically, by base table size. Correlated queries are memoized by building indexes in-memory during query execution.","breadcrumbs":"Appendix » Architecture » Query Execution","id":"340","title":"Query Execution"},"341":{"body":"More detailed information about the future of Endb can be found in the roadmap .","breadcrumbs":"Appendix » Architecture » Future","id":"341","title":"Future"},"342":{"body":"If you're not sure what this is, think Amazon Aurora, Google AlloyDB, and Neon. Compute nodes are the classic database (Postgres, MongoDB, etc.) — in an immutable world, these are just caches. Storage is elastic object or blob storage (S3, Azure Blobs, etc.). Endatabas is built to live in the clouds, alongside infinite disk. Although the groundwork for separating storage from compute exists in Endb today, elastic storage backends are not yet implemented.","breadcrumbs":"Appendix » Architecture » Cloud: Separation of Storage from Compute","id":"342","title":"Cloud: Separation of Storage from Compute"},"343":{"body":"For more information on light and adaptive indexing, you can watch Håkan's talk from 2022: \"Light and Adaptive Indexing for Immutable Databases\" Endb does not yet support adaptive indexing.","breadcrumbs":"Appendix » Architecture » Adaptive Indexing","id":"343","title":"Adaptive Indexing"},"344":{"body":"You can read our high-level roadmap on GitHub .","breadcrumbs":"Appendix » Roadmap » Roadmap","id":"344","title":"Roadmap"},"345":{"body":"All Endatabas code is Copyright Håkan Råberg and Steven Deobald and licensed GNU Affero General Public License v3.0 , unless otherwise specified. To contribute to Endatabas, please refer to CONTRIBUTING .","breadcrumbs":"Appendix » License » License","id":"345","title":"License"},"35":{"body":"Transactions in Endb are implicit. Run multiple DML statements in a single transaction by providing multiple statements (delimited by semicolons) to a single POST to the HTTP API .","breadcrumbs":"SQL Reference » Data Manipulation » Transactions","id":"35","title":"Transactions"},"36":{"body":"Endb SQL strives to empower the query author. Basic SQL queries should be familiar. Advanced SQL queries should be simple.","breadcrumbs":"SQL Reference » Queries » Queries","id":"36","title":"Queries"},"37":{"body":"The most common hand-written SQL query tends to be the easiest: SELECT * FROM products; Without a WHERE clause (discussed below) the entire table is returned. Because Endb is schemaless, * has a special meaning. Each document (row) in Endb carries with it its own schema. As a result, * refers to the widest possible set of columns, across all the rows returned. In many SQL dialects, columns are strictly ordered. Because Endb columns cannot have a strict order, * returns them in alphabetical order. You can select the widest set of columns for a specific table with
.*: SELECT p.* FROM products p JOIN coupons c ON p.price = c.price;","breadcrumbs":"SQL Reference » Queries » SELECT *","id":"37","title":"SELECT *"},"38":{"body":"In programmatic environments, it is almost always preferable to query for specific columns by name: SELECT product_no, price FROM products; Select a list of columns by delimiting them with commas. SELECT product_no, v, price, name FROM products; Select a column with spaces by delimiting it with backticks or square braces: SELECT products['product no'] FROM products;\nSELECT `product no` FROM products; NOTE: Whether or not your Endb client respects column ordering is dependent on the content type it uses in Accept Headers. It is worth reading over the Accept Header documentation, in this regard. Limit query results to distinct rows or expand to all rows with DISTINCT and ALL. SELECT DISTINCT name FROM products;\nSELECT ALL product_no FROM products p JOIN sales s ON p.name = s.name;","breadcrumbs":"SQL Reference » Queries » SELECT","id":"38","title":"SELECT"},"39":{"body":"","breadcrumbs":"SQL Reference » Queries » FROM","id":"39","title":"FROM"},"4":{"body":"","breadcrumbs":"Tutorial » Quickstart » Quickstart","id":"4","title":"Quickstart"},"40":{"body":"For convenience, tables can be given aliases immediately following their name in the FROM clause. SELECT p.name FROM products p; The AS operator can also (optionally) be used to provide an alias for a table. SELECT p.name FROM products AS p; More usefully, it can give a temporary table name to an expression. The temporary table name can either have anonymous columns or named columns. (The VALUES keyword is explained in the following VALUES Lists section.) SELECT p.column1 FROM (VALUES ('Paprika', 4.77)) AS p;\nSELECT p.price FROM (VALUES ('Paprika', 4.77)) AS p(name, price);","breadcrumbs":"SQL Reference » Queries » Alias Tables","id":"40","title":"Alias Tables"},"41":{"body":"The AS keyword is also used to alias columns. This is useful when column names conflict in a join. (Joins are explained below.) If the same column is specified more than once, the last reference to that column name is the one which will be returned: SELECT c.price, p.price FROM products p JOIN coupons c ON p.name = c.name; If both columns are required, AS can be used to rename one or both of the columns: SELECT p.price AS regular_price, c.price FROM products p JOIN coupons c ON p.name = c.name;","breadcrumbs":"SQL Reference » Queries » Alias Columns","id":"41","title":"Alias Columns"},"42":{"body":"Because Endb is schemaless, documents (rows) can be joined on any fields (columns) which have equivalent values. Joins are written in the form JOIN ON . .. Join operators are generally comparisons or booleans . INSERT INTO coupons {name: 'Salt', price: 3.0};\nSELECT * FROM products p JOIN coupons c ON p.name = c.name; LEFT JOIN, LEFT OUTER JOIN, INNER JOIN, and CROSS JOIN are all supported. NOTE: Endb does not restrict name clashes in unqualified column selection or SELECT *. If two tables share the same column name, the results from the column of the second table in the join will be visible in the returned result, but not the results of the first.","breadcrumbs":"SQL Reference » Queries » JOIN","id":"42","title":"JOIN"},"43":{"body":"When the columns to join share the same name between two tables, USING is a shorthand that permits joining on the equality of those two columns. A USING query also supports unambiguous use of the unqualified column name in the SELECT clause. SELECT project_name, users.name, projects.budget FROM users JOIN projects USING (project_name);","breadcrumbs":"SQL Reference » Queries » USING","id":"43","title":"USING"},"44":{"body":"Rather than returning the entire table, documents (rows) can be filtered with a WHERE clause. SELECT * FROM products WHERE price > 4;","breadcrumbs":"SQL Reference » Queries » WHERE (Filtering)","id":"44","title":"WHERE (Filtering)"},"45":{"body":"More advanced filters are documented in Operators and Functions .","breadcrumbs":"SQL Reference » Queries » Advanced Filtering","id":"45","title":"Advanced Filtering"},"46":{"body":"Results from queries can be ordered with standard SQL ORDER BY. SELECT * FROM products ORDER BY price; By default, ordering is ascending. For descending order, suffix the ORDER BY clause with DESC: SELECT * FROM products ORDER BY price DESC; To force ascending order, use ASC: SELECT * FROM products ORDER BY price ASC; It is also possible to order by an expression: SELECT * FROM products ORDER BY LENGTH(name);\nSELECT * FROM products ORDER BY -price; In the example above, LENGTH is an example of a function. A complete list of functions can be found in the Functions documentation.","breadcrumbs":"SQL Reference » Queries » ORDER BY (Sorting Results)","id":"46","title":"ORDER BY (Sorting Results)"},"47":{"body":"GROUP BY accepts a list of columns and creates aggregated rows based on each of those columns, in order. Each aggregate is returned as a single row. Each column returned must either be a column specified in the GROUP BY clause or a column created with an aggregate function , such as SUM. SELECT name, price FROM products GROUP BY name, price;\nSELECT name, SUM(price) FROM products GROUP BY name;","breadcrumbs":"SQL Reference » Queries » GROUP BY","id":"47","title":"GROUP BY"},"48":{"body":"HAVING adds a search condition to an aggregate query. SELECT name, SUM(price) FROM products GROUP BY name HAVING LENGTH(name) > 4; It is most often used with GROUP BY (seen above), but it is also legal with other aggregates: SELECT SUM(products.price) FROM products HAVING SUM(products.price) = 13;","breadcrumbs":"SQL Reference » Queries » HAVING","id":"48","title":"HAVING"},"49":{"body":"LIMIT specifies the maximum number of rows to be returned by the query. SELECT * FROM products LIMIT 2; It always makes sense to control the order of returned rows so LIMIT always returns the same rows for the same query -- unless you don't care which rows are returned. SELECT * FROM products ORDER BY price ASC LIMIT 2; OFFSET allows queries to skip rows before returning a limited set. SELECT * FROM products ORDER BY price ASC LIMIT 2 OFFSET 2;","breadcrumbs":"SQL Reference » Queries » LIMIT","id":"49","title":"LIMIT"},"5":{"body":"mkdir -p endb_data\ndocker pull endatabas/endb\ndocker run --rm -p 3803:3803 -v endb_data:/app/endb_data docker.io/endatabas/endb See Installation for more ways to install and build endb. See Try It! for methods of connecting to Endb and running queries.","breadcrumbs":"Tutorial » Quickstart » Install Endb","id":"5","title":"Install Endb"},"50":{"body":"The VALUES keyword is used to create a static table of documents (rows). Each row is denoted by a pair of parentheses. All rows must have Union Compatibility which, for Endb, means they have the same number of columns. VALUES (1, 'Salt'), (2, 'Pepper'), (3, 'Vinegar'); Endb assigns anonymous columns the names column1, column2, etc. Columns can instead be given names with a table alias : SELECT * FROM (VALUES (1, 'Salt'), (2, 'Pepper'), (3, 'Vinegar')) AS t (product_no, name);","breadcrumbs":"SQL Reference » Queries » VALUES Lists","id":"50","title":"VALUES Lists"},"51":{"body":"The OBJECTS keyword is used to create a static table comprised of object literals, each representing a document (row). Each row is directly denoted by an object literal. OBJECTS lists do not require Union Compatibility , so jagged lists are permitted. OBJECTS {product_no: 1, name: 'Salt'}, {product_no: 2, name: 'Pepper', price: 3.99};\nSELECT * FROM (OBJECTS {product_no: 1, name: 'Salt'}, {product_no: 2, name: 'Pepper'}) as t;","breadcrumbs":"SQL Reference » Queries » OBJECTS Lists","id":"51","title":"OBJECTS Lists"},"52":{"body":"The set operations union, intersection, and difference are available to the results of two queries.","breadcrumbs":"SQL Reference » Queries » Set Operations: UNION, INTERSECT, EXCEPT","id":"52","title":"Set Operations: UNION, INTERSECT, EXCEPT"},"53":{"body":"Append the results of one query to another. Duplicate rows are removed. SELECT * FROM products UNION SELECT * FROM new_products; To keep duplicate rows, use UNION ALL: SELECT * FROM products UNION ALL SELECT * FROM new_products;","breadcrumbs":"SQL Reference » Queries » UNION","id":"53","title":"UNION"},"54":{"body":"The intersection of two queries returns results which are found in both. SELECT * FROM products INTERSECT SELECT * FROM new_products;","breadcrumbs":"SQL Reference » Queries » INTERSECT","id":"54","title":"INTERSECT"},"55":{"body":"The difference of two queries returns only results from the first query which are not found in the second. Another way of thinking about this is that results of the second query are removed from the first. SELECT * FROM products EXCEPT SELECT * FROM ignored_products;","breadcrumbs":"SQL Reference » Queries » EXCEPT","id":"55","title":"EXCEPT"},"56":{"body":"\"Union Compatibility\" refers to the ability of two queries to be used in a union, intersection, or difference. Because Endb is dynamically-typed, the only constraint on union compatibility is the number of columns returned. In general, it only makes sense to use set operations on two queries which return either: (1) explicit columns, so order and naming are respected or (2) columns with the same names, so they are guaranteed to return in order, in the case of * queries. When applying set operations to * queries, keep in mind that the widest column set (across the entire history of the table) will be returned. If the queries return a different number of columns, set operations will result in an error: -> SELECT * FROM products UNION SELECT * FROM new_products;\n400 Bad Request\nNumber of UNION left columns: 3 does not match right columns: 2","breadcrumbs":"SQL Reference » Queries » Union-Compatibility","id":"56","title":"Union-Compatibility"},"57":{"body":"The WITH keyword is used to create Common Table Expressions , or CTEs. CTEs act like temporary tables or views within the context of a query or DML statement . CTEs are used in place of a sub-select to simplify the appearance of a query. WITH clauses take the form WITH AS (). WITH top_margin_products AS (SELECT product_no FROM products WHERE (price - cost) > 5.00)\nSELECT name FROM products\nWHERE product_no IN (SELECT product_no FROM top_margin_products);","breadcrumbs":"SQL Reference » Queries » WITH (Common Table Expressions)","id":"57","title":"WITH (Common Table Expressions)"},"58":{"body":"The RECURSIVE keyword can be added to WITH to create recursive CTEs which can refer to themselves. Recursive CTEs will always have the form UNION or UNION ALL . Here is a naive example, demonstrating the recursive construction of a Fibonacci Sequence: WITH RECURSIVE fib(previous, current) AS ( VALUES (0, 1) UNION ALL SELECT fib.current, fib.previous + fib.current FROM fib WHERE fib.previous + fib.current < 5000\n)\nSELECT * FROM fib; The most beneficial uses for WITH RECURSIVE are walking hierarchical and graph-shaped data sets -- capabilities ordinary SQL lacks. However, Endb recursive queries are also capable of solving Sudoku puzzles and constructing fractals, as seen in the test suite . (Credit goes to SQLite's delightful Outlandish Recursive Query Examples .)","breadcrumbs":"SQL Reference » Queries » WITH RECURSIVE","id":"58","title":"WITH RECURSIVE"},"59":{"body":"Lateral queries permit access to named values from the FROM clause in the SELECT clause. The LATERAL keyword is optional in Endb as all queries are lateral queries by default. SELECT halved FROM products, LATERAL (SELECT price / 2.0 AS halved) h;\nSELECT halved FROM products, (SELECT price / 2.0 AS halved) h;","breadcrumbs":"SQL Reference » Queries » LATERAL","id":"59","title":"LATERAL"},"6":{"body":"If you do not want to install a full Endb instance, you can try the Live Demo instead. The Wasm Console runs Endb directly in your web browser, so you can ignore the steps in Try It! and jump straight to Endb SQL Basics . NOTE: The Wasm Console is not a full Endb instance. It does not provide APIs and has other performance and infrastructure limitations.","breadcrumbs":"Tutorial » Quickstart » Try Online","id":"6","title":"Try Online"},"60":{"body":"Repeatable reads are achieved in Endb by creating savepoints , which queries can return to later. When returning to a savepoint in the future, queries will return results according to the state of the database when the savepoint was captured. By default, savepoints have a 60-second lifespan, after which they expire. Use of a savepoint during its lifespan will renew its lease, allowing it to be used for another 60 seconds. Savepoints can be forcibly expired with RELEASE. Attempting to use a savepoint that has been expired or released will return No active savepoint: . NOTE: Repeatable reads are only available to the HTTP API .","breadcrumbs":"SQL Reference » Queries » Repeatable Reads: SAVEPOINT, ROLLBACK, RELEASE","id":"60","title":"Repeatable Reads: SAVEPOINT, ROLLBACK, RELEASE"},"61":{"body":"Other SQL dialects have more transaction-specific semantics for SAVEPOINT, ROLLBACK, and RELEASE. Because this difference in behaviour may be confusing to users familiar with other databases, we provide the example below. The result of the final query returns the first two dungeons, which were inserted prior to the savepoint, but not \"Tower of Hera\". INSERT INTO dungeons {name: 'Eastern Palace'};\nINSERT INTO dungeons {name: 'Desert Palace'};\nSAVEPOINT desert_palace;\nINSERT INTO dungeons {name: 'Tower of Hera'};\nROLLBACK TO desert_palace; SELECT * FROM dungeons; NOTE: The ROLLBACK and SELECT above must be executed together, in the same stateless \"transaction\". (Normally this will mean executing both statements in a single HTTP request.)","breadcrumbs":"SQL Reference » Queries » Minimal Example","id":"61","title":"Minimal Example"},"62":{"body":"The SAVEPOINT operator captures a new savepoint at the time it executes. Savepoints can be named or anonymous. Anonymous savepoints are named with a UUID. The name of the savepoint is returned as an attribute named result. SAVEPOINT desert_palace;\n-- [{'result': 'desert_palace'}]\nSAVEPOINT;\n-- [{'result': '0b12de43-1c92-4d92-ab7c-51c5a5129074'}]","breadcrumbs":"SQL Reference » Queries » SAVEPOINT","id":"62","title":"SAVEPOINT"},"63":{"body":"Inside the scope of a stateless \"transaction\" (normally a single HTTP request), ROLLBACK is used to return to a savepoint. ROLLBACK TO returns to a named savepoint (by name) or an anonymous savepoint (by string UUID). Queries executed inside such a transaction return results according to the state of the database when the savepoint was created. The use of ROLLBACK renews the lease of the associated savepoint. ROLLBACK TO desert_palace; SELECT * FROM dungeons;\nROLLBACK TO 'eab07765-de6f-4f74-8052-838dd29ee8e7'; SELECT * FROM dungeons;","breadcrumbs":"SQL Reference » Queries » ROLLBACK","id":"63","title":"ROLLBACK"},"64":{"body":"The RELEASE keyword expires a savepoint so it can no longer be used. Anonymous savepoints can be released by string UUID. RELEASE desert_palace;\nRELEASE 'f7c314dd-47b9-4c85-9502-b8e35c82b935';","breadcrumbs":"SQL Reference » Queries » RELEASE","id":"64","title":"RELEASE"},"65":{"body":"Standard SQL keywords are used to begin, commit, and rollback explicit transactions. NOTE: Explicit transactions are only available to the WebSocket API .","breadcrumbs":"SQL Reference » Queries » Transactions","id":"65","title":"Transactions"},"66":{"body":"This minimal example assumes a connection via the WebSocket API. BEGIN;\nINSERT INTO dungeons {name: 'Dark Palace'};\nINSERT INTO dungeons {name: 'Swamp Palace'};\nINSERT INTO dungeons {name: 'Skull Woods'};\nROLLBACK;\nSELECT * FROM dungeons;","breadcrumbs":"SQL Reference » Queries » Minimal Example","id":"66","title":"Minimal Example"},"67":{"body":"The BEGIN keyword starts a new transaction. BEGIN TRANSACTION;","breadcrumbs":"SQL Reference » Queries » BEGIN [TRANSACTION]","id":"67","title":"BEGIN [TRANSACTION]"},"68":{"body":"The COMMIT keyword commits the open transaction to disk. END is a synonym for COMMIT. COMMIT TRANSACTION;","breadcrumbs":"SQL Reference » Queries » COMMIT [TRANSACTION]","id":"68","title":"COMMIT [TRANSACTION]"},"69":{"body":"The ROLLBACK keyword throws away any uncommitted changes since the transaction began. ROLLBACK TRANSACTION; NOTE: The ROLLBACK keyword should not be confused with the ROLLBACK keyword for savepoints . Both can be called without mentioning a savepoint or transaction, but their behaviour differs based on whether the client is in an explicit transaction or not.","breadcrumbs":"SQL Reference » Queries » ROLLBACK [TRANSACTION]","id":"69","title":"ROLLBACK [TRANSACTION]"},"7":{"body":"You can send SQL statements to endb over HTTP or WebSockets. Any HTTP or WebSocket client will do, and Endb ships with a console and client libraries.","breadcrumbs":"Tutorial » Try It! » Try It!","id":"7","title":"Try It!"},"70":{"body":"","breadcrumbs":"SQL Reference » SQL Data Types » SQL Data Types","id":"70","title":"SQL Data Types"},"71":{"body":"Null serves a variety of purposes in Endb. Explicit: You can provide an explicit NULL value \"Unknown\": As with any SQL, you will receive a null when 3-Valued Logic cannot determine if a statement is true or false \"Missing\": Jagged rows will return NULL for columns projected for a document which does not contain them","breadcrumbs":"SQL Reference » SQL Data Types » NULL","id":"71","title":"NULL"},"72":{"body":"Endb accepts unbounded, variable-length strings with either single or double quotes. CHAR and VARCHAR are synonyms for TEXT. INSERT INTO users (name, title) VALUES ('River', \"Prodigy\"); When casting using the CHAR synonym, an optional integer argument indicates the desired length of the resulting string, padded with spaces: SELECT CAST(123 AS CHAR(10));\n-- [{'column1': '123 '}]","breadcrumbs":"SQL Reference » SQL Data Types » TEXT (CHAR, VARCHAR)","id":"72","title":"TEXT (CHAR, VARCHAR)"},"73":{"body":"Boolean values can be TRUE, FALSE, or NULL.","breadcrumbs":"SQL Reference » SQL Data Types » BOOLEAN","id":"73","title":"BOOLEAN"},"74":{"body":"64-bit integer capable of auto-promotion to 128-bit integer.","breadcrumbs":"SQL Reference » SQL Data Types » INTEGER (BIGINT)","id":"74","title":"INTEGER (BIGINT)"},"75":{"body":"A 64-bit IEEE 754 floating point number, or double.","breadcrumbs":"SQL Reference » SQL Data Types » REAL (DOUBLE)","id":"75","title":"REAL (DOUBLE)"},"76":{"body":"Timestamps can be represented as either SQL timestamps, according to the SQL Specification, or ISO timestamps. The following are legal timestamp literals: 2007-01-01T00:00:00 2007-01-01T00:00:00.123Z 2007-01-01T00:00:00.000000Z TIMESTAMP '2007-01-01 00:00:00' TIMESTAMP '2007-01-01 00:00:00.000000Z'","breadcrumbs":"SQL Reference » SQL Data Types » TIMESTAMP","id":"76","title":"TIMESTAMP"},"77":{"body":"Dates can be represented as either SQL dates, according to the SQL Specification, or ISO dates. The following are legal date literals: 2007-01-01 DATE '2007-01-01'","breadcrumbs":"SQL Reference » SQL Data Types » DATE","id":"77","title":"DATE"},"78":{"body":"Times can be represented as either SQL times, according to the SQL Specification, or ISO times. The following are legal time literals: 23:59:12 23:59:12.12345 TIME '23:59:12' TIME '23:59:12.12345'","breadcrumbs":"SQL Reference » SQL Data Types » TIME","id":"78","title":"TIME"},"79":{"body":"A Period is a window of time between two date/time types. Periods are used with Period Predicates . {start: 2001-01-01, end: 2001-04-01} [2001-04-01T00:00:00Z, 2001-05-01] It is also possible to create a Period with the PERIOD constructor function.","breadcrumbs":"SQL Reference » SQL Data Types » PERIOD","id":"79","title":"PERIOD"},"8":{"body":"Our first couple examples will use curl , which you probably already have installed, to send queries directly to the API. curl -d \"INSERT INTO users (name) VALUES ('Tianyu')\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\ncurl -d \"SELECT * FROM users\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql You don't need to use the API diretly if there is a client library available for your language of choice, but it is helpful to know that the underlying API is human-readable and based on open standards. Read more in the full HTTP API docs .","breadcrumbs":"Tutorial » Try It! » curl","id":"8","title":"curl"},"80":{"body":"An interval (or duration ) is created whenever two times are subtracted. SELECT 2001-01-02 - 2001-01-01; Interval literals can be constructed with ISO 8601 syntax : PT12H30M5S P1Y2M10DT2H30M This is equivalent to the same ISO 8601 syntax provided as a string to the DURATION constructor: DURATION('PT12H30M5S') DURATION('P1Y2M10DT2H30M') Interval literals can also be constructed with the classic SQL intervals DSL: INTERVAL '1-2' YEAR TO MONTH INTERVAL '0 12:34:56.789' DAY TO SECOND","breadcrumbs":"SQL Reference » SQL Data Types » INTERVAL (DURATION)","id":"80","title":"INTERVAL (DURATION)"},"81":{"body":"Binary Large Objects can be encoded as hexidecimal literals or cast from strings. x'DEADBEEF' CAST(\"hello\" AS BLOB)","breadcrumbs":"SQL Reference » SQL Data Types » BLOB (VARBINARY)","id":"81","title":"BLOB (VARBINARY)"},"82":{"body":"Endb SQL uses zero-based arrays. Arrays can be created with array literals similar to JSON. [\"one\", \"two\", \"three\"] Alternatively, arrays can also be created using a literal syntax similar to that in the SQL Specification or a constructor function. ARRAY [\"one\", \"two\", \"three\"] ARRAY(\"one\", \"two\", \"three\") Array literals can contain the spread operator SELECT [1, 2, ...[3, 4], 5];\n-- [{'column1': [1, 2, 3, 4, 5]}] Array equality is tested lexicographically .","breadcrumbs":"SQL Reference » SQL Data Types » ARRAY","id":"82","title":"ARRAY"},"83":{"body":"Objects (which can also be thought of as documents, or rows) can be created with object literals enclosed in curly braces, similar to JSON. Keys in object literals can be quoted or unquoted. {name: \"Hanna\", birthday: 1982-12-31} {'name': \"Hanna\", 'birthday': 1982-12-31} Alternatively, objects can be created using either an OBJECT constructor keyword, similar to that in the SQL Specification. OBJECT(name: 'Hanna', birthday: 1982-12-31) Object literals can contain spreads , computed fields , shorthands , and row literals . SELECT { a: 1, ...[2, 3] };\n-- [{'column1': {'0': 2, '1': 3, 'a': 1}}]\nSELECT { foo: 2, ['foo' || 2]: 5 };\n-- [{'column1': {'foo': 2, 'foo2': 5}}]\nSELECT {p.name, c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'name': 'Salt'}}]\nSELECT {product: {p.*}, discounted: c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'product': {'name': 'Salt', 'price': 5.99}}}] Object equality is tested by comparing each key-value pair as an array.","breadcrumbs":"SQL Reference » SQL Data Types » OBJECT","id":"83","title":"OBJECT"},"84":{"body":"","breadcrumbs":"SQL Reference » SQL Data Types » Dynamic Literals","id":"84","title":"Dynamic Literals"},"85":{"body":"It is possible return an entire document (row) as a single literal value. The syntax is akin to Postgres ROW literals . Unlike table.*, which pads non-existent columns with NULL, a row literal returns exactly the schema specified for each individual row. { table.* } Example usage: SELECT { products.* } FROM products; As a shorthand, a table's name may be used in the SELECT clause to return entire rows as documents: -> SELECT users FROM users;\n-- [{'users': {'email': 'patrick@oracle.com', 'name': 'Patrick'}},\n-- {'users': {'email': 'preethi@shopify.ca', 'name': 'Preethi'}}] NOTE: When a table contains a column of the same name, the column takes precedence and a single column is returned, as usual: -> SELECT status FROM status;\n-- [{'status': 'error'}, {'status': 'ok'}]","breadcrumbs":"SQL Reference » SQL Data Types » Row Literals","id":"85","title":"Row Literals"},"86":{"body":"The Spread Operator (..., sometimes known as \"splat\") can be used to directly flatten/unnest one collection (an array, object, or row literal) into another. Strings are treated as character collections. SELECT [1, 2, ...[3, 4], 5];\n-- [{'column1': [1, 2, 3, 4, 5]}] SELECT [1, 2, ...\"foo\", 5];\n-- [{'column1': [1, 2, 'f', 'o', 'o', 5]}] If an array is spread into an object, its ordinals will be used as properties: SELECT { a: 1, ...{b: 2} };\n-- [{'column1': {'a': 1, 'b': 2}}] SELECT { a: 1, ...[2, 3] };\n-- [{'column1': {'0': 2, '1': 3, 'a': 1}}]","breadcrumbs":"SQL Reference » SQL Data Types » Spread","id":"86","title":"Spread"},"87":{"body":"In the key/property position, square brackets are used to construct computed fields in object literals . Computed fields are implicitly cast to string. SELECT { foo: 2, [2 + 2]: 5 };\n-- [{'column1': {'4': 5, 'foo': 2}}]\nSELECT { foo: 2, ['foo' || 2]: 5 };\n-- [{'column1': {'foo': 2, 'foo2': 5}}]","breadcrumbs":"SQL Reference » SQL Data Types » Computed Fields","id":"87","title":"Computed Fields"},"88":{"body":"Column names can be referred to in place of key-value pairs in object literals . SELECT {p.name, c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'name': 'Salt'}}]","breadcrumbs":"SQL Reference » SQL Data Types » Shorthands","id":"88","title":"Shorthands"},"89":{"body":"Endb date/time data types currently only support times encoded as UTC.","breadcrumbs":"SQL Reference » SQL Data Types » Note on timezones","id":"89","title":"Note on timezones"},"9":{"body":"Endb provides a small console for writing Endb SQL directly: pip install endb_console\nendb_console # connects to localhost by default Assuming you inserted a user with curl above, you can query that table directly: -> SELECT * FROM users; Read more in the Console doc .","breadcrumbs":"Tutorial » Try It! » Console","id":"9","title":"Console"},"90":{"body":"Operations performed on scalars will attempt to widen those scalars for the purpose of the operation, if reasonable. -> select 2.0 = 2;\n[{'column1': True}] This widening includes joins on scalars, but not collections (ARRAY or OBJECT): -> INSERT INTO zig {at: 2023-12-21, val: 2}\n[{'result': 1}]\n-> INSERT INTO zag {at: 2023-12-21T00:00:00, val: 2.0}\n[{'result': 1}]\n-> SELECT * FROM zig i JOIN zag a ON i.at = a.at;\n[{'at': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc), 'val': 2.0}]\n-> SELECT * FROM zig i JOIN zag a ON i.val = a.val;\n[{'at': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc), 'val': 2.0}]","breadcrumbs":"SQL Reference » SQL Data Types » Note on type widening","id":"90","title":"Note on type widening"},"91":{"body":"","breadcrumbs":"SQL Reference » Operators » Operators","id":"91","title":"Operators"},"92":{"body":"Two values can be compared using standard SQL comparison operators: =, == (equals) > (greater than) < (less than) >= (greater than or equal to) <= (less than or equal to) <>, != (not equal to) SELECT * FROM products WHERE NOT name = 'Coffee';\nSELECT * FROM products WHERE name = 'Coffee' AND name <> 'Kaapi';\nSELECT * FROM products WHERE name > 'Cake' AND price >= 5.00;","breadcrumbs":"SQL Reference » Operators » Comparison","id":"92","title":"Comparison"},"93":{"body":"BETWEEN returns TRUE when a value is greater-than-or-equal-to the first limit and less-than-or-equal-to the second. It has the form BETWEEN x AND y. It can be negated with the form NOT BETWEEN x AND y. SELECT * FROM products WHERE price BETWEEN 2.00 AND 4.00;\nSELECT * FROM products WHERE price NOT BETWEEN 2.00 AND 4.00; NOTE: BETWEEN can also be used with System Time .","breadcrumbs":"SQL Reference » Operators » BETWEEN","id":"93","title":"BETWEEN"},"94":{"body":"WHERE and HAVING clauses can be modified and combined with standard SQL boolean operators.","breadcrumbs":"SQL Reference » Operators » Boolean Operators","id":"94","title":"Boolean Operators"},"95":{"body":"IS and IS NOT behave like = (==) and <> (!=) , respectively. They are usually used to augment equality checks to test for NULL, which is the third boolean value, representing \"unknown\". The literal UNKNOWN is permitted in IS / IS NOT expressions in place of NULL. When both sides of IS evaluate to NULL it returns TRUE. When only one side of IS NOT evaluates to NULL it returns TRUE, When only one side of IS evaluates to NUll it returns FALSE. When both sides of IS NOT evaluates to NULL it returns FALSE. SELECT * FROM products WHERE product_no IS NULL;\nSELECT * FROM products WHERE product_no IS UNKNOWN;\nSELECT * FROM products WHERE product_no IS NOT NULL;\nSELECT * FROM products WHERE product_no IS 386;\nSELECT * FROM products WHERE product_no IS NOT 444; NOTE: A WHERE clause of the form IS NULL will not return rows for which does not exist, as positive equality is only tested against extant columns. For example, the query SELECT * FROM products WHERE name IS NULL; will not return rows for which the column name does not exist. However, SELECT * FROM products WHERE name IS NOT NULL; will not return either rows where the name column has a value of NULL or the name column is missing. Thus, IS and IS NOT are not symmetrical for jagged data.","breadcrumbs":"SQL Reference » Operators » IS, IS NOT","id":"95","title":"IS, IS NOT"},"96":{"body":"IS DISTINCT FROM is a synonym for IS NOT. IS NOT DISTINCT FROM is a synonym for IS. NOTE: The IS [NOT] DISTINCT FROM form is provided for SQL specification compatibility and is not recommended, as it tends to be verbose and confusing.","breadcrumbs":"SQL Reference » Operators » IS [NOT] DISTINCT FROM","id":"96","title":"IS [NOT] DISTINCT FROM"},"97":{"body":"NOT can be prefixed to any clause to negate it: SELECT * FROM products WHERE NOT (name = 'Coffee'); AND returns true if two clauses both return true: SELECT * FROM products WHERE name = 'Coffee' AND price > 2.99; OR returns true if either of two clauses return true: SELECT * FROM products WHERE name = 'Coffee' OR name = 'Kaapi';","breadcrumbs":"SQL Reference » Operators » NOT, AND, OR","id":"97","title":"NOT, AND, OR"},"98":{"body":"Standard SQL mathemetical operators are available to any two numeric values: + (addition) - (subtraction) * (multiplication) / (division) % (modulo; integer remainder of division) << (left bit shift) >> (right bit shift) +NUMBER (unary plus) -NUMBER (unary minus) SELECT 1 + 3.555;\nSELECT 1 - 3.555;\nSELECT 2 * 3.555;\nSELECT 2 / 3.555;\nSELECT 2 % 3.555;\nSELECT 62 << 2;\nSELECT 62 >> 2;\nSELECT +128.5;\nSELECT -128.5; NOTE: Mathematical functions are documented under Functions .","breadcrumbs":"SQL Reference » Operators » Math","id":"98","title":"Math"},"99":{"body":"Standard SQL bitwise manipulation operators are available to any two values. & (bitwise and) | (bitwise or) The bitwise not operator is also available to a single value: ~ (bitwise not) SELECT 1 & 2;\nSELECT 1 | 2;\nSELECT ~1;","breadcrumbs":"SQL Reference » Operators » Bitwise Operators","id":"99","title":"Bitwise Operators"}},"length":346,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{",":{"0":{",":{"0":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"9":{"0":{"4":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.0}}},"4":{"0":{"4":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"0":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"3":{"6":{"1":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"0":{"8":{",":{"0":{".":{"6":{"6":{"7":{"1":{",":{"0":{".":{"5":{"5":{"6":{"5":{",":{"0":{".":{"5":{"4":{"4":{"9":{",":{"0":{".":{"4":{"4":{"6":{"6":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":20,"docs":{"14":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"188":{"tf":2.23606797749979},"189":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"159":{"tf":1.0},"317":{"tf":1.0},"76":{"tf":1.0}},"z":{"df":7,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"137":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"80":{"tf":1.0}}},"3":{":":{"0":{"4":{":":{"0":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}},"4":{"df":13,"docs":{"147":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"5":{"df":6,"docs":{"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"6":{"df":1,"docs":{"191":{"tf":1.0}}},"7":{"df":6,"docs":{"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0}}},"8":{"df":4,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"329":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.4142135623730951}},"t":{"2":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":0,"docs":{},"z":{"df":5,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}},"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":{"1":{"2":{"d":{"df":0,"docs":{},"e":{"4":{"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"272":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0}}},"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"291":{"tf":1.0}}}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}}}}}}},"1":{",":{"1":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"4":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"5":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"27":{"tf":1.0}}},"9":{"7":{"0":{"2":{"5":{"0":{"5":{"4":{"1":{"1":{"7":{"8":{"6":{"5":{"6":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"322":{"tf":1.0}}}}},"1":{".":{"0":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"312":{"tf":1.0}}},"2":{"df":1,"docs":{"312":{"tf":1.0}}},"df":2,"docs":{"311":{"tf":1.0},"326":{"tf":1.0}}},"2":{"3":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"218":{"tf":1.0},"72":{"tf":1.0}}},"8":{".":{"5":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.0}}},"9":{"1":{"5":{"9":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"3":{"4":{":":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":1.7320508075688772},"90":{"tf":2.0}}},"3":{"df":1,"docs":{"48":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"9":{"2":{"8":{"df":1,"docs":{"338":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"326":{"tf":1.0}}},"4":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"2":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"326":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"103":{"tf":2.8284271247461903},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"219":{"tf":1.0},"234":{"tf":1.0},"25":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":3.0},"90":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{",":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"'":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"2":{"3":{"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"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":{"0":{"df":3,"docs":{"27":{"tf":1.0},"313":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":9,"docs":{"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"59":{"tf":1.4142135623730951},"90":{"tf":2.0}}},"7":{"8":{"5":{"3":{"0":{"5":{"2":{"9":{"3":{"8":{"5":{"9":{"1":{"8":{"4":{"7":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"df":7,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"1":{"df":10,"docs":{"147":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"334":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"323":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"7":{"df":4,"docs":{"317":{"tf":1.4142135623730951},"334":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0}}},"1":{"df":3,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}},"2":{"df":1,"docs":{"334":{"tf":1.0}}},"5":{"df":1,"docs":{"334":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}},"2":{"df":2,"docs":{"334":{"tf":1.0},"343":{"tf":1.0}}},"3":{"df":6,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"318":{"tf":1.0},"326":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"4":{"df":3,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"311":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"1":{"1":{"df":1,"docs":{"313":{"tf":1.0}}},"3":{"df":1,"docs":{"313":{"tf":1.0}}},"df":2,"docs":{"138":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"\"":{",":{"\"":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"x":{"df":0,"docs":{},"s":{"d":{":":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"294":{"tf":1.0},"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":{}},"]":{",":{"[":{"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"292":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{":":{"1":{"2":{".":{"1":{"2":{"3":{"4":{"5":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"145":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}},"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":2,"docs":{"137":{"tf":1.0},"206":{"tf":1.4142135623730951}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"329":{"tf":1.0}}},"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":{"234":{"tf":1.0}},"t":{"1":{"8":{":":{"1":{"8":{":":{"3":{"0":{".":{"1":{"2":{"9":{"1":{"5":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":41,"docs":{"103":{"tf":2.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"25":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.8284271247461903},"87":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"3":{",":{"3":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"5":{"5":{"5":{"df":1,"docs":{"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":4,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"234":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"186":{"tf":1.0}}},"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":{"df":1,"docs":{"314":{"tf":1.0}}},"2":{"df":1,"docs":{"314":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"2":{"6":{"0":{"3":{",":{"\"":{"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":{"\"":{":":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}},"6":{"9":{"d":{"7":{"8":{"8":{"5":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"3":{":":{"3":{"8":{"0":{"3":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"325":{"tf":1.0}}},"df":25,"docs":{"103":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"206":{"tf":1.0},"25":{"tf":1.0},"318":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"4":{".":{"0":{"0":{"df":2,"docs":{"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"7":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"298":{"tf":1.7320508075688772}}},"9":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"315":{"tf":1.0}}},"2":{"df":1,"docs":{"315":{"tf":1.0}}},"3":{"df":1,"docs":{"315":{"tf":1.0}}},"4":{"df":1,"docs":{"315":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"206":{"tf":1.0},"317":{"tf":1.0}}},"4":{"4":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"1":{"4":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"b":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"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":{"0":{"1":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"8":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"103":{"tf":2.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"154":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}},"f":{"7":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"]":{".":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{"0":{"0":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"26":{"tf":1.0},"30":{"tf":1.0}}},"9":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"161":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"c":{"5":{"a":{"5":{"1":{"2":{"9":{"0":{"7":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"31":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}},"6":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"4":{"/":{"1":{"2":{"8":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"317":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"6":{"df":1,"docs":{"126":{"tf":1.0}}},"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":2,"docs":{"109":{"tf":1.0},"31":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"7":{".":{"9":{"9":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"5":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"6":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"130":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"207":{"tf":1.7320508075688772},"31":{"tf":1.0}}},"8":{".":{"9":{"9":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"2":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"1":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.4142135623730951}}},"9":{".":{"9":{"9":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"7":{"1":{"9":{"9":{"2":{"5":{"4":{"7":{"4":{"0":{"9":{"9":{"2":{".":{"1":{"2":{"3":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"9":{"a":{"5":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"7":{"df":1,"docs":{"295":{"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":{}},"5":{"0":{"2":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"203":{"tf":1.0}}},"7":{",":{"9":{"6":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"321":{"tf":1.0}}},"9":{"df":3,"docs":{"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"100":{"tf":1.0}}},"a":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"a":{"df":2,"docs":{"242":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"19":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951}}}}}},"b":{"7":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"109":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"229":{"tf":2.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"146":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"222":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"r":{"d":{"df":8,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"103":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"141":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":2.0}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}},"t":{"df":4,"docs":{"225":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"210":{"tf":1.0},"270":{"tf":1.0},"326":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"0":{"]":{".":{"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"148":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":2,"docs":{"321":{"tf":1.0},"334":{"tf":1.0}},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"50":{"tf":1.0}},"s":{"df":2,"docs":{"141":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"283":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"y":{"d":{"b":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"327":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"203":{"tf":1.0},"265":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}},"n":{"df":5,"docs":{"128":{"tf":1.0},"214":{"tf":1.0},"327":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"263":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"330":{"tf":1.0},"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"299":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"124":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":2.0},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":29,"docs":{"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.0},"315":{"tf":1.4142135623730951},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":2.0}}},"p":{"df":2,"docs":{"281":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"301":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"328":{"tf":1.4142135623730951},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"320":{"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":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"286":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.7320508075688772},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"286":{"tf":1.7320508075688772},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":14,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.7320508075688772},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"297":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"289":{"tf":1.7320508075688772},"293":{"tf":1.7320508075688772},"299":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"127":{"tf":1.0},"16":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"327":{"tf":1.0}}},"df":2,"docs":{"156":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":7,"docs":{"195":{"tf":1.0},"303":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"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":2,"docs":{"320":{"tf":1.0},"335":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"331":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"163":{"tf":1.0},"169":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"225":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"137":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"137":{"tf":1.0},"154":{"tf":1.7320508075688772},"194":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"154":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.4142135623730951},"82":{"tf":2.8284271247461903},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"226":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":3.0},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"s":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"k":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"288":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"263":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"141":{"tf":1.0}}},"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"262":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"322":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"310":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"298":{"tf":1.4142135623730951},"310":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":1,"docs":{"74":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"187":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"281":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":2.8284271247461903},"259":{"tf":2.0}}}},"r":{"df":3,"docs":{"12":{"tf":1.0},"185":{"tf":1.0},"298":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":1,"docs":{"330":{"tf":1.0}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"342":{"tf":1.0}}}}}},"b":{"'":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"196":{"tf":1.0}}},"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"e":{"3":{"5":{"c":{"8":{"2":{"b":{"9":{"3":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":2.6457513110645907}}}}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"14":{"tf":1.0},"232":{"tf":1.0},"271":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"322":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"(":{"'":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"0":{"1":{"0":{"2":{"0":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":2.0},"258":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"141":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"47":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"i":{"c":{"df":12,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":2.0},"310":{"tf":2.6457513110645907},"36":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"326":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}},"y":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"201":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"156":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"264":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}}}},"t":{"df":3,"docs":{"0":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"172":{"tf":1.0},"185":{"tf":2.23606797749979},"186":{"tf":1.4142135623730951},"226":{"tf":1.0},"326":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":2.6457513110645907}}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"319":{"tf":1.0},"74":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.4142135623730951},"266":{"tf":1.0},"269":{"tf":1.7320508075688772},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"81":{"tf":1.0}}}}},"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"270":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"317":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":2.449489742783178}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":2.0},"317":{"tf":1.0},"319":{"tf":1.0},"342":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"317":{"tf":1.4142135623730951},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"186":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}},"d":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"241":{"tf":1.0}}},"df":4,"docs":{"241":{"tf":1.4142135623730951},"274":{"tf":1.0},"310":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"334":{"tf":1.4142135623730951},"339":{"tf":1.0},"342":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"282":{"tf":1.4142135623730951},"302":{"tf":2.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"314":{"tf":2.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"332":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"168":{"tf":1.4142135623730951},"258":{"tf":1.0}}}}}},"c":{"'":{"]":{"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"1":{"df":0,"docs":{},"o":{"2":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"e":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"2":{"]":{".":{"df":0,"docs":{},"f":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"a":{"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"315":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"329":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"182":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"1":{"2":{"3":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"109":{"tf":1.0},"158":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"d":{"c":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"df":17,"docs":{"103":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":1,"docs":{"332":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"331":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"r":{"(":{"1":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":2.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"169":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.7320508075688772},"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"161":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"141":{"tf":1.0},"327":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"23":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"137":{"tf":1.0},"331":{"tf":1.0},"342":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"85":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"267":{"tf":1.0},"323":{"tf":1.0}}},"r":{"df":3,"docs":{"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"235":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"178":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"176":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"d":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"208":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"206":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"305":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"293":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"138":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}},"2":{"df":1,"docs":{"50":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"296":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"339":{"tf":1.4142135623730951}}}},"df":40,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"196":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":2.0},"220":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"303":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.6457513110645907},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.6457513110645907},"71":{"tf":1.0},"85":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":2.449489742783178}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"227":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}},"m":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":6,"docs":{"155":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"280":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":2.23606797749979}}}},"o":{"d":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":7,"docs":{"194":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"222":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"r":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}},"t":{"df":10,"docs":{"158":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"268":{"tf":1.0},"269":{"tf":1.0},"340":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"317":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"0":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"289":{"tf":1.0},"32":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0}}},"x":{"df":4,"docs":{"322":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"334":{"tf":1.0}}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"271":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"342":{"tf":1.7320508075688772},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":2.449489742783178},"127":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"330":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"178":{"tf":1.0},"275":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":2.8284271247461903},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":6,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"280":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"107":{"tf":1.4142135623730951},"138":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"188":{"tf":1.7320508075688772},"194":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"263":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":31,"docs":{"154":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"326":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"340":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"126":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.7320508075688772},"173":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"173":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.0},"200":{"tf":1.0},"219":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.0},"279":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"330":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":2.449489742783178},"217":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":2.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":23,"docs":{"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"d":{"2":{"6":{"8":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"t":{"a":{"'":{"df":1,"docs":{"329":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":2.6457513110645907},"323":{"tf":2.0},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":3.7416573867739413},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"331":{"tf":2.449489742783178},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":62,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.0},"24":{"tf":2.0},"240":{"tf":1.0},"244":{"tf":2.0},"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.0},"264":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"290":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.23606797749979},"30":{"tf":1.7320508075688772},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":3.3166247903554},"327":{"tf":1.0},"328":{"tf":2.8284271247461903},"329":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951},"331":{"tf":3.3166247903554},"332":{"tf":2.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"58":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"142":{"tf":1.0},"178":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":19,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"175":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"338":{"tf":1.0},"77":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"311":{"tf":1.0}},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"(":{"2":{"0":{"2":{"3":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}},"y":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"181":{"tf":1.0},"339":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"b":{"a":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":23,"docs":{"143":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"6":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}}},"c":{"a":{"d":{"df":5,"docs":{"323":{"tf":1.7320508075688772},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"270":{"tf":2.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"290":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"241":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"215":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":2.8284271247461903},"326":{"tf":2.0},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"315":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"155":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"6":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"306":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"153":{"tf":1.0},"181":{"tf":1.0},"259":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"c":{"df":2,"docs":{"154":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"a":{"c":{"df":4,"docs":{"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"r":{"df":4,"docs":{"214":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"72":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"326":{"tf":2.0},"328":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"264":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"322":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.0}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"153":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"327":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"102":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"270":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"342":{"tf":1.0},"68":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"172":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"c":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":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":{"267":{"tf":1.0}}}}},"df":8,"docs":{"265":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":2.449489742783178},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"269":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"24":{"tf":1.0},"340":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"338":{"tf":1.0}},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}},"m":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"326":{"tf":1.0},"329":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"61":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"80":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"'":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"340":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"56":{"tf":1.0},"84":{"tf":1.0}},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"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":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"b":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"a":{"b":{"0":{"7":{"7":{"6":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":21,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"266":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"37":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"137":{"tf":1.0}}}},"df":1,"docs":{"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":2.23606797749979}}}}},"df":7,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"240":{"tf":2.0},"245":{"tf":1.0},"255":{"tf":2.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"122":{"tf":1.0}},"|":{".":{"*":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"c":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"321":{"tf":1.0},"342":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":2.0},"137":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0}}}}}}},"i":{"d":{"df":3,"docs":{"220":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"319":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"o":{"d":{"df":8,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"309":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"222":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"321":{"tf":2.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"df":7,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"'":{"df":8,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"282":{"tf":1.0},"339":{"tf":1.0}}},"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.7320508075688772},"245":{"tf":1.0},"255":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"=":{"0":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"273":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"273":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":116,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"208":{"tf":2.0},"21":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.7320508075688772},"240":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":2.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":2.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"241":{"tf":1.4142135623730951},"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":0,"docs":{}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"w":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"264":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.4142135623730951},"306":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"184":{"tf":1.0},"23":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"v":{"df":1,"docs":{"270":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"3":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"162":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"219":{"tf":1.0},"322":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.0},"321":{"tf":1.0},"337":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.7320508075688772},"56":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":2.0},"128":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"t":{"c":{"df":3,"docs":{"22":{"tf":1.0},"342":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":6,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0}},"u":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"241":{"tf":2.0},"245":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"338":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"151":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"217":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"103":{"tf":1.0},"106":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.4142135623730951},"264":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.0},"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"327":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"283":{"tf":1.0},"315":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"s":{"df":5,"docs":{"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"146":{"tf":2.23606797749979},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"f":{"7":{"c":{"3":{"1":{"4":{"d":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"330":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}},"s":{"df":14,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"315":{"tf":2.0},"317":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"334":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"321":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"330":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"323":{"tf":1.0}}}}}}},"df":10,"docs":{"207":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.449489742783178},"305":{"tf":1.0},"86":{"tf":1.0}},"e":{"6":{"df":0,"docs":{},"f":{"5":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"319":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0}}},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"w":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}}}},"f":{"8":{"0":{"6":{"6":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"b":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"135":{"tf":2.23606797749979},"196":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"225":{"tf":1.0},"270":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":1.4142135623730951},"303":{"tf":2.6457513110645907},"328":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":5,"docs":{"156":{"tf":1.4142135623730951},"194":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"163":{"tf":1.0},"169":{"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},"325":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"325":{"tf":1.0}},"r":{"2":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"t":{"df":1,"docs":{"331":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"176":{"tf":1.0},"214":{"tf":1.4142135623730951},"246":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"o":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.0},"138":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.23606797749979}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"158":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"46":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"0":{"tf":1.0},"325":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.0},"284":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"321":{"tf":1.0}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"29":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.0},"169":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"341":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"326":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"321":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":77,"docs":{"100":{"tf":1.0},"109":{"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.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":2.6457513110645907},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"334":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"196":{"tf":1.0},"222":{"tf":1.0},"288":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"271":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}}},"c":{"df":1,"docs":{"280":{"tf":1.0}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"325":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"329":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"t":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":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":{"344":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":12,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"198":{"tf":1.0},"219":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"331":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"314":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"325":{"tf":1.0}},"e":{"df":2,"docs":{"323":{"tf":1.0},"58":{"tf":1.0}}},"o":{"d":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"342":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"342":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"219":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"324":{"tf":1.0}},"n":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"p":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"ö":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"=":{"'":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":2.0}}}},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":2,"docs":{"330":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"328":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":2,"docs":{"208":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":2.0},"94":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":24,"docs":{"143":{"tf":1.0},"225":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"324":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"229":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":1.7320508075688772},"310":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"202":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}}},"o":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"296":{"tf":1.0}}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"109":{"tf":2.0},"119":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"317":{"tf":1.0}}}},"p":{"df":6,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.7320508075688772},"270":{"tf":2.0},"8":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"x":{"(":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"208":{"tf":1.0},"327":{"tf":1.0},"344":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"327":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"226":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"o":{"c":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"321":{"tf":1.0},"332":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"334":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"1":{".":{"1":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"p":{"=":{"%":{"5":{"b":{"%":{"2":{"2":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"%":{"2":{"2":{"%":{"2":{"c":{"%":{"2":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"%":{"2":{"2":{"%":{"5":{"d":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"q":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"1":{"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":{}}},"df":22,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":28,"docs":{"11":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"262":{"tf":2.23606797749979},"263":{"tf":2.0},"264":{"tf":1.0},"270":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.449489742783178},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":2.6457513110645907},"310":{"tf":1.4142135623730951},"315":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"s":{":":{"/":{"/":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"2":{"0":{"0":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"/":{"#":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"b":{"df":2,"docs":{"265":{"tf":1.0},"267":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"331":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"303":{"tf":1.0},"326":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"326":{"tf":1.0},"339":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"å":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"343":{"tf":1.0}}},"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"d":{"\"":{":":{"1":{"1":{"1":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"a":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"166":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"153":{"tf":1.0},"169":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}},"m":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"214":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":2.0},"182":{"tf":1.0},"24":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"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":9,"docs":{"23":{"tf":1.0},"241":{"tf":1.4142135623730951},"249":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"325":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"176":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"324":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"280":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":2.0}}}},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"26":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"208":{"tf":2.0},"23":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"321":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"(":{"[":{"1":{",":{"2":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"174":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"114":{"tf":1.7320508075688772},"174":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}},"df":0,"docs":{}}}},"df":38,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"25":{"tf":3.1622776601683795},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":2.8284271247461903},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":2,"docs":{"321":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"194":{"tf":1.0},"202":{"tf":1.0},"23":{"tf":2.0},"338":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":18,"docs":{"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"224":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":2.0},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.7320508075688772},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"222":{"tf":1.7320508075688772},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"303":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"(":{"'":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.4142135623730951}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"98":{"tf":1.0}},"r":{"df":1,"docs":{"325":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"223":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"326":{"tf":1.0}}}}},"f":{"a":{"c":{"df":3,"docs":{"222":{"tf":1.0},"241":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"262":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"175":{"tf":1.0},"317":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"324":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":2.0},"137":{"tf":1.0},"174":{"tf":1.0}}},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"c":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"324":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"317":{"tf":2.0},"326":{"tf":1.0},"338":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"t":{"'":{"df":5,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.7320508075688772},"334":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"23":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"m":{"df":1,"docs":{"304":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"304":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"o":{"b":{"df":3,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"318":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"15":{"tf":2.0},"211":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":3.3166247903554},"43":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"y":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":3.3166247903554},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"c":{"\"":{":":{"\"":{"2":{".":{"0":{"df":1,"docs":{"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}}},"df":0,"docs":{}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"(":{"1":{"9":{"7":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"k":{"a":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"270":{"tf":1.4142135623730951},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"103":{"tf":1.0},"304":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":2,"docs":{"328":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"172":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"12":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.4142135623730951},"317":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"206":{"tf":1.0},"305":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"331":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"d":{"df":19,"docs":{"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":1.0},"194":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"330":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"v":{"df":2,"docs":{"17":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0},"98":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"325":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"'":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}},"[":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"118":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.7320508075688772},"46":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}},"s":{"df":5,"docs":{"123":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"16":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"208":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"327":{"tf":1.0},"344":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{".":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"10":{"tf":1.7320508075688772},"222":{"tf":2.0},"235":{"tf":1.0},"250":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"222":{"tf":1.0},"320":{"tf":1.0},"345":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"(":{"'":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.6457513110645907},"6":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0}}},"g":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"294":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"327":{"tf":1.0},"340":{"tf":1.0}}},"t":{"df":24,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"155":{"tf":1.0},"196":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"282":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.0},"197":{"tf":2.0},"220":{"tf":1.7320508075688772},"236":{"tf":1.0},"243":{"tf":2.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"317":{"tf":2.0},"318":{"tf":1.0},"51":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"342":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"181":{"tf":1.0},"267":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"g":{"1":{"0":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"141":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.7320508075688772},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":2.6457513110645907},"328":{"tf":1.7320508075688772},"336":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"326":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"325":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"196":{"tf":1.0},"326":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"p":{"df":1,"docs":{"326":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"330":{"tf":1.0}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}},"t":{"df":2,"docs":{"324":{"tf":1.0},"325":{"tf":1.0}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"182":{"tf":1.0},"208":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}}}}},"y":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},")":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951}}}}}}},"]":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"330":{"tf":1.0}}}}},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"271":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"267":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"175":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"288":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":6,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"331":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"318":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"243":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":3.605551275463989},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"263":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"214":{"tf":1.0},"334":{"tf":1.0}}}}},"h":{"df":2,"docs":{"141":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"x":{"(":{"c":{".":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"df":19,"docs":{"137":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"169":{"tf":1.0},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.7320508075688772},"315":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"176":{"tf":1.0},"220":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{".":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"304":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"20":{"tf":1.4142135623730951},"225":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":14,"docs":{"222":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"220":{"tf":1.0},"317":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"214":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}},"o":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"275":{"tf":1.0},"334":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"b":{"df":4,"docs":{"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"264":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"g":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"288":{"tf":1.7320508075688772},"299":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":14,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"305":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"35":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":88,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.0},"208":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"245":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"25":{"tf":2.23606797749979},"257":{"tf":2.0},"259":{"tf":2.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"300":{"tf":2.8284271247461903},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":3.3166247903554},"311":{"tf":1.0},"312":{"tf":2.6457513110645907},"313":{"tf":1.0},"314":{"tf":2.449489742783178},"315":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":2.23606797749979},"97":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"305":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"196":{"tf":2.0},"197":{"tf":1.0},"202":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}},"df":6,"docs":{"137":{"tf":2.0},"243":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"309":{"tf":1.4142135623730951},"318":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":{"327":{"tf":1.0},"328":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":1,"docs":{"328":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"217":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"137":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"23":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"331":{"tf":2.6457513110645907},"334":{"tf":1.0},"338":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"327":{"tf":1.0},"333":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"147":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"226":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.4142135623730951},"266":{"tf":1.0},"3":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":2,"docs":{"270":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":9,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":7,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"258":{"tf":1.0},"326":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"331":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":50,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":2,"docs":{"206":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":23,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"220":{"tf":2.6457513110645907},"242":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"258":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"f":{"(":{"1":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"137":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"[":{"'":{"a":{"df":1,"docs":{"134":{"tf":1.0}}},"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":1,"docs":{"131":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":33,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"271":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":2.449489742783178},"307":{"tf":1.0},"309":{"tf":1.7320508075688772},"312":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"342":{"tf":1.0},"51":{"tf":2.6457513110645907},"81":{"tf":1.0},"83":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"289":{"tf":1.0},"328":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"85":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"321":{"tf":1.0},"326":{"tf":1.0}}}},"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":6,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"219":{"tf":1.0},"265":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"323":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.23606797749979},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"226":{"tf":1.0},"331":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"321":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"272":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"280":{"tf":1.0}}}}}}}}}}}},"r":{"df":52,"docs":{"100":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"t":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"s":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"]":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"225":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"154":{"tf":1.4142135623730951},"23":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"313":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":2.23606797749979},"86":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"14":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"207":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"168":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"334":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"273":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"0":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"189":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},")":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"\"":{"[":{"[":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"'":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"288":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{";":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"235":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"a":{"c":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"a":{"df":3,"docs":{"285":{"tf":1.0},"300":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":40,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"138":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"169":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":2.23606797749979},"287":{"tf":1.7320508075688772},"299":{"tf":2.23606797749979},"300":{"tf":2.23606797749979},"301":{"tf":2.23606797749979},"302":{"tf":1.7320508075688772},"303":{"tf":2.0},"304":{"tf":2.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.0},"311":{"tf":1.4142135623730951},"312":{"tf":2.23606797749979},"313":{"tf":2.23606797749979},"314":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"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":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"214":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"189":{"tf":1.0},"299":{"tf":1.0},"325":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"329":{"tf":1.0},"332":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"23":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"327":{"tf":1.0}},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":13,"docs":{"225":{"tf":2.23606797749979},"231":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":2.449489742783178},"27":{"tf":2.6457513110645907}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.0},"29":{"tf":1.0}},"e":{"(":{"[":{"0":{",":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"203":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":18,"docs":{"18":{"tf":1.7320508075688772},"194":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":2.449489742783178},"199":{"tf":3.1622776601683795},"200":{"tf":2.8284271247461903},"201":{"tf":2.0},"202":{"tf":3.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772}},"s":{".":{".":{"a":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":33,"docs":{"15":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"270":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"137":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":11,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"(":{"2":{"0":{"0":{"1":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"147":{"tf":2.0},"176":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":12,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"220":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"141":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"329":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.7320508075688772},"327":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"10":{"tf":1.0},"224":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"d":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"324":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":4,"docs":{"23":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"317":{"tf":1.0},"75":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"270":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"124":{"tf":2.23606797749979},"220":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"x":{"df":1,"docs":{"327":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"324":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"317":{"tf":1.0},"319":{"tf":1.0},"327":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{".":{"c":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"306":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"326":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":35,"docs":{"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"130":{"tf":1.0},"137":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"31":{"tf":3.1622776601683795},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"327":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"328":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"u":{"c":{"df":1,"docs":{"332":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":12,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}},"df":69,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"266":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":2.0},"31":{"tf":2.449489742783178},"312":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"[":{"'":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"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":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"222":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"274":{"tf":1.7320508075688772},"276":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}},"e":{".":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"270":{"tf":2.0},"310":{"tf":1.4142135623730951},"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"321":{"tf":2.0},"324":{"tf":1.0},"327":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"m":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"267":{"tf":1.4142135623730951},"324":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"252":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"259":{"tf":1.0}}},"df":9,"docs":{"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}}},"q":{")":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}}},"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"*":{"%":{"2":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"%":{"2":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":66,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":2.449489742783178},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":2.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"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":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"331":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"265":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"233":{"tf":2.0},"327":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"140":{"tf":2.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"334":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"303":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"10":{"tf":1.0},"264":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"338":{"tf":1.0},"344":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":2,"docs":{"0":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"317":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"289":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"90":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"287":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"b":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.7320508075688772},"17":{"tf":1.0},"182":{"tf":1.0},"294":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"102":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":3.3166247903554}}}}}},"d":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"u":{"c":{"df":2,"docs":{"324":{"tf":1.0},"330":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"214":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.4142135623730951},"31":{"tf":1.0},"317":{"tf":1.4142135623730951},"326":{"tf":1.0},"345":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"88":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"101":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}},"t":{"df":9,"docs":{"120":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"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":2,"docs":{"15":{"tf":1.0},"331":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":2.23606797749979}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"184":{"tf":1.0},"327":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"206":{"tf":1.4142135623730951},"221":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"328":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"121":{"tf":1.7320508075688772},"267":{"tf":1.0},"271":{"tf":1.0}},"e":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"267":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":11,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"263":{"tf":1.0},"307":{"tf":2.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"311":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"24":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"285":{"tf":1.0},"286":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"149":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"208":{"tf":1.0},"240":{"tf":1.0},"263":{"tf":1.4142135623730951},"295":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"301":{"tf":1.0},"313":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":3,"docs":{"11":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"182":{"tf":1.0},"339":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":90,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.7320508075688772},"309":{"tf":1.0},"317":{"tf":1.4142135623730951},"331":{"tf":1.0},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"71":{"tf":1.0},"85":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":2.6457513110645907},"97":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}}}},"f":{"c":{"df":3,"docs":{"27":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"332":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"267":{"tf":1.7320508075688772},"273":{"tf":1.0},"5":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"344":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"315":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"315":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"323":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"141":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":33,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.23606797749979},"208":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":2.449489742783178},"86":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"p":{"c":{"df":4,"docs":{"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"n":{"df":14,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"181":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"å":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"3":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"337":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"153":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":10,"docs":{"135":{"tf":1.7320508075688772},"285":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":17,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"269":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"303":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":5,"docs":{"287":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"60":{"tf":3.1622776601683795},"61":{"tf":1.7320508075688772},"62":{"tf":2.8284271247461903},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":2,"docs":{"326":{"tf":1.0},"334":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"207":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"319":{"tf":1.0},"321":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}},"n":{"df":1,"docs":{"198":{"tf":1.0}}},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"208":{"tf":2.449489742783178},"219":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":2.8284271247461903},"37":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"323":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"e":{"a":{"df":2,"docs":{"135":{"tf":1.0},"323":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"310":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}}},"df":22,"docs":{"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"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},"331":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"df":5,"docs":{"182":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":163,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"14":{"tf":2.23606797749979},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":2.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"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},"196":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"203":{"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.4142135623730951},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":3.0},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"98":{"tf":3.0},"99":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}},"l":{"df":1,"docs":{"333":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"226":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":5,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"222":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"219":{"tf":1.0},"329":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}},"t":{"df":5,"docs":{"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"291":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}},"s":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"226":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}}}},"t":{"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":2.0},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"314":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}}}},"h":{"a":{"1":{"(":{"'":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.4142135623730951}}},"df":1,"docs":{"167":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"161":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"w":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"225":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"267":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":1,"docs":{"141":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"27":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"283":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.0},"36":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"138":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"326":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"d":{"a":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"323":{"tf":1.0}}}},"v":{"df":2,"docs":{"322":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"321":{"tf":1.0},"328":{"tf":1.0},"38":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"280":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"307":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"182":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":14,"docs":{"222":{"tf":1.0},"23":{"tf":1.7320508075688772},"326":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":16,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"q":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}}}},":":{"2":{"0":{"1":{"1":{"df":8,"docs":{"176":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.0}}},"6":{"df":3,"docs":{"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"df":4,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"331":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":84,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.7320508075688772},"153":{"tf":1.0},"16":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":3.0},"232":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"315":{"tf":2.23606797749979},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.4641016151377544},"327":{"tf":4.69041575982343},"331":{"tf":2.449489742783178},"334":{"tf":1.0},"338":{"tf":2.0},"339":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"141":{"tf":1.0},"202":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}},"df":5,"docs":{"128":{"tf":1.0},"23":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"300":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"267":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"141":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"226":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"327":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.7320508075688772},"338":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"281":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":2.23606797749979},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"c":{"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"298":{"tf":1.4142135623730951},"85":{"tf":2.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"105":{"tf":1.0}}}}},"y":{"df":1,"docs":{"331":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":1.0},"6":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"345":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"17":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"271":{"tf":1.0},"322":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"222":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":2.0},"334":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"271":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}},"e":{"d":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"297":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}},"y":{"/":{"%":{"df":0,"docs":{},"m":{"/":{"%":{"d":{"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":2,"docs":{"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"334":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":2.23606797749979},"240":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"317":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"285":{"tf":1.0},"294":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"b":{"df":2,"docs":{"196":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"303":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"202":{"tf":1.0},"285":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}}}},"r":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":2.449489742783178},"124":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"326":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"305":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":9,"docs":{"175":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"24":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":2,"docs":{"322":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"150":{"tf":2.0},"151":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"314":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"317":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"343":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"269":{"tf":1.0},"323":{"tf":1.0},"342":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"199":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":9,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"315":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"329":{"tf":1.0}}}}}},"df":7,"docs":{"182":{"tf":1.7320508075688772},"185":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"(":{"df":1,"docs":{"138":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":40,"docs":{"13":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"331":{"tf":2.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"2":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"╯":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"234":{"tf":1.0},"324":{"tf":1.0},"343":{"tf":1.0}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":3,"docs":{"269":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"327":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"236":{"tf":1.0},"243":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":4,"docs":{"176":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}},"t":{"a":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":11,"docs":{"229":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"283":{"tf":1.0},"291":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":7,"docs":{"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"317":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"14":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"0":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"322":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"321":{"tf":1.0},"322":{"tf":1.0}}},"k":{"df":3,"docs":{"336":{"tf":1.0},"342":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"d":{"df":7,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"161":{"tf":1.0},"327":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"199":{"tf":1.0},"287":{"tf":1.0},"334":{"tf":1.0}},"t":{"df":2,"docs":{"137":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"273":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"325":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"327":{"tf":1.0}}}}},"w":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"df":3,"docs":{"102":{"tf":1.0},"315":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":2.0}},"y":{"df":0,"docs":{},"u":{"df":2,"docs":{"281":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"12":{"tf":1.0},"14":{"tf":2.449489742783178},"143":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"22":{"tf":1.0},"232":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.0},"329":{"tf":1.4142135623730951},"331":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.7320508075688772}}}}},"r":{"df":1,"docs":{"232":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":1.0},"183":{"tf":1.0},"317":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"177":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"89":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"_":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"109":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"232":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"11":{"tf":1.0},"222":{"tf":1.0},"271":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"23":{"tf":1.0},"310":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"280":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"330":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"315":{"tf":2.0},"336":{"tf":1.0},"339":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"183":{"tf":1.4142135623730951},"321":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"i":{"df":10,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":2.0}}},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"161":{"tf":1.0},"162":{"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},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"288":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.0},"314":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":2.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"337":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"l":{"2":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"292":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.7320508075688772},"273":{"tf":1.0},"328":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"'":{"df":1,"docs":{"317":{"tf":1.0}}},"df":28,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"321":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":68,"docs":{"12":{"tf":1.0},"137":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":2.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":2.0},"262":{"tf":2.6457513110645907},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":2.23606797749979},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":2.23606797749979},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"2":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"1":{".":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"1":{"2":{"3":{"4":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"1":{"8":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"159":{"tf":1.4142135623730951}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"=":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":2,"docs":{"234":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"338":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"8":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}}},"r":{"df":12,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"311":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"34":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"'":{"3":{"1":{"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":2.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"117":{"tf":1.0},"125":{"tf":1.7320508075688772}},"e":{"(":{"'":{"a":{"d":{"a":{"df":0,"docs":{},"m":{"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":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":2.449489742783178},"58":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"219":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"338":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.0},"322":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"144":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"'":{"2":{"0":{"2":{"3":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"7":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.4142135623730951},"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{">":{":":{"1":{":":{"1":{"5":{"]":{"\\":{"df":0,"docs":{},"n":{"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":5,"docs":{"262":{"tf":1.0},"309":{"tf":1.4142135623730951},"330":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"328":{"tf":1.0},"345":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"303":{"tf":1.0},"315":{"tf":1.0},"331":{"tf":1.0},"85":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"<":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"1":{".":{"9":{"9":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"137":{"tf":2.449489742783178},"194":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"29":{"tf":2.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"226":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"14":{"tf":2.449489742783178},"17":{"tf":1.0},"202":{"tf":1.4142135623730951},"217":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":3.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"326":{"tf":1.0},"336":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.0},"176":{"tf":1.0},"226":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"169":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}},"l":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":12,"docs":{"225":{"tf":2.449489742783178},"228":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"283":{"tf":1.0},"299":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"289":{"tf":1.7320508075688772},"299":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"225":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"270":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":2.0},"226":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"319":{"tf":1.7320508075688772},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"245":{"tf":2.8284271247461903},"248":{"tf":2.6457513110645907},"249":{"tf":2.6457513110645907},"257":{"tf":2.23606797749979},"259":{"tf":2.8284271247461903},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":2.0},"9":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"225":{"tf":2.23606797749979},"230":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"[":{"1":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},";":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":6,"docs":{"145":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"166":{"tf":2.449489742783178},"319":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"3":{".":{"0":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":2.449489742783178},"90":{"tf":2.0}},"i":{"d":{"df":7,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.4142135623730951},"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":87,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.7320508075688772},"257":{"tf":2.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"317":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":1.0},"50":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"240":{"tf":2.0},"241":{"tf":2.0},"243":{"tf":1.4142135623730951},"245":{"tf":2.449489742783178}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"222":{"tf":1.0},"280":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":6,"docs":{"267":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":2,"docs":{"281":{"tf":1.0},"283":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"s":{"a":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}},"i":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}},"i":{"a":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"211":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":3.0},"215":{"tf":2.0},"22":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"32":{"tf":1.0},"329":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"l":{"d":{"b":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"198":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"322":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":10,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"219":{"tf":1.0},"280":{"tf":1.0},"303":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0}}}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"b":{"df":3,"docs":{"241":{"tf":1.7320508075688772},"310":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":2.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":19,"docs":{"222":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"245":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":1.0},"315":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"222":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"326":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"201":{"tf":1.7320508075688772},"202":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0}}},"l":{"d":{"df":6,"docs":{"109":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"331":{"tf":2.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"219":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"298":{"tf":1.0},"321":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"g":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}}}}},"df":3,"docs":{"237":{"tf":1.0},"241":{"tf":2.0},"245":{"tf":1.0}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"289":{"tf":1.7320508075688772},"299":{"tf":1.0}}}}},"x":{"%":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"'":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"317":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"128":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}}},"s":{"d":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"258":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"258":{"tf":1.0},"317":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"299":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"327":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"267":{"tf":1.0},"327":{"tf":1.0}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"163":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":5,"docs":{"100":{"tf":1.0},"137":{"tf":1.0},"168":{"tf":1.0},"318":{"tf":1.0},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":11,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"breadcrumbs":{"root":{"0":{",":{"0":{",":{"0":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"9":{"0":{"4":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.0}}},"4":{"0":{"4":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"0":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"3":{"6":{"1":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"0":{"8":{",":{"0":{".":{"6":{"6":{"7":{"1":{",":{"0":{".":{"5":{"5":{"6":{"5":{",":{"0":{".":{"5":{"4":{"4":{"9":{",":{"0":{".":{"4":{"4":{"6":{"6":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":20,"docs":{"14":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"188":{"tf":2.23606797749979},"189":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"159":{"tf":1.0},"317":{"tf":1.0},"76":{"tf":1.0}},"z":{"df":7,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"137":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"80":{"tf":1.0}}},"3":{":":{"0":{"4":{":":{"0":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}},"4":{"df":13,"docs":{"147":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"5":{"df":6,"docs":{"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"6":{"df":1,"docs":{"191":{"tf":1.0}}},"7":{"df":6,"docs":{"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0}}},"8":{"df":4,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"329":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.4142135623730951}},"t":{"2":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":0,"docs":{},"z":{"df":5,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}},"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":{"1":{"2":{"d":{"df":0,"docs":{},"e":{"4":{"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"272":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0}}},"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"291":{"tf":1.0}}}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}}}}}}},"1":{",":{"1":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"4":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"5":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"27":{"tf":1.0}}},"9":{"7":{"0":{"2":{"5":{"0":{"5":{"4":{"1":{"1":{"7":{"8":{"6":{"5":{"6":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"322":{"tf":1.0}}}}},"1":{".":{"0":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"312":{"tf":1.0}}},"2":{"df":1,"docs":{"312":{"tf":1.0}}},"df":2,"docs":{"311":{"tf":1.0},"326":{"tf":1.0}}},"2":{"3":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"218":{"tf":1.0},"72":{"tf":1.0}}},"8":{".":{"5":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.0}}},"9":{"1":{"5":{"9":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"3":{"4":{":":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":1.7320508075688772},"90":{"tf":2.0}}},"3":{"df":1,"docs":{"48":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"9":{"2":{"8":{"df":1,"docs":{"338":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"326":{"tf":1.0}}},"4":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"2":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"326":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"103":{"tf":2.8284271247461903},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"219":{"tf":1.0},"234":{"tf":1.0},"25":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":3.0},"90":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{",":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"'":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"2":{"3":{"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"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":{"0":{"df":3,"docs":{"27":{"tf":1.0},"313":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":9,"docs":{"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"59":{"tf":1.4142135623730951},"90":{"tf":2.0}}},"7":{"8":{"5":{"3":{"0":{"5":{"2":{"9":{"3":{"8":{"5":{"9":{"1":{"8":{"4":{"7":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"df":7,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"1":{"df":10,"docs":{"147":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"334":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"323":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"7":{"df":4,"docs":{"317":{"tf":1.4142135623730951},"334":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0}}},"1":{"df":3,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}},"2":{"df":1,"docs":{"334":{"tf":1.0}}},"5":{"df":1,"docs":{"334":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}},"2":{"df":2,"docs":{"334":{"tf":1.0},"343":{"tf":1.0}}},"3":{"df":6,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"318":{"tf":1.0},"326":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"4":{"df":3,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"311":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"1":{"1":{"df":1,"docs":{"313":{"tf":1.0}}},"3":{"df":1,"docs":{"313":{"tf":1.0}}},"df":2,"docs":{"138":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"\"":{",":{"\"":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"x":{"df":0,"docs":{},"s":{"d":{":":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"294":{"tf":1.0},"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":{}},"]":{",":{"[":{"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"292":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{":":{"1":{"2":{".":{"1":{"2":{"3":{"4":{"5":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"145":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}},"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":2,"docs":{"137":{"tf":1.0},"206":{"tf":1.4142135623730951}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"329":{"tf":1.0}}},"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":{"234":{"tf":1.0}},"t":{"1":{"8":{":":{"1":{"8":{":":{"3":{"0":{".":{"1":{"2":{"9":{"1":{"5":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":41,"docs":{"103":{"tf":2.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"25":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.8284271247461903},"87":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"3":{",":{"3":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"5":{"5":{"5":{"df":1,"docs":{"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":4,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"234":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"186":{"tf":1.0}}},"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":{"df":1,"docs":{"314":{"tf":1.0}}},"2":{"df":1,"docs":{"314":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"2":{"6":{"0":{"3":{",":{"\"":{"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":{"\"":{":":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}},"6":{"9":{"d":{"7":{"8":{"8":{"5":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"3":{":":{"3":{"8":{"0":{"3":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"325":{"tf":1.0}}},"df":25,"docs":{"103":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"206":{"tf":1.0},"25":{"tf":1.0},"318":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"4":{".":{"0":{"0":{"df":2,"docs":{"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"7":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"298":{"tf":1.7320508075688772}}},"9":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"315":{"tf":1.0}}},"2":{"df":1,"docs":{"315":{"tf":1.0}}},"3":{"df":1,"docs":{"315":{"tf":1.0}}},"4":{"df":1,"docs":{"315":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"206":{"tf":1.0},"317":{"tf":1.0}}},"4":{"4":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"1":{"4":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"b":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"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":{"0":{"1":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"8":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"103":{"tf":2.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"154":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}},"f":{"7":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"]":{".":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{"0":{"0":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"26":{"tf":1.0},"30":{"tf":1.0}}},"9":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"161":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"c":{"5":{"a":{"5":{"1":{"2":{"9":{"0":{"7":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"31":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}},"6":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"4":{"/":{"1":{"2":{"8":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"317":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"6":{"df":1,"docs":{"126":{"tf":1.0}}},"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":2,"docs":{"109":{"tf":1.0},"31":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"7":{".":{"9":{"9":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"5":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"6":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"130":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"207":{"tf":1.7320508075688772},"31":{"tf":1.0}}},"8":{".":{"9":{"9":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"2":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"1":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.4142135623730951}}},"9":{".":{"9":{"9":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"7":{"1":{"9":{"9":{"2":{"5":{"4":{"7":{"4":{"0":{"9":{"9":{"2":{".":{"1":{"2":{"3":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"9":{"a":{"5":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"7":{"df":1,"docs":{"295":{"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":{}},"5":{"0":{"2":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"203":{"tf":1.0}}},"7":{",":{"9":{"6":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"321":{"tf":1.0}}},"9":{"df":3,"docs":{"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"100":{"tf":1.0}}},"a":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"a":{"df":2,"docs":{"242":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"19":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951}}}}}},"b":{"7":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"109":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"229":{"tf":2.23606797749979},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":2.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"146":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"222":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"r":{"d":{"df":8,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"103":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"141":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":2.23606797749979}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}},"t":{"df":4,"docs":{"225":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"210":{"tf":1.0},"270":{"tf":1.0},"326":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"0":{"]":{".":{"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":2,"docs":{"321":{"tf":1.0},"334":{"tf":1.0}},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"50":{"tf":1.0}},"s":{"df":2,"docs":{"141":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"283":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"y":{"d":{"b":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"327":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"203":{"tf":1.0},"265":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}},"n":{"df":5,"docs":{"128":{"tf":1.0},"214":{"tf":1.0},"327":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"263":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"330":{"tf":1.0},"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"299":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"124":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.4142135623730951},"327":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":59,"docs":{"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"260":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"281":{"tf":2.23606797749979},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":2.23606797749979},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.7320508075688772},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":2.0}}},"p":{"df":2,"docs":{"281":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"301":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"328":{"tf":1.4142135623730951},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":26,"docs":{"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"285":{"tf":2.449489742783178},"286":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":2.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"286":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":14,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"287":{"tf":2.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":2.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"297":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"289":{"tf":2.0},"293":{"tf":2.0},"299":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"127":{"tf":1.0},"16":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"327":{"tf":1.0}}},"df":2,"docs":{"156":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":7,"docs":{"195":{"tf":1.0},"303":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"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":10,"docs":{"320":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"331":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"163":{"tf":1.0},"169":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"225":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"137":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"137":{"tf":1.0},"154":{"tf":2.0},"194":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"154":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.4142135623730951},"82":{"tf":3.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"226":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":3.1622776601683795},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"s":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"k":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"212":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":2.6457513110645907},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"288":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"263":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"141":{"tf":1.0}}},"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"262":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"322":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":2.0},"310":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"298":{"tf":1.4142135623730951},"310":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":1,"docs":{"74":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"187":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"281":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"152":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":2.8284271247461903},"259":{"tf":2.0}}}},"r":{"df":3,"docs":{"12":{"tf":1.0},"185":{"tf":1.0},"298":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":1,"docs":{"330":{"tf":1.0}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"342":{"tf":1.0}}}}}},"b":{"'":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"196":{"tf":1.0}}},"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"e":{"3":{"5":{"c":{"8":{"2":{"b":{"9":{"3":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":2.6457513110645907}}}}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"14":{"tf":1.0},"232":{"tf":1.0},"271":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"322":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"(":{"'":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"0":{"1":{"0":{"2":{"0":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":2.23606797749979},"258":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"141":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"47":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"i":{"c":{"df":21,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":2.23606797749979},"310":{"tf":2.8284271247461903},"36":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"326":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}},"y":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"201":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"156":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"264":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}}}},"t":{"df":3,"docs":{"0":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":2.0},"3":{"tf":2.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"172":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"226":{"tf":1.0},"326":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":2.8284271247461903}}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"319":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.4142135623730951},"266":{"tf":1.0},"269":{"tf":2.0},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"81":{"tf":1.0}}}}},"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"270":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"317":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":2.6457513110645907}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":2.0},"317":{"tf":1.0},"319":{"tf":1.0},"342":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"317":{"tf":1.4142135623730951},"42":{"tf":1.0},"73":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"186":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}},"d":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"241":{"tf":1.0}}},"df":4,"docs":{"241":{"tf":1.4142135623730951},"274":{"tf":1.0},"310":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"334":{"tf":1.4142135623730951},"339":{"tf":1.0},"342":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"282":{"tf":1.4142135623730951},"302":{"tf":2.23606797749979},"304":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"314":{"tf":2.23606797749979}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"332":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"168":{"tf":1.4142135623730951},"258":{"tf":1.0}}}}}},"c":{"'":{"]":{"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"1":{"df":0,"docs":{},"o":{"2":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"e":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"2":{"]":{".":{"df":0,"docs":{},"f":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"a":{"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"315":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"329":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"182":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"1":{"2":{"3":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"109":{"tf":1.0},"158":{"tf":2.0},"72":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"d":{"c":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"df":17,"docs":{"103":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":1,"docs":{"332":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"331":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"r":{"(":{"1":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":2.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"169":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":2.0},"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.7320508075688772},"72":{"tf":2.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"161":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"212":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"141":{"tf":1.0},"327":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"23":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"137":{"tf":1.0},"331":{"tf":1.0},"342":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"85":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"267":{"tf":1.0},"323":{"tf":1.0}}},"r":{"df":3,"docs":{"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":55,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"222":{"tf":2.8284271247461903},"223":{"tf":1.4142135623730951},"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.4142135623730951},"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.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"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.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"178":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"176":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"d":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"208":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"206":{"tf":1.0},"318":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"305":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"293":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"138":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}},"2":{"df":1,"docs":{"50":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"296":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":40,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"196":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":2.0},"220":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"303":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.8284271247461903},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.6457513110645907},"71":{"tf":1.0},"85":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":2.449489742783178}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"227":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}},"m":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":6,"docs":{"155":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"280":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":2.449489742783178}}}},"o":{"d":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":7,"docs":{"194":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"331":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"222":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"r":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}}},"t":{"df":10,"docs":{"158":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"268":{"tf":1.0},"269":{"tf":1.0},"340":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"317":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"0":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"259":{"tf":1.4142135623730951},"289":{"tf":1.0},"32":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0}}},"x":{"df":4,"docs":{"322":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"334":{"tf":1.0}}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"271":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":2.0},"342":{"tf":2.0},"83":{"tf":1.0},"87":{"tf":2.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":2.6457513110645907},"127":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"330":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"178":{"tf":1.0},"275":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":3.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":2.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":6,"docs":{"212":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"280":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"107":{"tf":1.4142135623730951},"138":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"188":{"tf":2.0},"194":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"263":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":31,"docs":{"154":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"326":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"340":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"126":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":2.0},"173":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"173":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.23606797749979},"200":{"tf":1.0},"219":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"330":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":2.6457513110645907},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":2.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":23,"docs":{"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.0}},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"181":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"180":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"179":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"d":{"2":{"6":{"8":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"t":{"a":{"'":{"df":1,"docs":{"329":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":2.8284271247461903},"323":{"tf":2.23606797749979},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":3.7416573867739413},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"331":{"tf":2.449489742783178},"332":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":93,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"16":{"tf":1.7320508075688772},"165":{"tf":1.0},"17":{"tf":2.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":2.0},"236":{"tf":1.0},"24":{"tf":2.449489742783178},"240":{"tf":1.0},"244":{"tf":2.23606797749979},"25":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.23606797749979},"26":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"29":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.23606797749979},"30":{"tf":2.0},"303":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"316":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":3.3166247903554},"327":{"tf":1.0},"328":{"tf":2.8284271247461903},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":3.3166247903554},"332":{"tf":2.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"178":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":19,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"175":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"338":{"tf":1.0},"77":{"tf":2.6457513110645907}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"311":{"tf":1.0}},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"(":{"2":{"0":{"2":{"3":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}},"y":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"181":{"tf":1.0},"339":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"b":{"a":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":23,"docs":{"143":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"6":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}}},"c":{"a":{"d":{"df":5,"docs":{"323":{"tf":1.7320508075688772},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"270":{"tf":2.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"290":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"241":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"215":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":3.0},"326":{"tf":2.0},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"315":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"155":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"6":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"306":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"153":{"tf":1.0},"181":{"tf":1.0},"259":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"c":{"df":2,"docs":{"154":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"a":{"c":{"df":4,"docs":{"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"r":{"df":4,"docs":{"214":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"72":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"326":{"tf":2.0},"328":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"264":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"322":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.0}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"153":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"327":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"102":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"270":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"342":{"tf":1.0},"68":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"172":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"96":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"c":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":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":{"267":{"tf":1.0}}}}},"df":8,"docs":{"265":{"tf":1.0},"267":{"tf":2.449489742783178},"268":{"tf":1.7320508075688772},"269":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":2.449489742783178},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"331":{"tf":2.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"269":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"24":{"tf":1.0},"340":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"338":{"tf":1.0}},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":2.0},"221":{"tf":1.7320508075688772},"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}},"m":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"326":{"tf":1.0},"329":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"61":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"80":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"'":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"340":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"56":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"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":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"b":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"a":{"b":{"0":{"7":{"7":{"6":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":21,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"266":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"37":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"137":{"tf":1.0}}}},"df":1,"docs":{"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":2.23606797749979}}}}},"df":7,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"240":{"tf":2.0},"245":{"tf":1.0},"255":{"tf":2.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"122":{"tf":1.0}},"|":{".":{"*":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"c":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"321":{"tf":1.0},"342":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":2.0},"137":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0}}}}}}},"i":{"d":{"df":3,"docs":{"220":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"319":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"o":{"d":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"309":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"222":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"323":{"tf":1.4142135623730951},"324":{"tf":2.0},"325":{"tf":2.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"df":7,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"'":{"df":8,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"282":{"tf":1.0},"339":{"tf":1.0}}},"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.7320508075688772},"245":{"tf":1.0},"255":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"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":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"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":{}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"=":{"0":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"273":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"273":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":118,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"12":{"tf":2.23606797749979},"13":{"tf":1.7320508075688772},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"171":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"208":{"tf":2.0},"21":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.7320508075688772},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":2.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":2.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"241":{"tf":1.4142135623730951},"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":0,"docs":{}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"w":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.23606797749979},"242":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.449489742783178},"251":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"264":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.4142135623730951},"306":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"184":{"tf":1.0},"23":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"v":{"df":1,"docs":{"270":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"3":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"162":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"219":{"tf":1.0},"322":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.23606797749979},"321":{"tf":1.0},"337":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.7320508075688772},"56":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":2.0},"128":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"t":{"c":{"df":3,"docs":{"22":{"tf":1.0},"342":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"172":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":6,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0}},"u":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"241":{"tf":2.0},"245":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"273":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"338":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"8":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"151":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"217":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"103":{"tf":1.0},"106":{"tf":2.0},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.4142135623730951},"264":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.0},"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"327":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"283":{"tf":1.0},"315":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"s":{"df":5,"docs":{"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"146":{"tf":2.449489742783178},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"f":{"7":{"c":{"3":{"1":{"4":{"d":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"330":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}},"s":{"df":14,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"315":{"tf":2.0},"317":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"334":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"321":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"330":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"323":{"tf":1.0}}}}}}},"df":10,"docs":{"207":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.449489742783178},"305":{"tf":1.0},"86":{"tf":1.0}},"e":{"6":{"df":0,"docs":{},"f":{"5":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"319":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0}}},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"w":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}}}},"f":{"8":{"0":{"6":{"6":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"b":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"135":{"tf":2.23606797749979},"196":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"225":{"tf":1.0},"270":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":1.4142135623730951},"303":{"tf":2.8284271247461903},"328":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":5,"docs":{"156":{"tf":1.7320508075688772},"194":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"163":{"tf":1.0},"169":{"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},"325":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"325":{"tf":1.0}},"r":{"2":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"t":{"df":1,"docs":{"331":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"176":{"tf":1.0},"214":{"tf":1.4142135623730951},"246":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"o":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.0},"138":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.23606797749979}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"158":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"46":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"0":{"tf":1.0},"325":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.0},"284":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"321":{"tf":1.0}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":2.0},"29":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.0},"169":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"341":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"326":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"321":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"334":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":83,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":2.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":2.8284271247461903},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"334":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"196":{"tf":1.0},"222":{"tf":1.0},"288":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"271":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}}},"c":{"df":1,"docs":{"280":{"tf":1.0}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"325":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"329":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"t":{"df":2,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":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":{"344":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":12,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"198":{"tf":1.0},"219":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"331":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":3.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"314":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"325":{"tf":1.0}},"e":{"df":2,"docs":{"323":{"tf":1.0},"58":{"tf":1.0}}},"o":{"d":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"342":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"342":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"155":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"219":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"324":{"tf":1.0}},"n":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"p":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"ö":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"=":{"'":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":2.0}}}},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":2,"docs":{"330":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"328":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":2,"docs":{"208":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":2.23606797749979},"94":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":24,"docs":{"143":{"tf":1.0},"225":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"324":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"229":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":2.0},"310":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"202":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}}},"o":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"296":{"tf":1.0}}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"109":{"tf":2.0},"119":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"317":{"tf":1.0}}}},"p":{"df":6,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.7320508075688772},"270":{"tf":2.0},"8":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"x":{"(":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.7320508075688772}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"208":{"tf":1.0},"327":{"tf":1.0},"344":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"327":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"226":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.23606797749979},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"o":{"c":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"321":{"tf":1.0},"332":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"334":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"1":{".":{"1":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"p":{"=":{"%":{"5":{"b":{"%":{"2":{"2":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"%":{"2":{"2":{"%":{"2":{"c":{"%":{"2":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"%":{"2":{"2":{"%":{"5":{"d":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"q":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"1":{"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":{}}},"df":22,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":46,"docs":{"11":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"262":{"tf":2.23606797749979},"263":{"tf":2.0},"264":{"tf":1.0},"270":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.8284271247461903},"282":{"tf":2.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":3.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},"310":{"tf":1.4142135623730951},"315":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"s":{":":{"/":{"/":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"2":{"0":{"0":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"/":{"#":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"b":{"df":2,"docs":{"265":{"tf":1.0},"267":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"331":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"303":{"tf":1.0},"326":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"326":{"tf":1.0},"339":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"å":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"343":{"tf":1.0}}},"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"d":{"\"":{":":{"1":{"1":{"1":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"a":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"166":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"153":{"tf":1.0},"169":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"161":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}},"m":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"214":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":2.23606797749979},"182":{"tf":1.0},"24":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"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":9,"docs":{"23":{"tf":1.0},"241":{"tf":1.4142135623730951},"249":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"325":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"251":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"176":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"324":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":14,"docs":{"111":{"tf":1.7320508075688772},"123":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"280":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":2.23606797749979}}}},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"26":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"208":{"tf":2.0},"23":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"321":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"(":{"[":{"1":{",":{"2":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"174":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"114":{"tf":2.0},"174":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}},"df":0,"docs":{}}}},"df":38,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"25":{"tf":3.3166247903554},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":2.0},"305":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":2.8284271247461903},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":2,"docs":{"321":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"194":{"tf":1.0},"202":{"tf":1.0},"23":{"tf":2.0},"338":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"224":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":2.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"5":{"tf":2.0},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"222":{"tf":1.7320508075688772},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"303":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"(":{"'":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.7320508075688772}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.0},"98":{"tf":1.0}},"r":{"df":1,"docs":{"325":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.7320508075688772}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"223":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"326":{"tf":1.0}}}}},"f":{"a":{"c":{"df":3,"docs":{"222":{"tf":1.0},"241":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"262":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.7320508075688772},"54":{"tf":2.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"175":{"tf":1.0},"317":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"324":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":2.23606797749979},"137":{"tf":1.0},"174":{"tf":1.0}}},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"c":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"324":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"317":{"tf":2.0},"326":{"tf":1.0},"338":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"t":{"'":{"df":5,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.7320508075688772},"334":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"23":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"m":{"df":1,"docs":{"304":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"222":{"tf":1.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"304":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"o":{"b":{"df":3,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"318":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"15":{"tf":2.23606797749979},"211":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":3.4641016151377544},"43":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"y":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":3.3166247903554},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"c":{"\"":{":":{"\"":{"2":{".":{"0":{"df":1,"docs":{"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}}},"df":0,"docs":{}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"(":{"1":{"9":{"7":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.7320508075688772},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"k":{"a":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"270":{"tf":1.4142135623730951},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"103":{"tf":1.0},"304":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":2,"docs":{"328":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"172":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"12":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.4142135623730951},"317":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"206":{"tf":1.0},"305":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"331":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"d":{"df":19,"docs":{"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"330":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"v":{"df":2,"docs":{"17":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0},"98":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"325":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"'":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}},"[":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"118":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":2.0},"46":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}},"s":{"df":5,"docs":{"123":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"16":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"208":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"327":{"tf":1.0},"344":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{".":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"10":{"tf":2.0},"222":{"tf":2.0},"235":{"tf":1.0},"250":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"222":{"tf":1.0},"320":{"tf":1.0},"345":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"(":{"'":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.8284271247461903},"6":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0}}},"g":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"294":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"327":{"tf":1.0},"340":{"tf":1.0}}},"t":{"df":24,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"155":{"tf":1.0},"196":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"282":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.0},"197":{"tf":2.23606797749979},"220":{"tf":1.7320508075688772},"236":{"tf":1.0},"243":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"317":{"tf":2.0},"318":{"tf":1.0},"51":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"342":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"181":{"tf":1.0},"267":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"g":{"1":{"0":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"141":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.7320508075688772},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":2.8284271247461903},"328":{"tf":1.7320508075688772},"336":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"326":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"325":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"196":{"tf":1.0},"326":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"p":{"df":1,"docs":{"326":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"330":{"tf":1.0}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}},"t":{"df":2,"docs":{"324":{"tf":1.0},"325":{"tf":1.0}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"120":{"tf":1.7320508075688772},"182":{"tf":1.0},"208":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":2.0}}}}}},"y":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},")":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951}}}}}}},"]":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"330":{"tf":1.0}}}}},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"271":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"267":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"175":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"288":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":17,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"318":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"243":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":3.7416573867739413},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"263":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"214":{"tf":1.0},"334":{"tf":1.0}}}}},"h":{"df":2,"docs":{"141":{"tf":2.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"x":{"(":{"c":{".":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"149":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"df":19,"docs":{"137":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"169":{"tf":1.0},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.7320508075688772},"315":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"176":{"tf":1.0},"220":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{".":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"304":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"225":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":14,"docs":{"222":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"149":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"220":{"tf":1.0},"317":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"176":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"214":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.4142135623730951}},"o":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"275":{"tf":1.0},"334":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"b":{"df":4,"docs":{"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"264":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":2.23606797749979},"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}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"g":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"288":{"tf":2.0},"299":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":14,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"305":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"35":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":88,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"208":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"245":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"25":{"tf":2.23606797749979},"257":{"tf":2.0},"259":{"tf":2.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"300":{"tf":3.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":3.3166247903554},"311":{"tf":1.0},"312":{"tf":2.8284271247461903},"313":{"tf":1.0},"314":{"tf":2.449489742783178},"315":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":2.23606797749979},"97":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"305":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":17,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":2.449489742783178},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":2.0}}}}}}},"df":6,"docs":{"137":{"tf":2.0},"243":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"309":{"tf":1.4142135623730951},"318":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":{"327":{"tf":1.0},"328":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":1,"docs":{"328":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"217":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"23":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"331":{"tf":2.6457513110645907},"334":{"tf":1.0},"338":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"327":{"tf":1.0},"333":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"147":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"226":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.4142135623730951},"266":{"tf":1.0},"3":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":2,"docs":{"270":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":9,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":7,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"258":{"tf":1.0},"326":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"331":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":50,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":2,"docs":{"206":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":23,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"242":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"258":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.7320508075688772},"71":{"tf":2.449489742783178},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"f":{"(":{"1":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":2.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"137":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"[":{"'":{"a":{"df":1,"docs":{"134":{"tf":1.0}}},"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":1,"docs":{"131":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":33,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":2.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},"234":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"271":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":2.449489742783178},"307":{"tf":1.4142135623730951},"309":{"tf":2.0},"312":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"342":{"tf":1.0},"51":{"tf":2.8284271247461903},"81":{"tf":1.0},"83":{"tf":3.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"289":{"tf":1.0},"328":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":2.0}}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"85":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"321":{"tf":1.0},"326":{"tf":1.0}}}},"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":6,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"219":{"tf":1.0},"265":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.23606797749979},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"336":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"226":{"tf":1.0},"331":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"176":{"tf":1.7320508075688772},"321":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"272":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":1.0},"280":{"tf":1.0}}}}}}}}}}}},"r":{"df":63,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.7320508075688772},"271":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"62":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}},"t":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"s":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"]":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"225":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"154":{"tf":1.4142135623730951},"23":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"313":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"46":{"tf":3.7416573867739413},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":2.23606797749979},"86":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"14":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"207":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"168":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"334":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"273":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"0":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"189":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},")":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"\"":{"[":{"[":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"'":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"288":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{";":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"235":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"a":{"c":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"a":{"df":3,"docs":{"285":{"tf":1.0},"300":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":40,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"138":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"169":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":2.449489742783178},"287":{"tf":1.7320508075688772},"299":{"tf":2.449489742783178},"300":{"tf":2.449489742783178},"301":{"tf":2.449489742783178},"302":{"tf":2.0},"303":{"tf":2.23606797749979},"304":{"tf":2.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.23606797749979},"311":{"tf":1.7320508075688772},"312":{"tf":2.449489742783178},"313":{"tf":2.449489742783178},"314":{"tf":2.0},"34":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"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":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"214":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"189":{"tf":1.0},"299":{"tf":1.0},"325":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"329":{"tf":1.0},"332":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"23":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"327":{"tf":1.0}},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}}}}}},"df":13,"docs":{"225":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":2.6457513110645907},"27":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"29":{"tf":1.0}},"e":{"(":{"[":{"0":{",":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"df":18,"docs":{"18":{"tf":1.7320508075688772},"194":{"tf":2.6457513110645907},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":2.23606797749979},"198":{"tf":2.8284271247461903},"199":{"tf":3.3166247903554},"200":{"tf":3.0},"201":{"tf":2.23606797749979},"202":{"tf":3.3166247903554},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":2.0}},"s":{".":{".":{"a":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":33,"docs":{"15":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"270":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"137":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":11,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"(":{"2":{"0":{"0":{"1":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"147":{"tf":2.23606797749979},"176":{"tf":2.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":12,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"220":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"141":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"329":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.7320508075688772},"327":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"10":{"tf":1.0},"224":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"d":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"324":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":4,"docs":{"23":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"317":{"tf":1.0},"75":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"270":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"124":{"tf":2.449489742783178},"220":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":2.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":2.0},"314":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"x":{"df":1,"docs":{"327":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"329":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"324":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"317":{"tf":1.0},"319":{"tf":1.0},"327":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"176":{"tf":1.0},"187":{"tf":1.7320508075688772},"331":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{".":{"c":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"306":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"326":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":35,"docs":{"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"130":{"tf":1.0},"137":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"31":{"tf":3.1622776601683795},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"327":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"328":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"u":{"c":{"df":1,"docs":{"332":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":12,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}},"df":69,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"114":{"tf":2.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"266":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":2.0},"31":{"tf":2.449489742783178},"312":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"[":{"'":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"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":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"222":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"274":{"tf":2.0},"276":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}},"e":{".":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"270":{"tf":2.0},"310":{"tf":1.4142135623730951},"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"321":{"tf":2.0},"324":{"tf":1.0},"327":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"m":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"267":{"tf":1.4142135623730951},"324":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"252":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"259":{"tf":1.0}}},"df":17,"docs":{"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}}}}}},"q":{")":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}}},"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"*":{"%":{"2":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"%":{"2":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":96,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"175":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"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},"208":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.0},"287":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":2.449489742783178},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":2.23606797749979},"36":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":2.449489742783178},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"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":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"331":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"265":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"233":{"tf":2.23606797749979},"327":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":2,"docs":{"140":{"tf":2.23606797749979},"168":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"334":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"303":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"10":{"tf":1.0},"264":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"338":{"tf":1.0},"344":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":2,"docs":{"0":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"317":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"289":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"90":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"287":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"b":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.7320508075688772},"17":{"tf":1.0},"182":{"tf":1.0},"294":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"102":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":3.4641016151377544}}}}}},"d":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"u":{"c":{"df":2,"docs":{"324":{"tf":1.0},"330":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"214":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":267,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.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},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.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},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"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},"21":{"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.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"264":{"tf":2.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"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},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"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.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.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.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"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}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"101":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}},"t":{"df":9,"docs":{"120":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"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":2,"docs":{"15":{"tf":1.0},"331":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":2.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"184":{"tf":1.0},"327":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"206":{"tf":1.4142135623730951},"221":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"328":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"121":{"tf":2.0},"267":{"tf":1.0},"271":{"tf":1.0}},"e":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"267":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":11,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"263":{"tf":1.0},"307":{"tf":2.23606797749979},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"311":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"24":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"285":{"tf":1.0},"286":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"149":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"208":{"tf":1.0},"240":{"tf":1.0},"263":{"tf":1.4142135623730951},"295":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"301":{"tf":1.0},"313":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":3,"docs":{"11":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"182":{"tf":1.0},"339":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":90,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.7320508075688772},"309":{"tf":1.0},"317":{"tf":1.4142135623730951},"331":{"tf":1.0},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"71":{"tf":1.0},"85":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":2.6457513110645907},"97":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}}}},"f":{"c":{"df":3,"docs":{"27":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"332":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"267":{"tf":1.7320508075688772},"273":{"tf":1.0},"5":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"344":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"315":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"315":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"323":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"141":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":33,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.449489742783178},"208":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"p":{"c":{"df":4,"docs":{"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"n":{"df":14,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"181":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"å":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"3":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"337":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"153":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":10,"docs":{"135":{"tf":1.7320508075688772},"285":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":17,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"269":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"303":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":5,"docs":{"287":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"60":{"tf":3.3166247903554},"61":{"tf":1.7320508075688772},"62":{"tf":3.0},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":2,"docs":{"326":{"tf":1.0},"334":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"207":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}},"n":{"df":1,"docs":{"198":{"tf":1.0}}},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":14,"docs":{"208":{"tf":2.8284271247461903},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":2.8284271247461903},"37":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"323":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"e":{"a":{"df":2,"docs":{"135":{"tf":1.0},"323":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"310":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}}},"df":22,"docs":{"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"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},"331":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"df":5,"docs":{"182":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":163,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"14":{"tf":2.23606797749979},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":2.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"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},"196":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"203":{"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.4142135623730951},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":3.1622776601683795},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"98":{"tf":3.0},"99":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}},"l":{"df":1,"docs":{"333":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"226":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":5,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"222":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"219":{"tf":1.0},"329":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}},"t":{"df":5,"docs":{"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"291":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":2.0},"342":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}},"s":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"226":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}}}},"t":{"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"314":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":2.0},"58":{"tf":1.0}}}},"h":{"a":{"1":{"(":{"'":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"df":1,"docs":{"167":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"161":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"w":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"225":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"267":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":1,"docs":{"141":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"27":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"283":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.0},"36":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"138":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"326":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"d":{"a":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"323":{"tf":1.0}}}},"v":{"df":2,"docs":{"322":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"321":{"tf":1.0},"328":{"tf":1.0},"38":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"280":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"307":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"182":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":14,"docs":{"222":{"tf":1.0},"23":{"tf":1.7320508075688772},"326":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":16,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"q":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}}}},":":{"2":{"0":{"1":{"1":{"df":8,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.0}}},"6":{"df":3,"docs":{"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"df":4,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"331":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":257,"docs":{"0":{"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.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"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":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.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.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"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.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"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},"21":{"tf":1.7320508075688772},"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},"22":{"tf":2.8284271247461903},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":3.1622776601683795},"232":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"315":{"tf":2.23606797749979},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.4641016151377544},"327":{"tf":4.795831523312719},"33":{"tf":1.0},"331":{"tf":2.449489742783178},"334":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"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.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.0},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"141":{"tf":1.0},"202":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}},"df":5,"docs":{"128":{"tf":1.0},"23":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"300":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"267":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"141":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"226":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"327":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.7320508075688772},"338":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"281":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":2.449489742783178},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"c":{"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"298":{"tf":1.4142135623730951},"85":{"tf":2.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"105":{"tf":1.0}}}}},"y":{"df":1,"docs":{"331":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":1.0},"6":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"345":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"17":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"271":{"tf":1.0},"322":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"222":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":2.23606797749979},"334":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":2.449489742783178}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"271":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}},"e":{"d":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"297":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}},"y":{"/":{"%":{"df":0,"docs":{},"m":{"/":{"%":{"d":{"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":2,"docs":{"143":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"334":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":2.23606797749979},"240":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"317":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"285":{"tf":1.0},"294":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"208":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"b":{"df":2,"docs":{"196":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"303":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"202":{"tf":1.0},"285":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}}}},"r":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"124":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"326":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"305":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":9,"docs":{"175":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"24":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":2,"docs":{"322":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"150":{"tf":2.23606797749979},"151":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"314":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"317":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"343":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"269":{"tf":1.0},"323":{"tf":1.0},"342":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"199":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":9,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"315":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"329":{"tf":1.0}}}}}},"df":7,"docs":{"182":{"tf":2.0},"185":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"(":{"df":1,"docs":{"138":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":40,"docs":{"13":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"331":{"tf":2.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"2":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"╯":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"234":{"tf":1.0},"324":{"tf":1.0},"343":{"tf":1.0}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":3,"docs":{"269":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"327":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"236":{"tf":1.0},"243":{"tf":2.449489742783178},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":4,"docs":{"176":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}},"t":{"a":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":11,"docs":{"229":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"283":{"tf":1.0},"291":{"tf":2.0}}}}},"df":0,"docs":{}},"df":7,"docs":{"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"317":{"tf":1.0},"72":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"14":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"0":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"322":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"321":{"tf":1.0},"322":{"tf":1.0}}},"k":{"df":3,"docs":{"336":{"tf":1.0},"342":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"d":{"df":7,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"161":{"tf":1.0},"327":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"199":{"tf":1.0},"287":{"tf":1.0},"334":{"tf":1.0}},"t":{"df":2,"docs":{"137":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"273":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"325":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"327":{"tf":1.0}}}}},"w":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"df":3,"docs":{"102":{"tf":1.0},"315":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":2.0}},"y":{"df":0,"docs":{},"u":{"df":2,"docs":{"281":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":42,"docs":{"12":{"tf":1.0},"14":{"tf":2.449489742783178},"143":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"176":{"tf":2.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":2.23606797749979},"183":{"tf":2.23606797749979},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"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},"22":{"tf":1.0},"232":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.0},"329":{"tf":1.4142135623730951},"331":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":2.0}}}}},"r":{"df":1,"docs":{"232":{"tf":2.6457513110645907}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":1.0},"183":{"tf":1.0},"317":{"tf":1.4142135623730951},"76":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"177":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"_":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"109":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"232":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"11":{"tf":1.0},"222":{"tf":1.0},"271":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"23":{"tf":1.0},"310":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"151":{"tf":1.7320508075688772},"328":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"280":{"tf":2.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"330":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"315":{"tf":2.23606797749979},"336":{"tf":1.0},"339":{"tf":1.7320508075688772},"35":{"tf":2.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":2.0},"67":{"tf":2.0},"68":{"tf":2.0},"69":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"183":{"tf":1.7320508075688772},"321":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"i":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"161":{"tf":1.0},"162":{"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},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"288":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.0},"314":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":2.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"337":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"l":{"2":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"292":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.7320508075688772},"273":{"tf":1.0},"328":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":20,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"'":{"df":1,"docs":{"317":{"tf":1.0}}},"df":28,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"321":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":86,"docs":{"12":{"tf":1.0},"137":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":2.23606797749979},"262":{"tf":2.6457513110645907},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":2.23606797749979},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.7320508075688772},"317":{"tf":2.449489742783178},"318":{"tf":1.0},"319":{"tf":2.0},"321":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"2":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"1":{".":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"1":{"2":{"3":{"4":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"1":{"8":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"159":{"tf":1.7320508075688772}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"=":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":2,"docs":{"234":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"338":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"8":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}}},"r":{"df":12,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"311":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"34":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"'":{"3":{"1":{"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":2.23606797749979}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"117":{"tf":1.0},"125":{"tf":2.0}},"e":{"(":{"'":{"a":{"d":{"a":{"df":0,"docs":{},"m":{"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":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"58":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"219":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"338":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.0},"322":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"144":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"'":{"2":{"0":{"2":{"3":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"7":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.7320508075688772},"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{">":{":":{"1":{":":{"1":{"5":{"]":{"\\":{"df":0,"docs":{},"n":{"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":5,"docs":{"262":{"tf":1.0},"309":{"tf":1.4142135623730951},"330":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"328":{"tf":1.0},"345":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"303":{"tf":1.0},"315":{"tf":1.0},"331":{"tf":1.0},"85":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"<":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"1":{".":{"9":{"9":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"137":{"tf":2.6457513110645907},"194":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"29":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":2.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"226":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"14":{"tf":2.449489742783178},"17":{"tf":1.0},"202":{"tf":1.4142135623730951},"217":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":3.1622776601683795},"27":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"326":{"tf":1.0},"336":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.0},"176":{"tf":1.0},"226":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"169":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}},"l":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":12,"docs":{"225":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"283":{"tf":1.0},"299":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"289":{"tf":2.0},"299":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"225":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":2.0},"226":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"319":{"tf":1.7320508075688772},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":2.449489742783178},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"245":{"tf":2.8284271247461903},"248":{"tf":2.6457513110645907},"249":{"tf":2.6457513110645907},"257":{"tf":2.23606797749979},"259":{"tf":2.8284271247461903},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":2.0},"9":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"225":{"tf":2.23606797749979},"230":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"[":{"1":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},";":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":6,"docs":{"145":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"166":{"tf":2.6457513110645907},"319":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"3":{".":{"0":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":2.449489742783178},"90":{"tf":2.0}},"i":{"d":{"df":7,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.4142135623730951},"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":87,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.7320508075688772},"257":{"tf":2.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"317":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":1.0},"50":{"tf":2.23606797749979},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":4,"docs":{"240":{"tf":2.0},"241":{"tf":2.0},"243":{"tf":1.4142135623730951},"245":{"tf":2.449489742783178}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"222":{"tf":1.0},"280":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":6,"docs":{"267":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":2,"docs":{"281":{"tf":1.0},"283":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"s":{"a":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}},"i":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}},"i":{"a":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"211":{"tf":1.4142135623730951},"213":{"tf":2.0},"214":{"tf":3.3166247903554},"215":{"tf":2.449489742783178},"22":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"32":{"tf":1.0},"329":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"l":{"d":{"b":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"198":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"322":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":10,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"219":{"tf":1.0},"280":{"tf":1.0},"303":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0}}}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"b":{"df":3,"docs":{"241":{"tf":1.7320508075688772},"310":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":2.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":23,"docs":{"222":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"245":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"306":{"tf":2.449489742783178},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"222":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"326":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":2.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"201":{"tf":2.0},"202":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0}}},"l":{"d":{"df":6,"docs":{"109":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"331":{"tf":2.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"219":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"298":{"tf":1.0},"321":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"g":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}}}}},"df":3,"docs":{"237":{"tf":1.0},"241":{"tf":2.0},"245":{"tf":1.0}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"289":{"tf":2.0},"299":{"tf":1.0}}}}},"x":{"%":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"'":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"317":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"128":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}}},"s":{"d":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"258":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"258":{"tf":1.0},"317":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"299":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"327":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"267":{"tf":1.0},"327":{"tf":1.0}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"163":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":5,"docs":{"100":{"tf":1.0},"137":{"tf":1.0},"168":{"tf":1.0},"318":{"tf":1.0},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":11,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"title":{"root":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"290":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"303":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":4,"docs":{"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"320":{"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":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"285":{"tf":1.0},"292":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"294":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"289":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"c":{"df":3,"docs":{"12":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"81":{"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":2,"docs":{"73":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"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":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"176":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"318":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":2,"docs":{"210":{"tf":1.0},"41":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"330":{"tf":1.0},"342":{"tf":1.0},"87":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"223":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"188":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"236":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"179":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.0},"268":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"331":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"215":{"tf":1.0},"221":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"338":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":3,"docs":{"321":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"11":{"tf":1.0},"12":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"5":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"241":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"337":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"238":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"303":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"156":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"289":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"341":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"290":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"169":{"tf":1.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"298":{"tf":1.0}}}}},"u":{"b":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"339":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"161":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"192":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"254":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"343":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"114":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"224":{"tf":1.0},"237":{"tf":1.0},"252":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"243":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"x":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"149":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"288":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"305":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"199":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"194":{"tf":1.0},"196":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"195":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"w":{"df":2,"docs":{"178":{"tf":1.0},"334":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"220":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"131":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"195":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":{"118":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"176":{"tf":1.0},"333":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}}}}}},"r":{"df":6,"docs":{"110":{"tf":1.0},"270":{"tf":1.0},"52":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"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":12,"docs":{"282":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":5,"docs":{"194":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"147":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"301":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"190":{"tf":1.0},"192":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.0},"282":{"tf":1.0},"340":{"tf":1.0},"36":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"307":{"tf":1.0},"308":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"60":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"w":{"df":2,"docs":{"197":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"c":{"df":3,"docs":{"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"208":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"28":{"tf":1.0},"52":{"tf":1.0}}}},"h":{"a":{"1":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{":":{"2":{"0":{"1":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"136":{"tf":1.0},"209":{"tf":1.0},"236":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}},"r":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"177":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"315":{"tf":1.0},"339":{"tf":1.0},"35":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"157":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"169":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"219":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"289":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"225":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"136":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":1.0},"310":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":1,"docs":{"289":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["index.html#introduction","index.html#elsewhere","tutorial/index.html#tutorial","tutorial/index.html#warning-early-beta","tutorial/quickstart.html#quickstart","tutorial/quickstart.html#install-endb","tutorial/quickstart.html#try-online","tutorial/try_it.html#try-it","tutorial/try_it.html#curl","tutorial/try_it.html#console","tutorial/try_it.html#client-libraries","tutorial/try_it.html#learning-endb-sql","tutorial/sql_basics.html#endb-sql-basics","tutorial/sql_basics.html#just-begin","tutorial/sql_basics.html#immutable","tutorial/sql_basics.html#dynamic-joins","tutorial/sql_basics.html#semi-structured-data","tutorial/sql_basics.html#data-migration","tutorial/sql_basics.html#nested-data","tutorial/sql_basics.html#documents","tutorial/sql_basics.html#error-messages","tutorial/sql_basics.html#learn-more","sql/index.html#sql-reference","sql/intention.html#intention","sql/data_manipulation.html#data-manipulation","sql/data_manipulation.html#insert","sql/data_manipulation.html#update","sql/data_manipulation.html#update-patch","sql/data_manipulation.html#update-set-path","sql/data_manipulation.html#update-unset-path","sql/data_manipulation.html#delete","sql/data_manipulation.html#on-conflict-upsert","sql/data_manipulation.html#erase","sql/data_manipulation.html#with-common-table-expressions","sql/data_manipulation.html#parameters","sql/data_manipulation.html#transactions","sql/queries.html#queries","sql/queries.html#select-","sql/queries.html#select","sql/queries.html#from","sql/queries.html#alias-tables","sql/queries.html#alias-columns","sql/queries.html#join","sql/queries.html#using","sql/queries.html#where-filtering","sql/queries.html#advanced-filtering","sql/queries.html#order-by-sorting-results","sql/queries.html#group-by","sql/queries.html#having","sql/queries.html#limit","sql/queries.html#values-lists","sql/queries.html#objects-lists","sql/queries.html#set-operations-union-intersect-except","sql/queries.html#union","sql/queries.html#intersect","sql/queries.html#except","sql/queries.html#union-compatibility","sql/queries.html#with-common-table-expressions","sql/queries.html#with-recursive","sql/queries.html#lateral","sql/queries.html#repeatable-reads-savepoint-rollback-release","sql/queries.html#minimal-example","sql/queries.html#savepoint","sql/queries.html#rollback","sql/queries.html#release","sql/queries.html#transactions","sql/queries.html#minimal-example-1","sql/queries.html#begin-transaction","sql/queries.html#commit-transaction","sql/queries.html#rollback-transaction","sql/data_types.html#sql-data-types","sql/data_types.html#null","sql/data_types.html#text-char-varchar","sql/data_types.html#boolean","sql/data_types.html#integer-bigint","sql/data_types.html#real-double","sql/data_types.html#timestamp","sql/data_types.html#date","sql/data_types.html#time","sql/data_types.html#period","sql/data_types.html#interval-duration","sql/data_types.html#blob-varbinary","sql/data_types.html#array","sql/data_types.html#object","sql/data_types.html#dynamic-literals","sql/data_types.html#row-literals","sql/data_types.html#spread","sql/data_types.html#computed-fields","sql/data_types.html#shorthands","sql/data_types.html#note-on-timezones","sql/data_types.html#note-on-type-widening","sql/operators.html#operators","sql/operators.html#comparison","sql/operators.html#between","sql/operators.html#boolean-operators","sql/operators.html#is-is-not","sql/operators.html#is-not-distinct-from","sql/operators.html#not-and-or","sql/operators.html#math","sql/operators.html#bitwise-operators","sql/operators.html#like","sql/operators.html#regexp","sql/operators.html#glob","sql/operators.html#match-containment","sql/operators.html#any-some","sql/operators.html#all","sql/operators.html#exists","sql/operators.html#in","sql/operators.html#not-in","sql/operators.html#-concatenation","sql/operators.html#vector-operators","sql/operators.html#indexing","sql/operators.html#l2-or-euclidean-distance","sql/operators.html#cosine-distance","sql/operators.html#inverse-inner-product","sql/functions.html#functions","sql/functions.html#string-functions","sql/functions.html#character_length","sql/functions.html#octet_length","sql/functions.html#trim-ltrim-rtrim","sql/functions.html#lower-upper","sql/functions.html#replace","sql/functions.html#instr","sql/functions.html#substring","sql/functions.html#position","sql/functions.html#unicode","sql/functions.html#char","sql/functions.html#concat","sql/functions.html#like","sql/functions.html#collection-functions","sql/functions.html#length","sql/functions.html#object_keys","sql/functions.html#object_values","sql/functions.html#object_entries","sql/functions.html#object_from_entries","sql/functions.html#patch","sql/functions.html#table-value-functions","sql/functions.html#unnest","sql/functions.html#generate_series","sql/functions.html#numeric-functions","sql/functions.html#random","sql/functions.html#math","sql/functions.html#datetime-functions","sql/functions.html#strftime","sql/functions.html#unixepoch","sql/functions.html#julianday","sql/functions.html#extract","sql/functions.html#period","sql/functions.html#aggregate-functions","sql/functions.html#min-max","sql/functions.html#sum","sql/functions.html#total","sql/functions.html#avg","sql/functions.html#count","sql/functions.html#array_agg","sql/functions.html#group_concat","sql/functions.html#filter","sql/functions.html#data-type-functions","sql/functions.html#cast","sql/functions.html#typeof","sql/functions.html#conditional-functions","sql/functions.html#iif","sql/functions.html#nullif","sql/functions.html#coalesce","sql/functions.html#encoding-functions","sql/functions.html#base64","sql/functions.html#uuid","sql/functions.html#sha1","sql/functions.html#randomblob-zeroblob","sql/functions.html#hex-unhex","sql/functions.html#vector-functions","sql/functions.html#indexing","sql/functions.html#l2_distance","sql/functions.html#cosine_distance","sql/functions.html#inner_product","sql/time_queries.html#time-queries","sql/time_queries.html#note-on-sql2011-closed-open-period-model","sql/time_queries.html#note-on-timezones","sql/time_queries.html#now","sql/time_queries.html#current_timestamp","sql/time_queries.html#current_time","sql/time_queries.html#current_date","sql/time_queries.html#system-time","sql/time_queries.html#as-of-time-travel","sql/time_queries.html#all-time-omniscience","sql/time_queries.html#between","sql/time_queries.html#from--to","sql/time_queries.html#period-predicates","sql/time_queries.html#contains","sql/time_queries.html#overlaps","sql/time_queries.html#precedes","sql/time_queries.html#succeeds","sql/time_queries.html#immediately-precedes","sql/time_queries.html#immediately-succeeds","sql/path_navigation.html#path-navigation","sql/path_navigation.html#nested-objects","sql/path_navigation.html#root-navigation","sql/path_navigation.html#row-literals","sql/path_navigation.html#recursive-paths","sql/path_navigation.html#named-child","sql/path_navigation.html#numbered-child","sql/path_navigation.html#wildcard-child","sql/path_navigation.html#path-functions","sql/path_navigation.html#path_set","sql/path_navigation.html#path_replace","sql/path_navigation.html#path_insert","sql/path_navigation.html#path_remove","sql/path_navigation.html#path_extract","sql/schema.html#schema","sql/schema.html#tables","sql/schema.html#columns","sql/schema.html#views","sql/schema.html#check-constraints","sql/views.html#views","sql/views.html#create-view","sql/views.html#drop-view","sql/assertions.html#assertions","sql/assertions.html#create-assertion","sql/assertions.html#type-constraint","sql/assertions.html#unique-constraint","sql/assertions.html#not-null-constraint","sql/assertions.html#drop-assertion","clients/index.html#clients","clients/console.html#console","clients/console.html#install","clients/console.html#usage","clients/console.html#prompt","clients/console.html#commands","clients/console.html#url","clients/console.html#accept","clients/console.html#username","clients/console.html#password","clients/console.html#timer","clients/console.html#quit","clients/console.html#data-types","clients/javascript.html#javascript","clients/javascript.html#table-of-contents","clients/javascript.html#install","clients/javascript.html#usage-examples","clients/javascript.html#import","clients/javascript.html#endb","clients/javascript.html#endbwebsocket","clients/javascript.html#sql","clients/javascript.html#template-literals","clients/javascript.html#data-types","clients/javascript.html#complete-examples","clients/javascript.html#javascript-api-reference","clients/javascript.html#classes","clients/javascript.html#endb-1","clients/javascript.html#endbwebsocket-1","clients/python.html#python","clients/python.html#table-of-contents","clients/python.html#install","clients/python.html#usage-examples","clients/python.html#import","clients/python.html#endb","clients/python.html#endbwebsocket","clients/python.html#sql","clients/python.html#data-types","clients/python.html#complete-examples","clients/python.html#python-api-reference","clients/python.html#endb-module","clients/python.html#class--endbendburlhttplocalhost3803sql-acceptapplicationldjson-usernamenone-passwordnone","clients/python.html#class--endbendbwebsocketurlwslocalhost3803sql-usernamenone-passwordnone","reference/index.html#reference","reference/installation.html#installation","reference/installation.html#warning-early-beta","reference/installation.html#installing-from-docker-hub","reference/installation.html#installing-from-git-docker","reference/installation.html#installing-from-git-binary","reference/operation.html#operation","reference/operation.html#backup-and-restore","reference/monitoring.html#monitoring","reference/monitoring.html#logging","reference/monitoring.html#prometheus","reference/monitoring.html#opentelemetry","reference/monitoring.html#metrics","reference/monitoring.html#histograms","reference/monitoring.html#counters","reference/monitoring.html#monotonic-counters","reference/monitoring.html#tracing","reference/http_api.html#http-api","reference/http_api.html#http-query-parameters","reference/http_api.html#http-verbs","reference/http_api.html#content-types","reference/http_api.html#applicationjson","reference/http_api.html#applicationldjson","reference/http_api.html#applicationsql","reference/http_api.html#multipartform-data","reference/http_api.html#applicationx-www-form-urlencoded","reference/http_api.html#accept-headers","reference/http_api.html#textcsv","reference/http_api.html#applicationjson-1","reference/http_api.html#applicationx-ndjson","reference/http_api.html#applicationldjson-1","reference/http_api.html#multipartmixed","reference/http_api.html#applicationvndapachearrowfile","reference/http_api.html#applicationvndapachearrowstream","reference/http_api.html#http-basic-authentication","reference/http_api.html#parameters","reference/http_api.html#named-parameters","reference/http_api.html#positional-parameters","reference/http_api.html#bulk-parameters","reference/http_api.html#apache-arrow-file-parameters","reference/http_api.html#bulk-insert","reference/http_api.html#multiple-statements","reference/websocket_api.html#websocket-api","reference/websocket_api.html#json-rpc-request-object","reference/websocket_api.html#json-rpc-request-parameters","reference/websocket_api.html#json-rpc-response-object","reference/websocket_api.html#websocket-basic-authentication","reference/websocket_api.html#parameters","reference/websocket_api.html#named-parameters","reference/websocket_api.html#positional-parameters","reference/websocket_api.html#bulk-parameters","reference/websocket_api.html#transactions","reference/data_types.html#data-types","reference/data_types.html#scalars","reference/data_types.html#collections","reference/data_types.html#unsupported-scalar-types","appendix/index.html#appendix","appendix/what.html#what-is-endatabas","appendix/what.html#who-wants-one-database","appendix/what.html#when-is-one-database-possible","appendix/why.html#why-endatabas","appendix/why.html#what-is-endatabas-anyway","appendix/why.html#history","appendix/why.html#why-sql","appendix/why.html#why-full-history","appendix/why.html#why-a-timeline","appendix/why.html#why-separation-of-storage-and-compute","appendix/why.html#why-documents","appendix/why.html#why-one-database","appendix/why.html#why-commercial-open-source","appendix/why.html#why-now","appendix/architecture.html#architecture","appendix/architecture.html#immutable","appendix/architecture.html#erasure","appendix/architecture.html#dynamic-sql","appendix/architecture.html#columnar-hybrid-transactional-analytic-processing-htap","appendix/architecture.html#query-execution","appendix/architecture.html#future","appendix/architecture.html#cloud-separation-of-storage-from-compute","appendix/architecture.html#adaptive-indexing","appendix/roadmap.html#roadmap","appendix/license.html#license"],"index":{"documentStore":{"docInfo":{"0":{"body":31,"breadcrumbs":2,"title":1},"1":{"body":7,"breadcrumbs":2,"title":1},"10":{"body":24,"breadcrumbs":4,"title":2},"100":{"body":75,"breadcrumbs":3,"title":0},"101":{"body":20,"breadcrumbs":4,"title":1},"102":{"body":34,"breadcrumbs":4,"title":1},"103":{"body":119,"breadcrumbs":5,"title":2},"104":{"body":36,"breadcrumbs":3,"title":0},"105":{"body":34,"breadcrumbs":3,"title":0},"106":{"body":17,"breadcrumbs":4,"title":1},"107":{"body":27,"breadcrumbs":3,"title":0},"108":{"body":27,"breadcrumbs":3,"title":0},"109":{"body":63,"breadcrumbs":4,"title":1},"11":{"body":7,"breadcrumbs":5,"title":3},"110":{"body":0,"breadcrumbs":5,"title":2},"111":{"body":19,"breadcrumbs":4,"title":1},"112":{"body":40,"breadcrumbs":6,"title":3},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":43,"breadcrumbs":6,"title":3},"115":{"body":0,"breadcrumbs":4,"title":1},"116":{"body":0,"breadcrumbs":5,"title":2},"117":{"body":13,"breadcrumbs":4,"title":1},"118":{"body":13,"breadcrumbs":4,"title":1},"119":{"body":25,"breadcrumbs":6,"title":3},"12":{"body":25,"breadcrumbs":7,"title":3},"120":{"body":17,"breadcrumbs":5,"title":2},"121":{"body":16,"breadcrumbs":4,"title":1},"122":{"body":15,"breadcrumbs":4,"title":1},"123":{"body":32,"breadcrumbs":4,"title":1},"124":{"body":38,"breadcrumbs":4,"title":1},"125":{"body":12,"breadcrumbs":4,"title":1},"126":{"body":13,"breadcrumbs":4,"title":1},"127":{"body":11,"breadcrumbs":4,"title":1},"128":{"body":35,"breadcrumbs":3,"title":0},"129":{"body":0,"breadcrumbs":5,"title":2},"13":{"body":33,"breadcrumbs":5,"title":1},"130":{"body":26,"breadcrumbs":4,"title":1},"131":{"body":12,"breadcrumbs":4,"title":1},"132":{"body":12,"breadcrumbs":4,"title":1},"133":{"body":20,"breadcrumbs":4,"title":1},"134":{"body":18,"breadcrumbs":4,"title":1},"135":{"body":54,"breadcrumbs":4,"title":1},"136":{"body":6,"breadcrumbs":6,"title":3},"137":{"body":155,"breadcrumbs":4,"title":1},"138":{"body":55,"breadcrumbs":4,"title":1},"139":{"body":0,"breadcrumbs":5,"title":2},"14":{"body":114,"breadcrumbs":5,"title":1},"140":{"body":7,"breadcrumbs":4,"title":1},"141":{"body":62,"breadcrumbs":4,"title":1},"142":{"body":0,"breadcrumbs":5,"title":2},"143":{"body":23,"breadcrumbs":4,"title":1},"144":{"body":19,"breadcrumbs":4,"title":1},"145":{"body":21,"breadcrumbs":4,"title":1},"146":{"body":53,"breadcrumbs":4,"title":1},"147":{"body":15,"breadcrumbs":4,"title":1},"148":{"body":0,"breadcrumbs":5,"title":2},"149":{"body":33,"breadcrumbs":5,"title":2},"15":{"body":31,"breadcrumbs":6,"title":2},"150":{"body":21,"breadcrumbs":4,"title":1},"151":{"body":11,"breadcrumbs":4,"title":1},"152":{"body":15,"breadcrumbs":4,"title":1},"153":{"body":37,"breadcrumbs":4,"title":1},"154":{"body":43,"breadcrumbs":4,"title":1},"155":{"body":28,"breadcrumbs":4,"title":1},"156":{"body":12,"breadcrumbs":4,"title":1},"157":{"body":0,"breadcrumbs":6,"title":3},"158":{"body":16,"breadcrumbs":4,"title":1},"159":{"body":14,"breadcrumbs":4,"title":1},"16":{"body":55,"breadcrumbs":7,"title":3},"160":{"body":0,"breadcrumbs":5,"title":2},"161":{"body":19,"breadcrumbs":4,"title":1},"162":{"body":14,"breadcrumbs":4,"title":1},"163":{"body":16,"breadcrumbs":4,"title":1},"164":{"body":0,"breadcrumbs":5,"title":2},"165":{"body":22,"breadcrumbs":4,"title":1},"166":{"body":45,"breadcrumbs":4,"title":1},"167":{"body":15,"breadcrumbs":4,"title":1},"168":{"body":25,"breadcrumbs":5,"title":2},"169":{"body":70,"breadcrumbs":5,"title":2},"17":{"body":52,"breadcrumbs":6,"title":2},"170":{"body":0,"breadcrumbs":5,"title":2},"171":{"body":19,"breadcrumbs":4,"title":1},"172":{"body":20,"breadcrumbs":4,"title":1},"173":{"body":20,"breadcrumbs":4,"title":1},"174":{"body":14,"breadcrumbs":4,"title":1},"175":{"body":35,"breadcrumbs":6,"title":2},"176":{"body":30,"breadcrumbs":10,"title":6},"177":{"body":6,"breadcrumbs":6,"title":2},"178":{"body":10,"breadcrumbs":5,"title":1},"179":{"body":8,"breadcrumbs":5,"title":1},"18":{"body":48,"breadcrumbs":6,"title":2},"180":{"body":7,"breadcrumbs":5,"title":1},"181":{"body":16,"breadcrumbs":5,"title":1},"182":{"body":33,"breadcrumbs":6,"title":2},"183":{"body":21,"breadcrumbs":6,"title":2},"184":{"body":20,"breadcrumbs":6,"title":2},"185":{"body":26,"breadcrumbs":5,"title":1},"186":{"body":22,"breadcrumbs":4,"title":0},"187":{"body":5,"breadcrumbs":6,"title":2},"188":{"body":25,"breadcrumbs":5,"title":1},"189":{"body":26,"breadcrumbs":5,"title":1},"19":{"body":31,"breadcrumbs":5,"title":1},"190":{"body":20,"breadcrumbs":5,"title":1},"191":{"body":19,"breadcrumbs":5,"title":1},"192":{"body":21,"breadcrumbs":6,"title":2},"193":{"body":21,"breadcrumbs":6,"title":2},"194":{"body":64,"breadcrumbs":6,"title":2},"195":{"body":20,"breadcrumbs":6,"title":2},"196":{"body":38,"breadcrumbs":6,"title":2},"197":{"body":26,"breadcrumbs":6,"title":2},"198":{"body":34,"breadcrumbs":6,"title":2},"199":{"body":40,"breadcrumbs":6,"title":2},"2":{"body":19,"breadcrumbs":2,"title":1},"20":{"body":11,"breadcrumbs":6,"title":2},"200":{"body":44,"breadcrumbs":6,"title":2},"201":{"body":40,"breadcrumbs":6,"title":2},"202":{"body":43,"breadcrumbs":6,"title":2},"203":{"body":27,"breadcrumbs":5,"title":1},"204":{"body":31,"breadcrumbs":5,"title":1},"205":{"body":24,"breadcrumbs":5,"title":1},"206":{"body":32,"breadcrumbs":5,"title":1},"207":{"body":44,"breadcrumbs":5,"title":1},"208":{"body":45,"breadcrumbs":4,"title":1},"209":{"body":15,"breadcrumbs":4,"title":1},"21":{"body":8,"breadcrumbs":6,"title":2},"210":{"body":16,"breadcrumbs":4,"title":1},"211":{"body":17,"breadcrumbs":4,"title":1},"212":{"body":20,"breadcrumbs":5,"title":2},"213":{"body":5,"breadcrumbs":4,"title":1},"214":{"body":52,"breadcrumbs":5,"title":2},"215":{"body":9,"breadcrumbs":5,"title":2},"216":{"body":0,"breadcrumbs":4,"title":1},"217":{"body":20,"breadcrumbs":5,"title":2},"218":{"body":15,"breadcrumbs":5,"title":2},"219":{"body":42,"breadcrumbs":5,"title":2},"22":{"body":51,"breadcrumbs":4,"title":2},"220":{"body":54,"breadcrumbs":5,"title":2},"221":{"body":8,"breadcrumbs":5,"title":2},"222":{"body":95,"breadcrumbs":2,"title":1},"223":{"body":16,"breadcrumbs":3,"title":1},"224":{"body":3,"breadcrumbs":3,"title":1},"225":{"body":47,"breadcrumbs":3,"title":1},"226":{"body":47,"breadcrumbs":3,"title":1},"227":{"body":7,"breadcrumbs":3,"title":1},"228":{"body":7,"breadcrumbs":3,"title":1},"229":{"body":10,"breadcrumbs":3,"title":1},"23":{"body":86,"breadcrumbs":4,"title":1},"230":{"body":7,"breadcrumbs":3,"title":1},"231":{"body":7,"breadcrumbs":3,"title":1},"232":{"body":20,"breadcrumbs":3,"title":1},"233":{"body":5,"breadcrumbs":3,"title":1},"234":{"body":43,"breadcrumbs":4,"title":2},"235":{"body":19,"breadcrumbs":3,"title":1},"236":{"body":16,"breadcrumbs":4,"title":2},"237":{"body":6,"breadcrumbs":3,"title":1},"238":{"body":0,"breadcrumbs":4,"title":2},"239":{"body":4,"breadcrumbs":3,"title":1},"24":{"body":31,"breadcrumbs":6,"title":2},"240":{"body":88,"breadcrumbs":3,"title":1},"241":{"body":69,"breadcrumbs":3,"title":1},"242":{"body":73,"breadcrumbs":3,"title":1},"243":{"body":46,"breadcrumbs":4,"title":2},"244":{"body":31,"breadcrumbs":4,"title":2},"245":{"body":95,"breadcrumbs":4,"title":2},"246":{"body":10,"breadcrumbs":5,"title":3},"247":{"body":10,"breadcrumbs":3,"title":1},"248":{"body":162,"breadcrumbs":3,"title":1},"249":{"body":163,"breadcrumbs":3,"title":1},"25":{"body":80,"breadcrumbs":5,"title":1},"250":{"body":12,"breadcrumbs":3,"title":1},"251":{"body":14,"breadcrumbs":4,"title":2},"252":{"body":16,"breadcrumbs":3,"title":1},"253":{"body":0,"breadcrumbs":4,"title":2},"254":{"body":4,"breadcrumbs":3,"title":1},"255":{"body":70,"breadcrumbs":3,"title":1},"256":{"body":19,"breadcrumbs":3,"title":1},"257":{"body":80,"breadcrumbs":3,"title":1},"258":{"body":34,"breadcrumbs":4,"title":2},"259":{"body":86,"breadcrumbs":4,"title":2},"26":{"body":78,"breadcrumbs":5,"title":1},"260":{"body":10,"breadcrumbs":5,"title":3},"261":{"body":0,"breadcrumbs":4,"title":2},"262":{"body":90,"breadcrumbs":7,"title":5},"263":{"body":90,"breadcrumbs":6,"title":4},"264":{"body":21,"breadcrumbs":2,"title":1},"265":{"body":12,"breadcrumbs":3,"title":1},"266":{"body":23,"breadcrumbs":5,"title":3},"267":{"body":77,"breadcrumbs":5,"title":3},"268":{"body":11,"breadcrumbs":5,"title":3},"269":{"body":25,"breadcrumbs":5,"title":3},"27":{"body":36,"breadcrumbs":6,"title":2},"270":{"body":110,"breadcrumbs":3,"title":1},"271":{"body":35,"breadcrumbs":4,"title":2},"272":{"body":28,"breadcrumbs":3,"title":1},"273":{"body":56,"breadcrumbs":3,"title":1},"274":{"body":24,"breadcrumbs":3,"title":1},"275":{"body":30,"breadcrumbs":3,"title":1},"276":{"body":13,"breadcrumbs":3,"title":1},"277":{"body":4,"breadcrumbs":3,"title":1},"278":{"body":4,"breadcrumbs":3,"title":1},"279":{"body":11,"breadcrumbs":4,"title":2},"28":{"body":24,"breadcrumbs":7,"title":3},"280":{"body":38,"breadcrumbs":3,"title":1},"281":{"body":73,"breadcrumbs":5,"title":2},"282":{"body":26,"breadcrumbs":6,"title":3},"283":{"body":30,"breadcrumbs":5,"title":2},"284":{"body":11,"breadcrumbs":5,"title":2},"285":{"body":72,"breadcrumbs":4,"title":1},"286":{"body":42,"breadcrumbs":4,"title":1},"287":{"body":36,"breadcrumbs":4,"title":1},"288":{"body":46,"breadcrumbs":5,"title":2},"289":{"body":25,"breadcrumbs":7,"title":4},"29":{"body":25,"breadcrumbs":7,"title":3},"290":{"body":15,"breadcrumbs":5,"title":2},"291":{"body":31,"breadcrumbs":4,"title":1},"292":{"body":34,"breadcrumbs":4,"title":1},"293":{"body":42,"breadcrumbs":5,"title":2},"294":{"body":44,"breadcrumbs":4,"title":1},"295":{"body":44,"breadcrumbs":4,"title":1},"296":{"body":46,"breadcrumbs":4,"title":1},"297":{"body":43,"breadcrumbs":4,"title":1},"298":{"body":106,"breadcrumbs":6,"title":3},"299":{"body":51,"breadcrumbs":4,"title":1},"3":{"body":23,"breadcrumbs":4,"title":3},"30":{"body":42,"breadcrumbs":5,"title":1},"300":{"body":71,"breadcrumbs":5,"title":2},"301":{"body":62,"breadcrumbs":5,"title":2},"302":{"body":57,"breadcrumbs":5,"title":2},"303":{"body":110,"breadcrumbs":7,"title":4},"304":{"body":72,"breadcrumbs":5,"title":2},"305":{"body":55,"breadcrumbs":5,"title":2},"306":{"body":88,"breadcrumbs":5,"title":2},"307":{"body":36,"breadcrumbs":7,"title":4},"308":{"body":21,"breadcrumbs":7,"title":4},"309":{"body":57,"breadcrumbs":7,"title":4},"31":{"body":120,"breadcrumbs":6,"title":2},"310":{"body":71,"breadcrumbs":6,"title":3},"311":{"body":53,"breadcrumbs":4,"title":1},"312":{"body":60,"breadcrumbs":5,"title":2},"313":{"body":53,"breadcrumbs":5,"title":2},"314":{"body":58,"breadcrumbs":5,"title":2},"315":{"body":71,"breadcrumbs":4,"title":1},"316":{"body":0,"breadcrumbs":5,"title":2},"317":{"body":117,"breadcrumbs":4,"title":1},"318":{"body":26,"breadcrumbs":4,"title":1},"319":{"body":34,"breadcrumbs":6,"title":3},"32":{"body":17,"breadcrumbs":5,"title":1},"320":{"body":3,"breadcrumbs":2,"title":1},"321":{"body":99,"breadcrumbs":2,"title":1},"322":{"body":96,"breadcrumbs":3,"title":2},"323":{"body":102,"breadcrumbs":4,"title":3},"324":{"body":73,"breadcrumbs":2,"title":1},"325":{"body":102,"breadcrumbs":3,"title":2},"326":{"body":394,"breadcrumbs":2,"title":1},"327":{"body":228,"breadcrumbs":2,"title":1},"328":{"body":130,"breadcrumbs":3,"title":2},"329":{"body":61,"breadcrumbs":2,"title":1},"33":{"body":22,"breadcrumbs":7,"title":3},"330":{"body":63,"breadcrumbs":4,"title":3},"331":{"body":226,"breadcrumbs":2,"title":1},"332":{"body":45,"breadcrumbs":3,"title":2},"333":{"body":7,"breadcrumbs":4,"title":3},"334":{"body":120,"breadcrumbs":2,"title":1},"335":{"body":0,"breadcrumbs":3,"title":1},"336":{"body":22,"breadcrumbs":3,"title":1},"337":{"body":13,"breadcrumbs":3,"title":1},"338":{"body":69,"breadcrumbs":4,"title":2},"339":{"body":30,"breadcrumbs":8,"title":6},"34":{"body":6,"breadcrumbs":5,"title":1},"340":{"body":23,"breadcrumbs":4,"title":2},"341":{"body":7,"breadcrumbs":3,"title":1},"342":{"body":46,"breadcrumbs":6,"title":4},"343":{"body":18,"breadcrumbs":4,"title":2},"344":{"body":5,"breadcrumbs":3,"title":1},"345":{"body":22,"breadcrumbs":3,"title":1},"35":{"body":18,"breadcrumbs":5,"title":1},"36":{"body":14,"breadcrumbs":4,"title":1},"37":{"body":63,"breadcrumbs":4,"title":1},"38":{"body":77,"breadcrumbs":4,"title":1},"39":{"body":0,"breadcrumbs":3,"title":0},"4":{"body":0,"breadcrumbs":3,"title":1},"40":{"body":56,"breadcrumbs":5,"title":2},"41":{"body":52,"breadcrumbs":5,"title":2},"42":{"body":72,"breadcrumbs":4,"title":1},"43":{"body":35,"breadcrumbs":4,"title":1},"44":{"body":11,"breadcrumbs":4,"title":1},"45":{"body":6,"breadcrumbs":5,"title":2},"46":{"body":56,"breadcrumbs":6,"title":3},"47":{"body":43,"breadcrumbs":4,"title":1},"48":{"body":27,"breadcrumbs":4,"title":1},"49":{"body":55,"breadcrumbs":4,"title":1},"5":{"body":28,"breadcrumbs":4,"title":2},"50":{"body":53,"breadcrumbs":5,"title":2},"51":{"body":49,"breadcrumbs":5,"title":2},"52":{"body":9,"breadcrumbs":8,"title":5},"53":{"body":23,"breadcrumbs":4,"title":1},"54":{"body":12,"breadcrumbs":4,"title":1},"55":{"body":22,"breadcrumbs":4,"title":1},"56":{"body":82,"breadcrumbs":5,"title":2},"57":{"body":46,"breadcrumbs":6,"title":3},"58":{"body":80,"breadcrumbs":4,"title":1},"59":{"body":34,"breadcrumbs":4,"title":1},"6":{"body":35,"breadcrumbs":4,"title":2},"60":{"body":56,"breadcrumbs":8,"title":5},"61":{"body":68,"breadcrumbs":5,"title":2},"62":{"body":31,"breadcrumbs":4,"title":1},"63":{"body":52,"breadcrumbs":4,"title":1},"64":{"body":19,"breadcrumbs":4,"title":1},"65":{"body":15,"breadcrumbs":4,"title":1},"66":{"body":26,"breadcrumbs":5,"title":2},"67":{"body":7,"breadcrumbs":5,"title":2},"68":{"body":11,"breadcrumbs":5,"title":2},"69":{"body":30,"breadcrumbs":5,"title":2},"7":{"body":15,"breadcrumbs":3,"title":1},"70":{"body":0,"breadcrumbs":8,"title":3},"71":{"body":30,"breadcrumbs":6,"title":1},"72":{"body":39,"breadcrumbs":8,"title":3},"73":{"body":5,"breadcrumbs":6,"title":1},"74":{"body":9,"breadcrumbs":7,"title":2},"75":{"body":8,"breadcrumbs":7,"title":2},"76":{"body":32,"breadcrumbs":6,"title":1},"77":{"body":20,"breadcrumbs":6,"title":1},"78":{"body":19,"breadcrumbs":6,"title":1},"79":{"body":31,"breadcrumbs":6,"title":1},"8":{"body":62,"breadcrumbs":3,"title":1},"80":{"body":50,"breadcrumbs":7,"title":2},"81":{"body":11,"breadcrumbs":7,"title":2},"82":{"body":54,"breadcrumbs":6,"title":1},"83":{"body":119,"breadcrumbs":6,"title":1},"84":{"body":0,"breadcrumbs":7,"title":2},"85":{"body":78,"breadcrumbs":7,"title":2},"86":{"body":67,"breadcrumbs":6,"title":1},"87":{"body":37,"breadcrumbs":7,"title":2},"88":{"body":24,"breadcrumbs":6,"title":1},"89":{"body":9,"breadcrumbs":7,"title":2},"9":{"body":29,"breadcrumbs":3,"title":1},"90":{"body":68,"breadcrumbs":8,"title":3},"91":{"body":0,"breadcrumbs":4,"title":1},"92":{"body":32,"breadcrumbs":4,"title":1},"93":{"body":37,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":5,"title":2},"95":{"body":107,"breadcrumbs":3,"title":0},"96":{"body":15,"breadcrumbs":4,"title":1},"97":{"body":32,"breadcrumbs":3,"title":0},"98":{"body":59,"breadcrumbs":4,"title":1},"99":{"body":24,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"Welcome to Endatabas! Endatabas is a SQL document database with complete history. It will store anything, forever. The best way to understand Endatabas is to use it. Head on over to the Quickstart to try it out. If you're not ready to run your first query yet, there's plenty of explanatory material in our What? and Why? documents.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"If you came to the Endatabas book directly, you may also be interested in: www.endatabas.com github.com/endatabas/endb","breadcrumbs":"Introduction » Elsewhere","id":"1","title":"Elsewhere"},"10":{"body":"Endb ships with permissively-licensed (MIT) client libraries: pip install endb\nnpm install @endatabas/endb You can copy and modify their source code for any purpose. Read more about how to use them in the client libraries docs .","breadcrumbs":"Tutorial » Try It! » Client Libraries","id":"10","title":"Client Libraries"},"100":{"body":"LIKE is the operator equivalent of the LIKE function . LIKE returns TRUE if a string matches the supplied LIKE pattern, as defined below: A pattern can be a string literal. It can also contain underscores (_) and/or percentage symbols (%). An underscore matches exactly one character. A percentage symbol matches zero or more characters. Backslash escapes the following character to make it a literal. Use ESCAPE to override the default backslash escape character. SELECT * FROM products WHERE name LIKE 'Tofu';\nSELECT * FROM products WHERE name LIKE 'Tof_';\nSELECT * FROM products WHERE name LIKE '%of%';\nSELECT * FROM products WHERE name LIKE '\\%of\\%';\nSELECT * FROM products WHERE name LIKE 'X%ofX%' ESCAPE 'X'; NOT LIKE is used to invert the results of the match. SELECT * FROM products WHERE name NOT LIKE '%of%'; NOTE: Endb LIKE is case-sensitive.","breadcrumbs":"SQL Reference » Operators » LIKE","id":"100","title":"LIKE"},"101":{"body":"REGEXP returns TRUE if a string matches the supplied regular expression. REGEXP may be prefixed with NOT. SELECT * FROM products WHERE name REGEXP '.*ee|.*ea';\nSELECT * FROM products WHERE name NOT REGEXP '.*[fst]+.*';","breadcrumbs":"SQL Reference » Operators » REGEXP","id":"101","title":"REGEXP"},"102":{"body":"GLOB returns TRUE if a string matches the supplied UNIX glob. GLOB may be prefixed with NOT. SELECT * FROM products WHERE name GLOB '*of*';\nSELECT * FROM avatars WHERE filename NOT GLOB '/opt/local/avatars/*/*.png'; NOTE: GLOB is case-sensitive. It conforms to standard UNIX globs and thus does not support \"globstar\" (recursive directory) expansion like **/*.png.","breadcrumbs":"SQL Reference » Operators » GLOB","id":"102","title":"GLOB"},"103":{"body":"MATCH returns TRUE if the value on the left contains the value on the right, at the top level. Note that a top-level array to the right of the MATCH refers to a set of values that all need to match, not a literal array. The following expressions return TRUE: SELECT 'foo' MATCH 'foo';\nSELECT [1, 2, 3] MATCH [3, 1];\nSELECT {user: 'foo', age: 42} MATCH {age: 42};\nSELECT {a: [1, 2, {c: 3, x: 4}], c: 'b'} MATCH {a: [{x: 4}, 1]}; The following expressions return FALSE: SELECT [1, 2, [1, 3]] MATCH [1, 3];\nSELECT {foo: {bar: 'baz'}} MATCH {bar: 'baz'};\nSELECT {a: [1, 2, {c: 3, x: 4}], c: 'b'} MATCH {a: [{x: 4}, 3]}; NOTE: The @> operator is a synonym for MATCH. It is provided as a convenience for users accustomed to the equivalent JSON Containment Operator in Postgres . It also has a symmetric operator, <@, which returns TRUE if the value on the right contains the value on the left, at the top level. No symmetric keyword exists for MATCH.","breadcrumbs":"SQL Reference » Operators » MATCH (Containment)","id":"103","title":"MATCH (Containment)"},"104":{"body":"SOME is a synonym for ANY. ANY qualifies a subquery by comparing a single column or literal value with the result of that subquery. ANY is used in the form ANY (). It returns true if the subquery returns a one or more values for which the operator is true. The operator must return a boolean and the subquery must return a single column. SELECT 1500 < SOME (SELECT price FROM products);","breadcrumbs":"SQL Reference » Operators » ANY, SOME","id":"104","title":"ANY, SOME"},"105":{"body":"ALL qualifies a subquery by comparing a single column or literal value with the result of that subquery. ALL is used in the form ALL (). It returns true only if all values returned by the subquery are true for the operator provided. The operator must return a boolean and the subquery must return a single column. SELECT \"ok\" = ALL (SELECT status_code FROM statuses);","breadcrumbs":"SQL Reference » Operators » ALL","id":"105","title":"ALL"},"106":{"body":"EXISTS returns TRUE if the subquery which follows it returns at least one row. SELECT name FROM products WHERE EXISTS (SELECT 1 FROM coupons WHERE name = products.name);","breadcrumbs":"SQL Reference » Operators » EXISTS","id":"106","title":"EXISTS"},"107":{"body":"The standard SQL IN clause can be used to test lists and subqueries for containment of a value. SELECT * FROM products WHERE price IN (5.00, 5.99);\nSELECT * FROM products WHERE price IN (SELECT price FROM coupons); NOTE: Use MATCH to test for containment of a value in an array.","breadcrumbs":"SQL Reference » Operators » IN","id":"107","title":"IN"},"108":{"body":"The standard SQL NOT IN clause can be used to test lists and subqueries for absence of a value. SELECT * FROM products WHERE price NOT IN (5.00, 5.99);\nSELECT * FROM products WHERE price NOT IN (SELECT price FROM coupons); NOTE: Use MATCH to test for absence of a value in an array.","breadcrumbs":"SQL Reference » Operators » NOT IN","id":"108","title":"NOT IN"},"109":{"body":"The || operator concatenates two strings or arrays supplied as arguments. When concatenating to an array element: other elements, arrays, and blobs are accepted as the second argument. When concatenating to an array: arrays, blobs, and array elements are accepted as the second argument. Elements other than strings are cast to strings when concatenated with each other. Multiple operators can be chained together. SELECT \"Hello\" || \"World\";\nSELECT [1, 2, 3] || [4, 5, 6];\nSELECT 1 || 2;\nSELECT \"Hello\" || [\"World\"];\nSELECT [\"Hello\"] || \"World\";\nSELECT \"Hello\" || \"World\" || \"And\" || \"Friends\"; The Concatenation Operator is equivalent to the CONCAT function .","breadcrumbs":"SQL Reference » Operators » || (Concatenation)","id":"109","title":"|| (Concatenation)"},"11":{"body":"You can use any of these tools (or any other HTTP client you prefer) for the rest of this tutorial.","breadcrumbs":"Tutorial » Try It! » Learning Endb SQL","id":"11","title":"Learning Endb SQL"},"110":{"body":"","breadcrumbs":"SQL Reference » Operators » Vector Operators","id":"110","title":"Vector Operators"},"111":{"body":"At the moment, Endb performs exact nearest neighbor search, which provides perfect recall. Endb may support approximate vector indexes in the future, which trade accuracy for speed.","breadcrumbs":"SQL Reference » Operators » Indexing","id":"111","title":"Indexing"},"112":{"body":"The L2 Distance operator (<->) compares two vectors by Euclidean distance . It is symmetrical to the L2_DISTANCE function. SELECT * FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), (NULL), ([1,2,4])) AS t(val) WHERE val NOT NULL ORDER BY t.val <-> [3,3,3];\n-- [{'val': [1, 2, 3]},\n-- {'val': [1, 2, 4]},\n-- {'val': [1, 1, 1]},\n-- {'val': [0, 0, 0]}]","breadcrumbs":"SQL Reference » Operators » <-> (L2 or Euclidean Distance)","id":"112","title":"<-> (L2 or Euclidean Distance)"},"113":{"body":"The Cosine Distance operator (<=>) compares two vectors by the complement of their Cosine Similarity . It is symmetrical to the COSINE_DISTANCE function. SELECT val FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), ([1,2,4])) AS t(val) WHERE t.val <=> [3,3,3] NOT NULL ORDER BY t.val <=> [3,3,3];\n-- [{'val': [1, 1, 1]},\n-- {'val': [1, 2, 3]},\n-- {'val': [1, 2, 4]}]","breadcrumbs":"SQL Reference » Operators » <=> (Cosine Distance)","id":"113","title":"<=> (Cosine Distance)"},"114":{"body":"The Inverse Inner Product operator (<#>) compares two vectors by the inverse of their Inner Product . It is the inverse of the INNER_PRODUCT function. SELECT val FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), (NULL), ([1,2,4])) AS t(val) WHERE val IS NOT NULL ORDER BY t.val <#> [3,3,3];\n-- [{'val': [1, 2, 4]},\n-- {'val': [1, 2, 3]},\n-- {'val': [1, 1, 1]},\n-- {'val': [0, 0, 0]}]","breadcrumbs":"SQL Reference » Operators » <#> (Inverse Inner Product)","id":"114","title":"<#> (Inverse Inner Product)"},"115":{"body":"","breadcrumbs":"SQL Reference » Functions » Functions","id":"115","title":"Functions"},"116":{"body":"","breadcrumbs":"SQL Reference » Functions » String Functions","id":"116","title":"String Functions"},"117":{"body":"The CHARACTER_LENGTH function returns the number of unicode characters in a string. SELECT CHARACTER_LENGTH('josé');\n-- 4 SELECT CHARACTER_LENGTH('❤️🥫');\n-- 3","breadcrumbs":"SQL Reference » Functions » CHARACTER_LENGTH","id":"117","title":"CHARACTER_LENGTH"},"118":{"body":"The OCTET_LENGTH function returns the length of a string, in bytes (octets). SELECT OCTET_LENGTH('josé');\n-- 5 SELECT OCTET_LENGTH('❤️🥫');\n-- 10","breadcrumbs":"SQL Reference » Functions » OCTET_LENGTH","id":"118","title":"OCTET_LENGTH"},"119":{"body":"The TRIM, LTRIM, and RTRIM functions trim surrounding whitespace, whitespace to the left, and whitespace to the right of a string, respectively. SELECT TRIM(' hello ');\n-- 'hello' SELECT LTRIM(' hello ');\n-- 'hello ' SELECT RTRIM(' hello ');\n-- ' hello'","breadcrumbs":"SQL Reference » Functions » TRIM, LTRIM, RTRIM","id":"119","title":"TRIM, LTRIM, RTRIM"},"12":{"body":"If you know SQL, Endb SQL will feel instantly familiar. It is not \"SQL-like\". It is SQL. However, Endb SQL is dynamic , strongly-typed , time-aware , and shuns language embedding . Hopefully it is pleasant to use without feeling foreign.","breadcrumbs":"Tutorial » Endb SQL Basics » Endb SQL Basics","id":"12","title":"Endb SQL Basics"},"120":{"body":"The LOWER and UPPER functions downcase and upcase a string, respectively. SELECT LOWER('Relatable Algebra');\n-- 'relatable algebra' SELECT UPPER('Shouting Calculus');\n-- 'SHOUTING CALCULUS'","breadcrumbs":"SQL Reference » Functions » LOWER, UPPER","id":"120","title":"LOWER, UPPER"},"121":{"body":"The REPLACE function returns the string in the first parameter, with the second parameter (if found) replaced by the third. SELECT REPLACE('Relatable Algebra', 'Rela', 'Infla');","breadcrumbs":"SQL Reference » Functions » REPLACE","id":"121","title":"REPLACE"},"122":{"body":"The INSTR function returns the first character of a substring match on the second parameter, if found, and 0 if it is not found. SELECT INSTR('Coffee', 'ee');","breadcrumbs":"SQL Reference » Functions » INSTR","id":"122","title":"INSTR"},"123":{"body":"The SUBSTRING function returns the substring starting from the index provided as the second parameter. If the (optional) third parameter is provided, the substring will be of that length (or less, if the end of the source string is reached). SUBSTR is a synonym for SUBSTRING. SELECT SUBSTRING('Hello Edgar', 4);\nSELECT SUBSTR('Hello Edgar', 4, 2);","breadcrumbs":"SQL Reference » Functions » SUBSTRING","id":"123","title":"SUBSTRING"},"124":{"body":"The POSITION pseudo-function returns the first position of the first character of the first matched substring in another string. If the substring is not detected, POSITION returns 0. SELECT POSITION(\"h\" IN \"Hawaii\");\nSELECT POSITION(\"i\" IN \"Hawaii\");\nSELECT POSITION(\"Ha\" IN \"Hawaii\"); NOTE: POSITION is a \"pseudo-function\" because internally it uses custom syntax of the form IN .","breadcrumbs":"SQL Reference » Functions » POSITION","id":"124","title":"POSITION"},"125":{"body":"The UNICODE function returns an integer unicode value for the first character of the parameter given. SELECT UNICODE('Adam');","breadcrumbs":"SQL Reference » Functions » UNICODE","id":"125","title":"UNICODE"},"126":{"body":"The CHAR function returns a string corresponding to the supplied integer character codes. SELECT CHAR(65, 66, 67);","breadcrumbs":"SQL Reference » Functions » CHAR","id":"126","title":"CHAR"},"127":{"body":"CONCAT is equivalent to the Concatenation Operator (||) except that CONCAT is limited to 2-arity applications and || can be chained.","breadcrumbs":"SQL Reference » Functions » CONCAT","id":"127","title":"CONCAT"},"128":{"body":"The LIKE function serves the same purpose as the LIKE operator . However, the argument order is (effectively) reversed for the LIKE function, to match the signature used in SQLite. For the function version, the pattern is the first argument. Optionally, an alternative escape character can be provided as a third argument. SELECT * FROM users WHERE LIKE('Stev%', name);\nSELECT * FROM users WHERE LIKE('EdgarX%', name, 'X');","breadcrumbs":"SQL Reference » Functions » LIKE","id":"128","title":"LIKE"},"129":{"body":"","breadcrumbs":"SQL Reference » Functions » Collection Functions","id":"129","title":"Collection Functions"},"13":{"body":"Endb is a schemaless document database. You do not need CREATE TABLE — tables are dynamically created when you insert data. The following SQL is valid as soon as you start endb: INSERT INTO posts (id, user_id, text) VALUES (123, 456, 'Hello World'); Try querying it out: SELECT * FROM posts;","breadcrumbs":"Tutorial » Endb SQL Basics » Just Begin","id":"13","title":"Just Begin"},"130":{"body":"The LENGTH function counts the number of entries in a collection. When supplied with a string, it is a synonym for CHARACTER_LENGTH. SELECT LENGTH([3, 2]);\nSELECT LENGTH({name: 'Peas', price: 8.99, product_no: 77});\nSELECT LENGTH('josé'); NOTE: CARDINALITY is an synonym for LENGTH.","breadcrumbs":"SQL Reference » Functions » LENGTH","id":"130","title":"LENGTH"},"131":{"body":"An object's keys can be selected using OBJECT_KEYS. SELECT OBJECT_KEYS({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40});","breadcrumbs":"SQL Reference » Functions » OBJECT_KEYS","id":"131","title":"OBJECT_KEYS"},"132":{"body":"An object's values can be selected using OBJECT_VALUES. SELECT OBJECT_VALUES({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40});","breadcrumbs":"SQL Reference » Functions » OBJECT_VALUES","id":"132","title":"OBJECT_VALUES"},"133":{"body":"Returns an array of key-value pairs representing the given object. SELECT OBJECT_ENTRIES({a: 1, b: 2, c: 3});\n-- [['a': 1], ['b': 2], ['c': 3]]","breadcrumbs":"SQL Reference » Functions » OBJECT_ENTRIES","id":"133","title":"OBJECT_ENTRIES"},"134":{"body":"Constructs an object from an array of key-value pairs. SELECT OBJECT_FROM_ENTRIES([['a', 1], ['b', 2], ['c', 3]]);\n-- {a: 1, b: 2, c: 3}","breadcrumbs":"SQL Reference » Functions » OBJECT_FROM_ENTRIES","id":"134","title":"OBJECT_FROM_ENTRIES"},"135":{"body":"The PATCH function takes two documents. The document returned is the first document \"patched\" with any fields found in the second document. If the second document does not specify a field, that field is left untouched. If the second document specifies any fields with values of NULL, those fields are removed. SELECT PATCH( {name: 'Salt', nutrition: {sodium: 100, ingredients: 'Kosher Salt'}}, {name: 'Sea Salt', nutrition: {ingredients: NULL}}\n); The PATCH function has an equivalent operator for data manipulation: UPDATE PATCH","breadcrumbs":"SQL Reference » Functions » PATCH","id":"135","title":"PATCH"},"136":{"body":"Table Value Functions are only valid within the FROM clause.","breadcrumbs":"SQL Reference » Functions » Table Value Functions","id":"136","title":"Table Value Functions"},"137":{"body":"The UNNEST function can be thought of as the inverse of ARRAY_AGG , although it offers more power than just unlinking elements. It takes an array or object and pulls its elements into separate rows. SELECT * FROM UNNEST([1.99, 2.99, 3.99]) AS products(price); It is possible to unnest multiple arrays. If the arrays do not have the same number of elements, the shorter array(s) will have those values filled with NULL: SELECT names.* FROM (VALUES (['Leslie', 'Edgar', 'fiver2'], ['Lamport', 'Codd'])) AS x(first, last), UNNEST(x.first, x.last) AS names(first, last); When unnesting an object, keys-value pairs will be returned as per object_entries . This behaviour is useful for manipulating collections: SELECT * FROM UNNEST({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40}) AS prices(price);\n-- [{'price': ['sale_price', 1.5]},\n-- {'price': ['coupon_price', 1.4]},\n-- {'price': ['original_price', 1.99]}] Unnesting nested data from a queried table is done with the form FROM
, UNNEST(
.) AS foo(new_column). For example: INSERT INTO msgs {text: \"Here is some classic material\", user: \"George\", workday: 2024-02-25, media: [{type: \"image\", src: \"dsm.png\"}, {type: \"video\", src: \"vldb.mp4\"}]}; WITH m AS (SELECT * FROM msgs, UNNEST(msgs.media) AS m(media))\nSELECT media FROM m WHERE media..type MATCH 'video'; WITH ORDINALITY UNNEST can be suffixed with WITH ORDINALITY to append an ordinal column to the results. SELECT * FROM UNNEST([1.99, 2.99, 3.99]) WITH ORDINALITY AS products(price, n);\n-- [{'n': 0, 'price': 1.99}, {'n': 1, 'price': 2.99}, {'n': 2, 'price': 3.99}] NOTE: Endb ordinals are zero-indexed.","breadcrumbs":"SQL Reference » Functions » UNNEST","id":"137","title":"UNNEST"},"138":{"body":"The GENERATE_SERIES function generates an array of numbers within a given interval. The first and second parameters are the start and end of the interval. The optional third parameter is a step value by which to increment each number. The result is returned as a single anonymous column (with the default name, column1) containing the array. SELECT * FROM GENERATE_SERIES(0, 21) AS t(s);\nSELECT * FROM GENERATE_SERIES(0, 21, 3) AS t(s); It is possible to use the result of GENERATE_SERIES in other SQL expressions, like IN: SELECT * FROM products WHERE product_no IN (SELECT column1 FROM generate_series(1000, 20000) AS foo);","breadcrumbs":"SQL Reference » Functions » GENERATE_SERIES","id":"138","title":"GENERATE_SERIES"},"139":{"body":"","breadcrumbs":"SQL Reference » Functions » Numeric Functions","id":"139","title":"Numeric Functions"},"14":{"body":"Endb is immutable, so it does not permit destructive UPDATE or DELETE. For example, if you run an UPDATE, your previous INSERT isn't lost. Before we update the record, we'll make note of the current time, according to the database. (Any time after the INSERT and before the UPDATE would suffice.) -- make note of this time to use below\nSELECT CURRENT_TIMESTAMP; Multiple statements can be separated by semicolons. This time, we'll update the record and view it at once: UPDATE posts SET text = 'Hello Immutable World' WHERE id = 123; SELECT * from posts; You'll note that Hello World from your original insert isn't visible. That's because it only exists in the past and, by default, SELECT will show the state of the database as of now . To see the old version, you can time-travel back to a time when the old record was visible. Copy the timestamp you noted, without the quotes, something like SELECT * from posts FOR SYSTEM_TIME AS OF 2024-01-01T00:00:00.000000Z;: SELECT * from posts FOR SYSTEM_TIME AS OF {YOUR_NOTED_TIMESTAMP}; NOTE: Although there is no destructive DELETE in an immutable database, there is ERASE, which exists to remove data for user safety and compliance with laws like GDPR.","breadcrumbs":"Tutorial » Endb SQL Basics » Immutable","id":"14","title":"Immutable"},"140":{"body":"The RANDOM function returns a random integer. SELECT RANDOM();","breadcrumbs":"SQL Reference » Functions » RANDOM","id":"140","title":"RANDOM"},"141":{"body":"Endb provides standard SQL math functions based on SQLite's collection of math functions: ROUND SIN COS TAN SINH COSH TANH ASIN ACOS ATAN ASINH ACOSH ATANH ATAN2 FLOOR CEILING, CEIL SIGN SQRT EXP POWER, POW LOG, LOG10 LOG2 LN DEGREES RADIANS PI ABS NOTE: Endb follows the choice of most SQL databases and aliases LOG to LOG10 rather than LN (natural log), as specified by the SQL standard. NOTE: Mathematical operators are documented under Operators .","breadcrumbs":"SQL Reference » Functions » Math","id":"141","title":"Math"},"142":{"body":"","breadcrumbs":"SQL Reference » Functions » Date/Time Functions","id":"142","title":"Date/Time Functions"},"143":{"body":"The STRFTIME function formats a date or time value as a string. SELECT strftime('%Y/%m/%d', date('2001-01-01'));\nSELECT strftime('%Y %m %d at %H %M %S', datetime('2001-01-01 03:04:05'));","breadcrumbs":"SQL Reference » Functions » STRFTIME","id":"143","title":"STRFTIME"},"144":{"body":"The UNIXEPOCH function returns the number of seconds since the UNIX epoch. Accepts a DATE, TIMESTAMP, or STRING. SELECT UNIXEPOCH('2023-01-01');\nSELECT UNIXEPOCH(1970-01-01T00:00:00Z);","breadcrumbs":"SQL Reference » Functions » UNIXEPOCH","id":"144","title":"UNIXEPOCH"},"145":{"body":"The JULIANDAY function returns the Julian Day, which is the number of days since noon in UTC on November 24, 4714 B.C. Accepts a DATE, TIMESTAMP, or STRING. SELECT JULIANDAY(1970-01-01);","breadcrumbs":"SQL Reference » Functions » JULIANDAY","id":"145","title":"JULIANDAY"},"146":{"body":"The EXTRACT pseudo-function provides a way to access one named, numerical portion of a date, time, or timestamp. Portions of dates can only be extracted from dates or timestamps. Portions of times can only be extracted from timestamps or times. SELECT EXTRACT(YEAR FROM CURRENT_DATE);\nSELECT EXTRACT(MONTH FROM CURRENT_DATE);\nSELECT EXTRACT(DAY FROM CURRENT_TIMESTAMP);\nSELECT EXTRACT(HOUR FROM CURRENT_TIMESTAMP);\nSELECT EXTRACT(MINUTE FROM CURRENT_TIME);\nSELECT EXTRACT(SECOND FROM CURRENT_TIME); NOTE: EXTRACT is a \"pseudo-function\" because internally it uses custom syntax of the form FROM .","breadcrumbs":"SQL Reference » Functions » EXTRACT","id":"146","title":"EXTRACT"},"147":{"body":"The PERIOD function creates a new Period . It is equivalent to using Period literals. PERIOD(2001-04-01T00:00:00Z, 2001-05-01)","breadcrumbs":"SQL Reference » Functions » PERIOD","id":"147","title":"PERIOD"},"148":{"body":"","breadcrumbs":"SQL Reference » Functions » Aggregate Functions","id":"148","title":"Aggregate Functions"},"149":{"body":"The MIN and MAX functions return the minimum and maximum values for an expression, respectively. SELECT MIN(price) FROM products;\nSELECT MAX(price) FROM products; NOTE: MIN and MAX also have non-aggregate equivalents, which are 2-arity. When used that way, they each return the minimum or maximum value of the two values provided.","breadcrumbs":"SQL Reference » Functions » MIN, MAX","id":"149","title":"MIN, MAX"},"15":{"body":"Relationships are also dynamic. You can join any two tables on any two columns. Adding a user with id 456 allows a join with the previous posts table. INSERT INTO users (id, name) VALUES (456, 'Vikram'); SELECT * from posts p JOIN users u ON p.user_id = u.id;","breadcrumbs":"Tutorial » Endb SQL Basics » Dynamic Joins","id":"15","title":"Dynamic Joins"},"150":{"body":"The SUM function returns the sum of all non-null values under the column given as a parameter. SELECT SUM(price) FROM products; If all values for the given column are NULL, SUM returns NULL.","breadcrumbs":"SQL Reference » Functions » SUM","id":"150","title":"SUM"},"151":{"body":"The TOTAL function is equivalent to SUM except that it returns 0.0 in the case where all input values are NULL.","breadcrumbs":"SQL Reference » Functions » TOTAL","id":"151","title":"TOTAL"},"152":{"body":"The AVG function takes a numerical-type-agnostic average of all values under the column given as a parameter. SELECT AVG(price) FROM products;","breadcrumbs":"SQL Reference » Functions » AVG","id":"152","title":"AVG"},"153":{"body":"The COUNT function returns the count of non-null , non-empty values for the specified column. SELECT COUNT(price) FROM sales; NOTE: Because null/empty values are ignored, the behaviour of COUNT will differ from other SQL dialects. Whether or not COUNT(price) and COUNT(1) are equivalent is dependent on whether the price attribute exists with a non-null value on each document.","breadcrumbs":"SQL Reference » Functions » COUNT","id":"153","title":"COUNT"},"154":{"body":"The ARRAY_AGG function concatenates the results of an expression into an array. The parameter may be ordered within ARRAY_AGG. SELECT ARRAY_AGG(price) FROM products;\nSELECT ARRAY_AGG(name ORDER BY price DESC) FROM products; Note that when operating on arrays, the arrays themselves will be concatenated, not the contents of the arrays. The result will be an array of one higher dimension: SELECT ARRAY_AGG(x.column1) FROM (VALUES ([1,2]), ([3,4])) AS x;\n-- [{'column1': [[1, 2], [3, 4]]}]","breadcrumbs":"SQL Reference » Functions » ARRAY_AGG","id":"154","title":"ARRAY_AGG"},"155":{"body":"The GROUP_CONCAT function returns a string with concatenated non-null values from a column or group. Given a second parameter, It defaults to a comma-delimited list, but the second (optional) parameter can override the delimiter. SELECT GROUP_CONCAT(name) FROM products;\nSELECT GROUP_CONCAT(name, ':') FROM products;","breadcrumbs":"SQL Reference » Functions » GROUP_CONCAT","id":"155","title":"GROUP_CONCAT"},"156":{"body":"All aggregate functions can have a filter applied before aggregation. SELECT SUM(price) FILTER(WHERE price > 20) FROM products;","breadcrumbs":"SQL Reference » Functions » FILTER","id":"156","title":"FILTER"},"157":{"body":"","breadcrumbs":"SQL Reference » Functions » Data Type Functions","id":"157","title":"Data Type Functions"},"158":{"body":"The CAST function forces a value into a particular data type. Note that not all types are cast-compatible with each other. SELECT CAST(price AS INTEGER) FROM products;","breadcrumbs":"SQL Reference » Functions » CAST","id":"158","title":"CAST"},"159":{"body":"The TYPEOF function returns the type of the provided value. SELECT TYPEOF('hi2u');\nSELECT TYPEOF(1.12345678901234);\nSELECT TYPEOF(2018-01-01T00:00:00);","breadcrumbs":"SQL Reference » Functions » TYPEOF","id":"159","title":"TYPEOF"},"16":{"body":"Endb allows you to insert asymmetrical, jagged data. Let's add another user with more columns. INSERT INTO users (id, name, email) VALUES (789, 'Daniela', 'daniela@endatabas.com'); SELECT * from users; Note that the SELECT * is an implicitly dynamic query. It doesn't have any difficulty with the previous user document, even though it lacked an email column. In practice, most applications and SQL queries should specify exactly the columns they want to query. SELECT * is really only for exploratory queries, so it shows you everything visible in the table.","breadcrumbs":"Tutorial » Endb SQL Basics » Semi-Structured Data","id":"16","title":"Semi-Structured Data"},"160":{"body":"","breadcrumbs":"SQL Reference » Functions » Conditional Functions","id":"160","title":"Conditional Functions"},"161":{"body":"The IIF function is a conditional shorthand. It returns the second parameter if the condition is true and the third parameter if the condition is false. SELECT IIF(price > 5.99, 'Expensive!', 'Cheap') FROM products;","breadcrumbs":"SQL Reference » Functions » IIF","id":"161","title":"IIF"},"162":{"body":"The NULLIF function returns TRUE if the two supplied expressions are equal. SELECT NULLIF(1, 1);\nSELECT NULLIF(1, 'zig');","breadcrumbs":"SQL Reference » Functions » NULLIF","id":"162","title":"NULLIF"},"163":{"body":"The COALESCE function returns its first non-null argument. The following example returns 'zig': SELECT COALESCE(NULL, NULL, 'zig', 'zag');","breadcrumbs":"SQL Reference » Functions » COALESCE","id":"163","title":"COALESCE"},"164":{"body":"","breadcrumbs":"SQL Reference » Functions » Encoding Functions","id":"164","title":"Encoding Functions"},"165":{"body":"The BASE64 function takes a hexadecimal-encoded BLOB and returns a base64-encoded string, or vice-versa. BASE64 roundtrips its own data. There is therefore no BLOBFROMBASE64 function. SELECT BASE64(x'010203');\nSELECT BASE64('AQID');","breadcrumbs":"SQL Reference » Functions » BASE64","id":"165","title":"BASE64"},"166":{"body":"The UUID function returns a universally-unique identifier, as a string. The UUID_BLOB function takes a string UUID and returns a BLOB. The UUID_STR function takes a BLOB UUID and returns a string. When given a parameter of their return type, UUID_BLOB and UUID_STR will format the UUID provided. SELECT UUID();\nSELECT UUID_BLOB('d2ce21c9-d268-409a-b1e0-49e1200bfa47');\nSELECT UUID_STR(x'd2ce21c9d268409ab1e049e1200bfa47'); -- formatting:\nSELECT UUID_BLOB(x'd2ce21c9d268409ab1e049e1200bfa47');\nSELECT UUID_STR('d2ce21c9d268409ab1e049e1200bfa47');","breadcrumbs":"SQL Reference » Functions » UUID","id":"166","title":"UUID"},"167":{"body":"The SHA1 function takes either a hexadecimal-encoded BLOB, a string, or a number. It returns the SHA-1 encoding of that value. SELECT SHA1('2');","breadcrumbs":"SQL Reference » Functions » SHA1","id":"167","title":"SHA1"},"168":{"body":"The RANDOMBLOB function returns a random binary large object of the size given, in bytes. The ZEROBLOB function returns a zeroed-out binary large object of the size given, in bytes. SELECT RANDOMBLOB(32);\nSELECT ZEROBLOB(32);","breadcrumbs":"SQL Reference » Functions » RANDOMBLOB, ZEROBLOB","id":"168","title":"RANDOMBLOB, ZEROBLOB"},"169":{"body":"The HEX function takes a BLOB (or coerces its argument into a UTF-8 string, which in turn is interpreted as a BLOB) and turns the BLOB into an upper-case hexadecimal string. The UNHEX function takes a hexadecimal string and turns it into a BLOB. The hexadecimal string provided must contain character pairs . UNHEX takes an optional second parameter: a string containing non-hexadecimal characters to be ignored in the first parameter. If non-hexadecimal characters are found in the first parameter but not ignored in the second parameter, UNHEX returns NULL. SELECT HEX(15);\n-- '3135' SELECT UNHEX('3135');\n-- b'15' SELECT UNHEX('3135ZZ', 'Z');\n-- b'15' SELECT UNHEX('3135ZZ', 'M');\n-- NULL","breadcrumbs":"SQL Reference » Functions » HEX, UNHEX","id":"169","title":"HEX, UNHEX"},"17":{"body":"It may seem strange to leave jagged columns lying around. Endb doesn't discourage you from cleaning up your data, if you can: UPDATE users SET email = 'vikram@stockholm.se' WHERE name = 'Vikram'; SELECT * from users; The difference in Endb is that we haven't \"migrated\" the old data — it's still there. If you query for Vikram's user document as of 2 minutes ago, you will see the old record without an email. Queries in Endb always default to as-of-now , which is why the results of the query above shouldn't be surprising.","breadcrumbs":"Tutorial » Endb SQL Basics » Data \"Migration\"","id":"17","title":"Data \"Migration\""},"170":{"body":"","breadcrumbs":"SQL Reference » Functions » Vector Functions","id":"170","title":"Vector Functions"},"171":{"body":"At the moment, Endb performs exact nearest neighbor search, which provides perfect recall. Endb may support approximate vector indexes in the future, which trade accuracy for speed.","breadcrumbs":"SQL Reference » Functions » Indexing","id":"171","title":"Indexing"},"172":{"body":"The L2_DISTANCE function returns the Euclidean distance between two vectors. It is symmetrical to the <-> operator. SELECT L2_DISTANCE([-0.7888,-0.7361,-0.6208,-0.5134,-0.4044], [0.8108,0.6671,0.5565,0.5449,0.4466]);\n-- [{'column1': 2.7853052938591847}]","breadcrumbs":"SQL Reference » Functions » L2_DISTANCE","id":"172","title":"L2_DISTANCE"},"173":{"body":"The COSINE_DISTANCE function returns the complement of Cosine Similarity for two vectors. It is symmetrical to the <=> operator. SELECT COSINE_DISTANCE([-0.7888,-0.7361,-0.6208,-0.5134,-0.4044], [0.8108,0.6671,0.5565,0.5449,0.4466]);\n-- [{'column1': 1.9970250541178656}]","breadcrumbs":"SQL Reference » Functions » COSINE_DISTANCE","id":"173","title":"COSINE_DISTANCE"},"174":{"body":"The INNER_PRODUCT function returns the Inner Product of two vectors. It is inverse of the <#> operator. SELECT INNER_PRODUCT([1,2], [3,4]);\n-- [{'column1': 11.0}]","breadcrumbs":"SQL Reference » Functions » INNER_PRODUCT","id":"174","title":"INNER_PRODUCT"},"175":{"body":"To make best use of Time Queries, it is a good idea to review the time-related SQL data types, such as TIMESTAMP, DATE, TIME, and INTERVAL. These are covered in the SQL Data Types section. It is also a good idea to review Endb's other time-related functions, in case they are helpful to you: STRFTIME UNIXEPOCH JULIANDAY","breadcrumbs":"SQL Reference » Time Queries » Time Queries","id":"175","title":"Time Queries"},"176":{"body":"All Endb temporal predicates (CONTAINS, OVERLAPS, PRECEDES, SUCCEEDS, IMMEDIATELY PRECEDES, and IMMEDIATELY SUCCEEDS) follow the SQL:2011 standard's \"closed-open period model\". This means that a period represents all times starting from (and including) the start time up to (but excluding) the end time.","breadcrumbs":"SQL Reference » Time Queries » Note on SQL:2011 closed-open period model","id":"176","title":"Note on SQL:2011 closed-open period model"},"177":{"body":"Endb currently only supports times encoded as UTC.","breadcrumbs":"SQL Reference » Time Queries » Note on timezones","id":"177","title":"Note on timezones"},"178":{"body":"Endb provides access to the current value of the clock \"now\" in multiple date/time configurations.","breadcrumbs":"SQL Reference » Time Queries » Now","id":"178","title":"Now"},"179":{"body":"CURRENT_TIMESTAMP gets the current date and time in UTC. SELECT CURRENT_TIMESTAMP;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_TIMESTAMP","id":"179","title":"CURRENT_TIMESTAMP"},"18":{"body":"Endb eschews JSONB columns in favour of a native, strongly-typed, document-relational model. INSERT INTO users (id, name, friends)\nVALUES (123, 'Anastasia', [{name: 'Heikki', country: 'Finland'}, {name: 'Amit', country: 'Japan'}]); SELECT users.friends[1] FROM users WHERE id = 123; The users.friends[1] expression above is a path expression . A detailed explanation of Endb's path navigation is provided in the SQL Reference Path Navigation docs .","breadcrumbs":"Tutorial » Endb SQL Basics » Nested Data","id":"18","title":"Nested Data"},"180":{"body":"CURRENT_TIME gets the current time in UTC. SELECT CURRENT_TIME;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_TIME","id":"180","title":"CURRENT_TIME"},"181":{"body":"CURRENT_DATE gets the current date in UTC. Note that this may be different from your local date, depending on the time of day when your query is run. SELECT CURRENT_DATE;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_DATE","id":"181","title":"CURRENT_DATE"},"182":{"body":"All states an Endb database has ever seen are recorded, immutably. Accessing these prior states is accomplished by querying System Time. System Time is encoded in a special column, which is normally invisible to most queries, named system_time (lower case). Because system_time is invisible by default, it must be retrieved explicitly: SELECT *, system_time FROM products;","breadcrumbs":"SQL Reference » Time Queries » System Time","id":"182","title":"System Time"},"183":{"body":"Endb permits time-traveling queries with the SQL:2011-compatible AS OF operator. The query will treat the DATE or TIMESTAMP supplied after AS OF as if it were that time now . SELECT * FROM products FOR SYSTEM_TIME AS OF 2023-08-25T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » AS OF (Time Travel)","id":"183","title":"AS OF (Time Travel)"},"184":{"body":"Endb permits time-omniscient queries with the SQL:2011-compatible ALL operator. All states, across the entire history of the relevant tables, are visible to a query suffixed with FOR SYSTEM_TIME ALL: SELECT * FROM products FOR SYSTEM_TIME ALL;","breadcrumbs":"SQL Reference » Time Queries » ALL (Time Omniscience)","id":"184","title":"ALL (Time Omniscience)"},"185":{"body":"The syntax for time-aware BETWEEN is the same as the normal BETWEEN operator . Inspect System Time with the form FOR SYSTEM_TIME BETWEEN x AND y. SELECT * FROM products FOR SYSTEM_TIME BETWEEN 2023-08-24T00:00:00 AND 2023-08-25T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » BETWEEN","id":"185","title":"BETWEEN"},"186":{"body":"Selects rows which fall between the two times, similar to BETWEEN, but is exclusive of both the start and end times. SELECT * FROM products FOR SYSTEM_TIME FROM 2023-08-24T00:00:00 TO 2023-08-30T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » FROM ... TO","id":"186","title":"FROM ... TO"},"187":{"body":"The standard SQL:2011 period predicates are available.","breadcrumbs":"SQL Reference » Time Queries » Period Predicates","id":"187","title":"Period Predicates"},"188":{"body":"Returns TRUE if the second period is contained within the first. SELECT {start: 2001-01-01, end: 2001-04-01} CONTAINS {start: 2001-02-01, end: 2001-04-01};","breadcrumbs":"SQL Reference » Time Queries » CONTAINS","id":"188","title":"CONTAINS"},"189":{"body":"Returns TRUE if any part of the first period is found within the second. SELECT {start: 2001-01-01, end: 2001-03-01} OVERLAPS {start: 2001-02-01, end: 2001-04-01};","breadcrumbs":"SQL Reference » Time Queries » OVERLAPS","id":"189","title":"OVERLAPS"},"19":{"body":"Because of Endb's native document-relational model, rows are documents and vice-versa. You can use an INSERT statement to add a document directly to the database: INSERT INTO users {id: 890, name: 'Aaron', friends: [{name: 'Jeff', country: 'Canada'}, {name: 'Kaia', country: 'Japan'}]};","breadcrumbs":"Tutorial » Endb SQL Basics » Documents","id":"19","title":"Documents"},"190":{"body":"Returns TRUE if the first period ends before the second period begins. SELECT 2001-03-01 PRECEDES [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » PRECEDES","id":"190","title":"PRECEDES"},"191":{"body":"Returns TRUE if the first period begins after the second period ends. SELECT 2001-06-01 SUCCEEDS [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » SUCCEEDS","id":"191","title":"SUCCEEDS"},"192":{"body":"Returns TRUE if the first period ends exactly as the second period begins. SELECT 2001-04-01 IMMEDIATELY PRECEDES [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » IMMEDIATELY PRECEDES","id":"192","title":"IMMEDIATELY PRECEDES"},"193":{"body":"Returns TRUE if the first period begins exactly as the second period ends. SELECT 2001-05-01 IMMEDIATELY SUCCEEDS [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » IMMEDIATELY SUCCEEDS","id":"193","title":"IMMEDIATELY SUCCEEDS"},"194":{"body":"Because Endb is schemaless and semi-structured, it offers a number of powerful path-nativation primitives inspired by JSONPath , SQL/JSON , and their derivatives in legacy relational databases. You will want to familiarize yourself with Endb's nested data types (arrays and objects) before learning about path navigation. It will also be helpful to learn about other functions and operators that are frequently helpful in conjunction with path navigation: MATCH - filter by containment ARRAY_AGG - concatenate results into an array UNNEST - pull array elements into separate rows WITH - Common Table Expressions In the examples below, most path examples are shown in the SELECT clause, but they are also valid in the WHERE clause.","breadcrumbs":"SQL Reference » Path Navigation » Path Navigation","id":"194","title":"Path Navigation"},"195":{"body":"If you are familiar with arrays and objects, try adding some nested objects to the table paths (the table name is arbitrary). INSERT INTO paths {a: 2, b: {a: 3}, c: [{a: 1}, 2]};","breadcrumbs":"SQL Reference » Path Navigation » Nested Objects","id":"195","title":"Nested Objects"},"196":{"body":"Navigating the root of any document (row) as a tree looks like standard SQL, because it is: SELECT a FROM paths; Similarly, however, it is possible to navigate documents listed in an array: SELECT [{a: 2}, {a: 3}, {b: 4}].a;\n-- [{'a': [2, 3]}] It is also possible to navigate fields of sub-documents (columns of nested rows) with further dot notation: SELECT b.a FROM paths;\n-- [{'a': 3}]","breadcrumbs":"SQL Reference » Path Navigation » Root Navigation","id":"196","title":"Root Navigation"},"197":{"body":"It is possible (and helpful) to create a row literal to represent rows returned, so they are easier to navigate. The format of a row literal is {
.* }: SELECT { paths.* } FROM paths; Or the shorthand: SELECT paths FROM paths; See Row Literal Data Type","breadcrumbs":"SQL Reference » Path Navigation » Row Literals","id":"197","title":"Row Literals"},"198":{"body":"The double dot (..) notation performs a \"deep scan\" by recursively walking the document to match the name given. SELECT { paths.* }..a FROM paths;\n-- [{'a': [2, 3, 1]}] SELECT b..a FROM paths;\n-- [{'a': [3]}] SELECT * FROM paths WHERE paths..a MATCH 3; -- finds a match\nSELECT * FROM paths WHERE paths..a MATCH 4; -- does not","breadcrumbs":"SQL Reference » Path Navigation » Recursive Paths","id":"198","title":"Recursive Paths"},"199":{"body":"The square bracket notation (['']) performs a lookup of a single descendent child. SELECT { paths.* }['b']['a'] FROM paths;\n-- [{'a': 3}] SELECT b['a'] FROM paths;\n-- [{'a': 3}] Named Children can be combined with recursive paths, though the default recursive path syntax is synonymous with named children: SELECT { paths.* }..a FROM paths;\nSELECT { paths.* }..['a'] FROM paths;\nSELECT b..['a'] FROM paths;","breadcrumbs":"SQL Reference » Path Navigation » Named Child","id":"199","title":"Named Child"},"2":{"body":"This quick tutorial intends to walk you through the core aspects of Endb. By the end, you will have endb installed (if you want) and you will have used it to learn some of what it can do. Quickstart Try It! Endb SQL Basics","breadcrumbs":"Tutorial » Tutorial","id":"2","title":"Tutorial"},"20":{"body":"Endb will always do its best to provide you with meaningful error messages that point you to a solution: SELECT * FROM im_not_here;","breadcrumbs":"Tutorial » Endb SQL Basics » Error Messages","id":"20","title":"Error Messages"},"200":{"body":"The square bracket notation ([]) can also perform indexed lookups of a single descendent child. SELECT { paths.* }['b'][0] FROM paths;\n-- [{'column1': {'a': 3}}] SELECT { paths.* }['c'][1] FROM paths;\n-- [{'column1': 2}] SELECT c[1] FROM paths;\n-- [{'column1': 2}] Numbered Children can be combined with recursive paths. This finds and returns all indexed values, counting backward: SELECT { paths.* }..[-1] FROM paths;\n-- [{'column1': [2]}]","breadcrumbs":"SQL Reference » Path Navigation » Numbered Child","id":"200","title":"Numbered Child"},"201":{"body":"The square bracket notation ([*]) can also perform a wildcard lookup of all descendent children. SELECT [{a: 2}, {a: 3}, {b: 4}, 5][*]; Wildcards can be combined with recursive paths. This finds and returns all values: SELECT { paths.* }..[*] FROM paths;\n-- [{'column1': [2, {'a': 3}, [{'a': 1}, 2], 3, {'a': 1}, 2, 1]}] SELECT c..[*] FROM paths;\n-- [{'column1': [{'a': 1}, 2, 1]}]","breadcrumbs":"SQL Reference » Path Navigation » Wildcard Child","id":"201","title":"Wildcard Child"},"202":{"body":"Path editing is accomplished with an extended path syntax, where each path begins with $. Endb's path editing functions are heavily inspired by SQLite's JSON Functions . Path editing functions add functionality ($, #) to a subset Endb's normal path navigation syntax: path editing functions do not support recursion or wildcards. Path editing functions are available to UPDATE ... SET and UPDATE ... UNSET/REMOVE .","breadcrumbs":"SQL Reference » Path Navigation » Path Functions","id":"202","title":"Path Functions"},"203":{"body":"Takes an object, a path, and a new value. The new value will overwrite existing fields or add a new field if it doesn't already exist. SELECT path_set({a: 2, c: 4}, $.c, [97,96]);\n-- {'a': 2, 'c': [97, 96]}","breadcrumbs":"SQL Reference » Path Navigation » path_set","id":"203","title":"path_set"},"204":{"body":"Takes an object, a path, and a new value. The new value is ignored if the path does not match an existing field. SELECT path_replace({a: 2, c: 4}, $.a, 99);\n-- {'a': 99, 'c': 4} SELECT path_replace({a: 2, c: 4}, $.e, 99);\n-- {'a': 2, 'c': 4}","breadcrumbs":"SQL Reference » Path Navigation » path_replace","id":"204","title":"path_replace"},"205":{"body":"Takes an object, a path, and a new value. The new value is ignored if the path matches an existing field. SELECT path_insert({a: 2, c: 4}, $.e, 99);\n-- {'a': 2, 'c': 4, 'e': 99}","breadcrumbs":"SQL Reference » Path Navigation » path_insert","id":"205","title":"path_insert"},"206":{"body":"Takes an object and a variable number of arguments specifying which paths to remove. If a path is not found, nothing is removed for that argument. # represents the last element in a collection. SELECT path_remove([0,1,2,3,4], $[#-1], $[0]);\n-- [1, 2, 3] SELECT path_remove({x: 25, y: 42}, $.y);\n-- {'x': 25}","breadcrumbs":"SQL Reference » Path Navigation » path_remove","id":"206","title":"path_remove"},"207":{"body":"Takes an object and a variable number of path arguments. Returns the value found at each path, if any, otherwise NULL. If only a single path is provided, a scalar is returned. If multiple paths are provided, an array is returned. SELECT path_extract({a: 2, c: [4, 5, {f: 7}]}, $.c[2].f);\n-- 7 SELECT path_extract({a: 2, c: [4, 5], f: 7}, $.x, $.a);\n-- [NULL, 2]","breadcrumbs":"SQL Reference » Path Navigation » path_extract","id":"207","title":"path_extract"},"208":{"body":"Endb allows introspection of its information schema. The Endb information schema does not describe the structure of each table. Because Endb is a document database, each document (row) is responsible for its own schema. The information schema is used by Endb to describe database objects at a high level and is used for schemaless queries, such as SELECT *. Note that all information schema tables are hard-coded to lower-case names and must be queried as such.","breadcrumbs":"SQL Reference » Schema » Schema","id":"208","title":"Schema"},"209":{"body":"-> SELECT * FROM information_schema.tables;\n[{'table_catalog': None, 'table_name': 'stores', 'table_schema': 'main', 'table_type': 'BASE TABLE'}, {... 'table_name': 'products', ... }, {... 'table_name': 'sales', ... }]","breadcrumbs":"SQL Reference » Schema » Tables","id":"209","title":"Tables"},"21":{"body":"Much more detail on Endb SQL is provided in the SQL Reference .","breadcrumbs":"Tutorial » Endb SQL Basics » Learn More","id":"21","title":"Learn More"},"210":{"body":"-> SELECT * FROM information_schema.columns;\n[{'column_name': 'addresses', 'ordinal_position': 0, 'table_catalog': None, 'table_name': 'stores', 'table_schema': 'main'}, {'column_name': 'brand', ... }, {'column_name': 'price', ... }, ... ]","breadcrumbs":"SQL Reference » Schema » Columns","id":"210","title":"Columns"},"211":{"body":"-> SELECT * FROM information_schema.views;\n[{'table_catalog': None, 'table_name': 'sold_products', 'table_schema': 'main', 'view_definition': 'SELECT * FROM products p JOIN sales s ON p.id = s.p_id'}]","breadcrumbs":"SQL Reference » Schema » Views","id":"211","title":"Views"},"212":{"body":"The check_constraints table in Endb is used to store assertions . -> SELECT * FROM information_schema.check_constraints;\n[{'check_clause': \"(NOT EXISTS (SELECT * FROM users WHERE TYPEOF(email) != 'text'))\", 'constraint_catalog': None, 'constraint_name': 'string_email', 'constraint_schema': 'main'}]","breadcrumbs":"SQL Reference » Schema » Check Constraints","id":"212","title":"Check Constraints"},"213":{"body":"Endb provides basic view functionality.","breadcrumbs":"SQL Reference » Views » Views","id":"213","title":"Views"},"214":{"body":"CREATE VIEW creates a non-materialized view based on the query which follows the AS operator. Column names are listed in parentheses after the view name. CREATE VIEW simple_products(name, price) AS SELECT name, ROUND(price) FROM products; Alternatively, named columns can each immediately follow queried columns. CREATE VIEW easy_products AS SELECT name label, ROUND(price) easy_price FROM products; NOTE: To modify a view, use DROP VIEW then re-create the view with the desired columns.","breadcrumbs":"SQL Reference » Views » CREATE VIEW","id":"214","title":"CREATE VIEW"},"215":{"body":"DROP VIEW deletes a view based on its name. DROP VIEW easy_products;","breadcrumbs":"SQL Reference » Views » DROP VIEW","id":"215","title":"DROP VIEW"},"216":{"body":"","breadcrumbs":"SQL Reference » Assertions » Assertions","id":"216","title":"Assertions"},"217":{"body":"Creates a checked, deferred assertion which executes on commit for inserts and updates. Although CREATE ASSERTION (normally) refers to the table it is asserting on, that table need not exist for the assertion to be created.","breadcrumbs":"SQL Reference » Assertions » CREATE ASSERTION","id":"217","title":"CREATE ASSERTION"},"218":{"body":"CREATE ASSERTION string_email CHECK (NOT EXISTS (SELECT * FROM users WHERE TYPEOF(email) != 'text'));\nINSERT INTO users {name: 'Steven', email: 123};","breadcrumbs":"SQL Reference » Assertions » Type Constraint","id":"218","title":"Type Constraint"},"219":{"body":"There are a number of possible ways to create the equivalent of a UNIQUE constraint, as found in schema-on-write databases. One sensible approach is given below. CREATE ASSERTION unique_email CHECK (1 >= (SELECT MAX(c.cnt) FROM (SELECT COUNT(*) AS cnt FROM users GROUP BY email) AS c));\nINSERT INTO users {name: 'Steven', email: 's@endatabas.com'};\nINSERT INTO users {name: 'Sarah', email: 's@endatabas.com'};","breadcrumbs":"SQL Reference » Assertions » Unique Constraint","id":"219","title":"Unique Constraint"},"22":{"body":"The SQL Reference contains details and edge cases about Endb SQL. NOTE: The Endb SQL dialect is under active development. While most major features of Endb SQL are stable, some more esoteric features (MATCH, path navigation, etc.) may experience naming and semantics changes before Endb 1.0 is released. Intention Data Manipulation Queries SQL Data Types Operators Functions Time Queries Path Navigation Schema Views Assertions","breadcrumbs":"SQL Reference » SQL Reference","id":"22","title":"SQL Reference"},"220":{"body":"There are multiple possible meanings to \"not null\" columns in Endb: Columns can be strictly checked for literal NULL in the value position. Rows can be forbidden from eliding a column (a missing value). Both literal NULL and elided columns can both be prevented. This example checks for literal NULL only: CREATE ASSERTION notnull_email CHECK (NOT EXISTS (SELECT * FROM users WHERE email IS NULL));\nINSERT INTO users {name: 'Tian Tian', email: NULL}; -- check fails\nINSERT INTO users {name: 'Tian Tian'}; -- permitted","breadcrumbs":"SQL Reference » Assertions » Not Null Constraint","id":"220","title":"Not Null Constraint"},"221":{"body":"Removes an assertion from the database based on its name. DROP ASSERTION string_email;","breadcrumbs":"SQL Reference » Assertions » DROP ASSERTION","id":"221","title":"DROP ASSERTION"},"222":{"body":"Endatabas provides a variety of tools to communicate with an Endb instance. The Console is a command-line user interface to send SQL to Endb manually. The client libraries are used in the data access layer of an application which uses Endb for storage. The client libraries support both HTTP and WebSocket APIs. To access Endb over HTTP, create an Endb instance and call the sql method on it. To access Endb over WebSockets, create an EndbWebSocket instance and call the sql method on it. See the language-specific documentation below for further details. Console JavaScript / TypeScript Python NOTE: For any programming language not listed above, it is possible to create small client libraries such as these using the HTTP and WebSocket APIs. All official Endatabas clients are permissively-licensed and you are welcome to use them as examples to create your own client library. Their source code is available here: https://github.com/endatabas/endb/tree/main/clients","breadcrumbs":"Clients » Clients","id":"222","title":"Clients"},"223":{"body":"A small console is provided to learn Endb SQL interactively and run experimental queries. It is distributed in the same Python package as the Python client .","breadcrumbs":"Clients » Console » Console","id":"223","title":"Console"},"224":{"body":"pip install endb","breadcrumbs":"Clients » Console » Install","id":"224","title":"Install"},"225":{"body":"endb_console [--url URL] [-u USERNAME] [-p PASSWORD] Show additional command line options with endb_console --help: usage: endb_console [-h] [--url URL] [-u USERNAME] [-p PASSWORD] [sql ...] positional arguments: sql SQL statement or file options: -h, --help show this help message and exit --url URL -u USERNAME, --username USERNAME -p PASSWORD, --password PASSWORD","breadcrumbs":"Clients » Console » Usage","id":"225","title":"Usage"},"226":{"body":"When the Endb console starts, it will provide a multiline prompt (->) where you can enter SQL statements and queries. The prompt will extend onto new lines (..) until you enter a semicolon. -> INSERT INTO users\n.. {name: 'Conrad', email: 'c1o2n@shell.com'};\n-> SELECT * FROM users; The console has history which you can use the up and down arrows to navigate. History does not persist between console sessions. Learn more about Endb SQL in the SQL Reference . To quit, type CTRL+D.","breadcrumbs":"Clients » Console » Prompt","id":"226","title":"Prompt"},"227":{"body":"The console comes with a number of special, non-SQL commands.","breadcrumbs":"Clients » Console » Commands","id":"227","title":"Commands"},"228":{"body":"Set the URL at runtime with the url command. -> url https://192.168.1.200:3803/sql","breadcrumbs":"Clients » Console » URL","id":"228","title":"URL"},"229":{"body":"Set the accept header content type at runtime with the accept command. -> accept text/csv","breadcrumbs":"Clients » Console » Accept","id":"229","title":"Accept"},"23":{"body":"The goal of Endb's SQL dialect is to be small, coherent, and powerful. The SQL specification is massive, with pages ordering in the thousands. Rather than implement the entire SQL specification from scratch (a gargantuan task) or mimic the SQL dialect of another database, Endb chooses a tiny core and builds powerful, composable features on top of that. This tiny core draws inspiration from many sources, but SQLite in particular. If SQLite supports a particular operator or function, Endb SQL also tries to. Endb SQL also draws strong inspiration from the SQL specification itself (and its predecessors ) and from PostgreSQL . Endb SQL's nested data is also heavily inspired by JSONPath , SQL/JSON , and their derivatives found in major SQL databases. Light inspiration is drawn from PartiQL , SQL++ , and XQuery . For more information on Endb's influences, please see our bibliography .","breadcrumbs":"SQL Reference » Intention » Intention","id":"23","title":"Intention"},"230":{"body":"Set the username at runtime with the username command. -> username efcodd","breadcrumbs":"Clients » Console » Username","id":"230","title":"Username"},"231":{"body":"Set the password at runtime with the password command. -> password equ1valenc3","breadcrumbs":"Clients » Console » Password","id":"231","title":"Password"},"232":{"body":"All SQL commands can be timed by toggling the timer on: timer on. Toggle the timer back off with timer off. -> timer on\n-> SELECT * FROM users;\n[{'name': 'Aaron'} {'name': 'Irene'} ... ]\nElapsed: 0.003904 ms","breadcrumbs":"Clients » Console » Timer","id":"232","title":"Timer"},"233":{"body":"Quit the console by typing quit. -> quit","breadcrumbs":"Clients » Console » Quit","id":"233","title":"Quit"},"234":{"body":"The console communicates with Endb over the HTTP API . Data is returned as LD-JSON documents and marshalled into strongly-typed Python objects. For example: [{'date': None, 'email': 'c1o2n@shell.com', 'name': 'Conrad'}, {'date': datetime.datetime(2024, 1, 29, 18, 18, 30, 129159, tzinfo=datetime.timezone.utc), 'email': 'kitty@tramline.in', 'name': 'Akshay'}] The Data Types page talks about types in more detail.","breadcrumbs":"Clients » Console » Data Types","id":"234","title":"Data Types"},"235":{"body":"The JavaScript and TypeScript client library is used to communicate with an Endb instance from a JavaScript or TypeScript application. Type declarations are provided in the package for TypeScript. NPM Package: @endatabas/endb","breadcrumbs":"Clients » JavaScript » JavaScript","id":"235","title":"JavaScript"},"236":{"body":"Install Usage Examples Import Endb EndbWebSocket sql() Template Literals Data Types Complete Examples JavaScript API Reference","breadcrumbs":"Clients » JavaScript » Table of Contents","id":"236","title":"Table of Contents"},"237":{"body":"npm install @endatabas/endb\nnpm install ws","breadcrumbs":"Clients » JavaScript » Install","id":"237","title":"Install"},"238":{"body":"","breadcrumbs":"Clients » JavaScript » Usage Examples","id":"238","title":"Usage Examples"},"239":{"body":"import { Endb, EndbWebSocket } from '@endatabas/endb';","breadcrumbs":"Clients » JavaScript » Import","id":"239","title":"Import"},"24":{"body":"Creating, updating, and deleting data in Endb is done using standard SQL Data Manipulation Language (DML). Endb is also immutable and schemaless, so it contains a number of shorthands and document-oriented conveniences. Endb does not require any Data Definition Language (DDL), such as CREATE TABLE.","breadcrumbs":"SQL Reference » Data Manipulation » Data Manipulation","id":"24","title":"Data Manipulation"},"240":{"body":"Use the Endb class to communicate with Endb over HTTP. It accepts an optional url parameter. Options can be supplied for accept, username, and password. Accept headers default to LD-JSON and can be set to any valid content type listed in the HTTP API . If you choose application/vnd.apache.arrow.file or application/vnd.apache.arrow.stream, the raw response body will be be returned from sql(). var e = new Endb();\nvar e = new Endb('http://localhost:3803/sql');\nvar e = new Endb('http://localhost:3803/sql', {accept: 'text/csv'});\nvar e = new Endb('http://localhost:3803/sql', {accept: 'application/json', username: 'zig', password: 'zag'}); NOTE: Choosing accept headers other than LD-JSON will return JavaScript data structures symmetrical with those returned from the respective accept header provided to the HTTP API. text/csv returns comma-delimited strings, application/json returns tuples as arrays, and so on.","breadcrumbs":"Clients » JavaScript » Endb","id":"240","title":"Endb"},"241":{"body":"Use the EndbWebSocket class to communicate with Endb over WebSockets. It accepts an optional url parameter. Options can be supplied for ws (any implementation of the JavaScript WebSocket interface definition ), username, and password. In a web browser, ws will default to the web browser's WebSocket implementation. EndbWebSocket only communicates in LD-JSON, so the accept header cannot be set. // in web browser:\nvar ews = new EndbWebSocket();\nvar ews = new EndbWebSocket('ws://localhost:3803/sql', {username: 'zig', password: 'zag'}); // in node.js:\nimport WebSocket from 'ws';\nvar ews = new EndbWebSocket({ws: WebSocket});\nvar ews = new EndbWebSocket('ws://localhost:3803/sql', {ws: WebSocket, username: 'zig', password: 'zag'});","breadcrumbs":"Clients » JavaScript » EndbWebSocket","id":"241","title":"EndbWebSocket"},"242":{"body":"The asynchronous sql method is available to both Endb and EndbWebSocket. It accepts q, and optional p, m, and accept parameters and returns an array of strongly-typed documents. (See JavaScript API Reference .) To ignore the p or m parameters but still supply an accept header, supply the default values or null. e.sql(\"SELECT * FROM users;\");\ne.sql(\"INSERT INTO USERS (date, name, email) VALUES (?, ?, ?);\", [new Date(), 'Aaron', 'aaron@canadahealth.ca']);\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\ne.sql(\"SELECT * FROM users;\", [], false, 'text/csv');\ne.sql(\"SELECT * FROM users;\", null, null, 'application/json');\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');","breadcrumbs":"Clients » JavaScript » sql()","id":"242","title":"sql()"},"243":{"body":"It is possible to use Template Literals (string templating) to pass named SQL parameters. The parameter passed to the Template Literal is only valid when used in a position where a positional SQL parameter is also valid. The signature which accepts Template Literals does not accept any other parameters to the method. var n = 'Michael';\ne.sql`INSERT INTO users (name) VALUES (${n});`; var u = {name: 'Radha', roles: ['artist', 'marketing']};\ne.sql`INSERT INTO users ${u}`;","breadcrumbs":"Clients » JavaScript » Template Literals","id":"243","title":"Template Literals"},"244":{"body":"When an LD-JSON (default) accept header is used, strongly typed data is returned according to this mapping: null - null xsd:date - Date xsd:dateTime - Date xsd:base64Binary - Uint8Array xsd:integer - BigInt For more information on Endb data types, see the Data Types doc .","breadcrumbs":"Clients » JavaScript » Data Types","id":"244","title":"Data Types"},"245":{"body":"import { Endb } from '@endatabas/endb'; var e = new Endb();\nawait e.sql(\"INSERT INTO users {name: 'Thupil'};\");\nvar result = await e.sql(\"SELECT * FROM users;\");\nconsole.log(result); var e2 = new Endb('http://localhost:3803/sql', {accept: 'application/json', username: 'zig', password: 'zag'});\nawait e.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\nresult = await e.sql(\"SELECT * FROM users;\", null, null, 'application/json');\nconsole.log(result); import WebSocket from 'ws';\nimport { EndbWebSocket } from '@endatabas/endb'; var ews = new EndbWebSocket({ws: WebSocket});\nawait ews.sql(\"insert into users {name: 'Lydia'};\");\nvar ws_result = await ews.sql(\"select * from users;\");\nconsole.log(ws_result); var ews2 = new EndbWebSocket({ws: WebSocket, username: 'zig', password: 'zag'});\nawait ews2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\nws_result = await ews2.sql(\"SELECT * FROM users;\", null, null, 'application/json');\nconsole.log(ws_result);","breadcrumbs":"Clients » JavaScript » Complete Examples","id":"245","title":"Complete Examples"},"246":{"body":"NOTE: The following API documentation is generated from source code docstrings in the endb repository .","breadcrumbs":"Clients » JavaScript » JavaScript API Reference","id":"246","title":"JavaScript API Reference"},"247":{"body":"Endb\nEndatabas client for the HTTP API EndbWebSocket\nEndatabas client for the WebSocket API","breadcrumbs":"Clients » JavaScript » Classes","id":"247","title":"Classes"},"248":{"body":"Endatabas client for the HTTP API Kind : global class Endb new Endb([url], [opt]) .sql(q, [p], [m], [accept]) ⇒ Promise. new Endb([url], [opt]) Create an Endb object (Endatabas client for the HTTP API) ParamTypeDefaultDescription [url]string\"http://localhost:3803/sql\"HTTP URL to the Endatabas /sql API [opt]ObjectHTTP options [opt.accept]string\"application/ld+json\"Accept Header content type [opt.username]stringusername for HTTP Basic Auth [opt.password]stringpassword for HTTP Basic Auth endb.sql(q, [p], [m], [accept]) ⇒ Promise. Execute a SQL statement over HTTP Kind : instance method of Endb Returns : Promise. - - Array of documents ParamTypeDescription qstringSQL query as string or Template Literal [p]Array | ObjectPositional parameters, named parameters, or an array of either [m]booleanmany parameters flag [accept]stringAccept Header content type Example // Simple query\nsql(\"SELECT * FROM users;\");\n// Positional parameters\nsql(\"INSERT INTO users (date, name) VALUES (?, ?);\", [new Date(), 'Aaron']);\n// Named parameters\nsql(\"INSERT INTO users {date: :d, name: :n};\", {d: new Date(), n: 'Aaron'});\n// Many positional parameters (batches)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\n// Many named parameters (batches)\nsql(\"INSERT INTO users {name: :n};\", [{n: 'Judy'}, {n: 'Addis'}], true);\n// All parameters (many parameters and accept header)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\n// Named parameters via Template Literals\nsql(`INSERT INTO users (name) VALUES (${u});`, [{u: 'Michael'}]);","breadcrumbs":"Clients » JavaScript » Endb","id":"248","title":"Endb"},"249":{"body":"Endatabas client for the WebSocket API Kind : global class EndbWebSocket new EndbWebSocket([url], [opt]) .close() .sql(q, [p], [m]) ⇒ Promise. new EndbWebSocket([url], [opt]) Create an EndbWebSocket object (Endatabas client for the WebSocket API) ParamTypeDefaultDescription [url]string\"ws://localhost:3803/sql\"WebSocket URL to the Endatabas /sql API [opt]ObjectWebSocket options [opt.ws]stringWebSocket implementation [opt.username]stringusername for Basic Auth [opt.password]stringpassword for Basic Auth endbWebSocket.close() Close the WebSocket connection Kind : instance method of EndbWebSocket endbWebSocket.sql(q, [p], [m]) ⇒ Promise. Execute a SQL statement over a WebSocket with LD-JSON Kind : instance method of EndbWebSocket Returns : Promise. - - Array of documents ParamTypeDescription qstringSQL query as string or Template Literal [p]Array | ObjectPositional parameters, named parameters, or an array of either [m]booleanmany parameters flag Example // Simple query\nsql(\"SELECT * FROM users;\");\n// Positional parameters\nsql(\"INSERT INTO users (date, name) VALUES (?, ?);\", [new Date(), 'Aaron']);\n// Named parameters\nsql(\"INSERT INTO users {date: :d, name: :n};\", {d: new Date(), n: 'Aaron'});\n// Many positional parameters (batches)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\n// Many named parameters (batches)\nsql(\"INSERT INTO users {name: :n};\", [{n: 'Judy'}, {n: 'Addis'}], true);\n// All parameters (many parameters and accept header)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\n// Named parameters via Template Literals\nsql(`INSERT INTO users (name) VALUES (${u});`, [{u: 'Michael'}]);","breadcrumbs":"Clients » JavaScript » EndbWebSocket","id":"249","title":"EndbWebSocket"},"25":{"body":"To create a new document, you can use the standard SQL INSERT command. INSERT INTO products (product_no, name, price) VALUES (1, 'Tofu', 7.99); To create multiple new documents at once, delimit their value lists with commas: INSERT INTO products (product_no, name, price) VALUES (1, 'Butter', 5.99), (2, 'Margarine', 4.99); It is also possible to insert a document directly using an OBJECT literal . INSERT INTO products {product_no: 3, name: 'Tea', price: 3.99}; To insert multiple documents directly, delimit documents with commas: INSERT INTO products {name: 'Coffee', price: 3.99}, {name: 'Croissant', price: 2.99}; It is possible to insert the results of a query: INSERT INTO cheap_products SELECT * FROM products WHERE price < 4.00;","breadcrumbs":"SQL Reference » Data Manipulation » INSERT","id":"25","title":"INSERT"},"250":{"body":"The Python client library is used to communicate with an Endb instance from a Python application. PyPI Package: endb","breadcrumbs":"Clients » Python » Python","id":"250","title":"Python"},"251":{"body":"Install Usage Examples Import Endb EndbWebSocket sql() Data Types Complete Examples Python API Reference","breadcrumbs":"Clients » Python » Table of Contents","id":"251","title":"Table of Contents"},"252":{"body":"pip install endb\npip install websockets # optional WebSocket support\npip install pyarrow # optional Apache Arrow support","breadcrumbs":"Clients » Python » Install","id":"252","title":"Install"},"253":{"body":"","breadcrumbs":"Clients » Python » Usage Examples","id":"253","title":"Usage Examples"},"254":{"body":"from endb import (Endb, EndbWebSocket)","breadcrumbs":"Clients » Python » Import","id":"254","title":"Import"},"255":{"body":"Use Endb to communicate with Endb over HTTP. It accepts optional url, accept, username, and password parameters. Accept headers default to LD-JSON and can be set to any valid content type listed in the HTTP API . If you have pyarrow installed, you can also use application/vnd.apache.arrow.file and application/vnd.apache.arrow.stream. e = Endb()\ne = Endb('http://localhost:3803/sql')\ne = Endb('http://localhost:3803/sql', 'text/csv')\ne = Endb('http://localhost:3803/sql', 'application/json', 'zig', 'zag') NOTE: Choosing accept headers other than LD-JSON will return Python data structures symmetrical with those returned from the respective accept header provided to the HTTP API. text/csv returns comma-delimited strings, application/json returns tuples as lists, and so on.","breadcrumbs":"Clients » Python » Endb","id":"255","title":"Endb"},"256":{"body":"Use the EndbWebSocket class to communicate with Endb over WebSockets. It accepts optional url, username, and password parameters. ews = EndbWebSocket()\news = EndbWebSocket('ws://localhost:3803/sql', 'zig', 'zag')","breadcrumbs":"Clients » Python » EndbWebSocket","id":"256","title":"EndbWebSocket"},"257":{"body":"The sql method is available to both Endb and EndbWebSocket. It accepts q, and optional p, m, and accept parameters and returns an list of strongly-typed documents. (See Python API Reference .) It is sychronous for Endb and asynchronous for EndbWebSocket. To ignore the p or m parameters but still supply an accept header, supply the default values or use a named (accept) parameter. from datetime import date, datetime, timezone\ne.sql(\"INSERT INTO USERS (date, name, email) VALUES (?, ?, ?);\", [datetime.now(timezone.utc), 'Aaron', 'aaron@canadahealth.ca'])\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True)\ne.sql(\"SELECT * FROM users;\", [], False, 'text/csv')\ne.sql(\"SELECT * FROM users;\", accept = 'text/csv')\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')","breadcrumbs":"Clients » Python » sql()","id":"257","title":"sql()"},"258":{"body":"When an LD-JSON (default) accept header is used, strongly typed data is returned according to this mapping: null - None xsd:date - datetime.date xsd:time - datetime.time xsd:dateTime - datetime.datetime xsd:base64Binary - bytes (from base64) xsd:integer - int For more information on Endb data types, see the Data Types doc .","breadcrumbs":"Clients » Python » Data Types","id":"258","title":"Data Types"},"259":{"body":"from endb import Endb\nfrom datetime import date, datetime, timezone\ne = Endb()\ne.sql(\"INSERT INTO users {name: 'Yuvi'}\")\ne.sql(\"SELECT * FROM users;\") e2 = Endb('http://localhost:3803/sql', 'application/json', 'zig', 'zag')\ne2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')\ne2.sql(\"SELECT * FROM users;\", [], False, 'application/json') When the websockets dependency is installed, it is possible to return asynchronous results to the Python interactive shell directly if you start it with python3 -m asyncio: from endb import EndbWebSocket\news = EndbWebSocket()\nawait ews.sql(\"INSERT INTO users {name: 'Lydia'}\")\nws_result = await ews.sql(\"SELECT * FROM users;\")\nprint(ws_result) ews2 = EndbWebSocket(username = 'zig', password = 'zag')\nawait ews2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')\nws_result = await ews2.sql(\"SELECT * FROM users;\", [], False, 'application/json')\nprint(ws_result)","breadcrumbs":"Clients » Python » Complete Examples","id":"259","title":"Complete Examples"},"26":{"body":"To update an existing row, you can use the standard SQL UPDATE command: UPDATE products SET price = 4.99 WHERE name = 'Coffee'; Set multiple columns by separating them with commads; UPDATE products SET price = 4.99, name = 'Kaapi' WHERE name = 'Coffee'; Because Endb is schemaless, each document (or row) has its own schema. As a result, you may want to remove a column from an individual row. You can do this with the UNSET operator: UPDATE products UNSET product_no WHERE name = 'Coffee';\nUPDATE products REMOVE product_no WHERE name = 'Coffee'; REMOVE is an alias for UNSET. It is possible to set and unset values in a single update. Unsetting a column which doesn't exist is not an error: UPDATE products SET price = 5.98 UNSET product_no WHERE name = 'Coffee';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE","id":"26","title":"UPDATE"},"260":{"body":"NOTE: The following API documentation is generated from source code docstrings in the endb repository .","breadcrumbs":"Clients » Python » Python API Reference","id":"260","title":"Python API Reference"},"261":{"body":"","breadcrumbs":"Clients » Python » endb module","id":"261","title":"endb module"},"262":{"body":"Bases: AbstractEndb An Endatabas client for the HTTP API url HTTP URL of an Endatabas instance Type: str accept Accept header content type Type: str username Username for HTTP Basic Auth Type: str password Password for HTTP Basic Auth Type: str sql(q, p=[], m=False, accept=None) Executes a SQL statement The SQL statement is sent to Endb.url over HTTP. Parameters: q ( str ) – SQL statement or query to execute p ( array_like , default= [ ] ) – Positional or named SQL parameters (or an array of either, if using many parameters) m ( bool , default=False ) – Many parameters flag accept ( str , optional ) – Accept header content type (defaults to Endb.accept) Raises: TypeError – Internal error if attempting to translate an unknown type to LD-JSON.","breadcrumbs":"Clients » Python » class endb.Endb(url='http://localhost:3803/sql', accept='application/ld+json', username=None, password=None)","id":"262","title":"class endb.Endb(url='http://localhost:3803/sql', accept='application/ld+json', username=None, password=None)"},"263":{"body":"Bases: AbstractEndb An Endatabas client for the HTTP API url HTTP URL of an Endatabas instance Type: str username Username for HTTP Basic Auth Type: str password Password for HTTP Basic Auth Type: str async close() Closes the WebSocket connection async sql(q, p=[], m=False, accept=None) Executes a SQL statement The SQL statement is sent to Endb.url over WebSockets. Parameters: q ( str ) – SQL statement or query to execute p ( array_like , default= [ ] ) – Positional or named SQL parameters (or an array of either, if using many parameters) m ( bool , default=False ) – Many parameters flag accept ( str , optional ) – Ignored. WebSocket communication is always in LD-JSON. Raises: AssertionError – If ‘id’ of request and response do not match. RuntimeError – If response from server contains an error.","breadcrumbs":"Clients » Python » class endb.EndbWebSocket(url='ws://localhost:3803/sql', username=None, password=None)","id":"263","title":"class endb.EndbWebSocket(url='ws://localhost:3803/sql', username=None, password=None)"},"264":{"body":"Reference documentation exists as a detailed perspective on each feature of Endb. It does not need to be read from beginning to end. Installation Operation Monitoring HTTP API WebSocket API Data Types","breadcrumbs":"Reference » Reference","id":"264","title":"Reference"},"265":{"body":"You only need one of the following installation options. If you followed the Quickstart, you already have the Docker Hub version installed.","breadcrumbs":"Reference » Installation » Installation","id":"265","title":"Installation"},"266":{"body":"Endb is still in early beta. While in beta, new versions are not guaranteed to have binary-compatible storage with previous versions. We encourage you to experiment with Endb but please do not use it in production until a General Availability release.","breadcrumbs":"Reference » Installation » Warning: Early Beta","id":"266","title":"Warning: Early Beta"},"267":{"body":"There are two major release channels available: stable and nightly. To run the nightly builds, replace endatabas/endb with endatabas/endb:nightly in the commands below. If you run Docker, you can use the default command below. --rm cleans up (optional), -p exposes the default endb port, and -v mounts a local volume so your data persists even if you shut down the Docker image. mkdir -p endb_data\ndocker pull endatabas/endb\ndocker run --rm -p 3803:3803 -v endb_data:/app/endb_data endatabas/endb If you run Podman, you'll need to specify the docker.io repo explicitly: mkdir -p endb_data\npodman pull docker.io/endatabas/endb\npodman run --rm -p 3803:3803 -v endb_data:/app/endb_data docker.io/endatabas/endb","breadcrumbs":"Reference » Installation » Installing from Docker Hub","id":"267","title":"Installing from Docker Hub"},"268":{"body":"If you want to run endb from the main branch, compile and build the Docker image: https://github.com/endatabas/endb/#building https://github.com/endatabas/endb/#docker","breadcrumbs":"Reference » Installation » Installing from Git: Docker","id":"268","title":"Installing from Git: Docker"},"269":{"body":"If you don't want Docker at all, you can compile and run the endb binary: https://github.com/endatabas/endb/#building ./target/endb NOTE: If you move the endb binary, be sure to copy libendb.so (Linux) or libendb.dylib (MacOS) into the same directory. This is because endb requires libendb to run.","breadcrumbs":"Reference » Installation » Installing from Git: Binary","id":"269","title":"Installing from Git: Binary"},"27":{"body":"Endb provides a PATCH operator, similar to the PATCH function . The PATCH operator is used in conjunction with UPDATE to set fields on a document (columns on a row) in a declarative fashion. UPDATE products PATCH {price: 1.98, product_no: products.product_no + 1000} WHERE price = 2.00; PATCH is based on RFC 7386: JSON Merge Patch .","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE PATCH","id":"27","title":"UPDATE PATCH"},"270":{"body":"The endb executable aims to provide self-explanatory help for direct usage of the binary. See Monitoring for more information about logging, metrics, and tracing. $ endb --help\nUsage: endb [OPTIONS] Options: -d, --data-directory [env: ENDB_DATA_DIRECTORY=] [default: endb_data] -h, --help Print help -V, --version Print version Authentication: --username [env: ENDB_USERNAME=] --password [env: ENDB_PASSWORD=] Network: -p, --port [env: ENDB_PORT=] [default: 3803] --bind-address [env: ENDB_BIND_ADDRESS=] [default: 0.0.0.0] --protocol [env: ENDB_PROTOCOL=] [default: http] [possible values: http, https] --cert-file [env: ENDB_CERT_FILE=] --key-file [env: ENDB_KEY_FILE=] The -d option accepts a special value of :memory: to run an in-memory node, without persisting anything to disk. The --cert-file and --key-file options are ignored when --protocol is set to http. When --protocol is set to https, they are both required.","breadcrumbs":"Reference » Operation » Operation","id":"270","title":"Operation"},"271":{"body":"If you would like to back up your Endb data, you can use any commodity copy or sync tool (such as rsync) to maintain a copy of your --data-directory (ENDB_DATA_DIRECTORY). To restore that directory, stop Endb, replace or sync that directory where Endb is running, and restart Endb. In the future, a backup option will be provided for an object store separated from compute.","breadcrumbs":"Reference » Operation » Backup and Restore","id":"271","title":"Backup and Restore"},"272":{"body":"Endb exposes plaintext logs, Prometheus metrics, and optional OpenTelemetry tracing. Any one, or a combination, of these can be used to monitor an Endb instance. Some monitoring options are offered as flags. Set flags by setting the environment variable to 0 or 1 (ex. ENDB_LOG_ANSI=0).","breadcrumbs":"Reference » Monitoring » Monitoring","id":"272","title":"Monitoring"},"273":{"body":"By default, endb logs to STDOUT with a log level of endb=INFO. Adjust the log level with the ENDB_LOG_LEVEL environment variable. Endb uses Rust Logging and more details about log levels are available in that document. Other flags include: ENDB_LOG_ANSI - turns ANSI terminal colour output on or off (on by default) ENDB_LOG_THREAD_IDS - set to enable or disable logging of thread ids (enabled by default) Example: docker run --rm -e ENDB_LOG_LEVEL=endb=DEBUG -e ENDB_LOG_ANSI=0 -e ENDB_LOG_THREAD_IDS=1 -p 3803:3803 -v demo_data:/app/endb_data docker.io/endatabas/endb:latest","breadcrumbs":"Reference » Monitoring » Logging","id":"273","title":"Logging"},"274":{"body":"A Prometheus endpoint is available at /metrics. This endpoint is enabled by default. If your Endb instance is running locally, you can view metrics in a browser at http://localhost:3803/metrics The Prometheus tracing level defaults to endb=DEBUG. Set the tracing level with ENDB_TRACING_LEVEL.","breadcrumbs":"Reference » Monitoring » Prometheus","id":"274","title":"Prometheus"},"275":{"body":"To enable OpenTelemetry, set ENDB_TRACING_OTEL=1 and OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317/ Configuration options for the OTLP exporter and additional OTLP environment variables may also prove useful for configuration. The OpenTelemetry tracing level defaults to endb=DEBUG. Set the tracing level with ENDB_TRACING_LEVEL. At the moment, only gRPC metrics are exposed, not HTTP.","breadcrumbs":"Reference » Monitoring » OpenTelemetry","id":"275","title":"OpenTelemetry"},"276":{"body":"Endb exposes a number of metrics to the Prometheus endpoint and OpenTelemetry. These can be useful in debugging performance of applications connected to Endb.","breadcrumbs":"Reference » Monitoring » Metrics","id":"276","title":"Metrics"},"277":{"body":"query_real_time_duration_seconds query_gc_run_time_duration_seconds query_consed_bytes http_request_duration_seconds","breadcrumbs":"Reference » Monitoring » Histograms","id":"277","title":"Histograms"},"278":{"body":"queries_active interactive_transactions_active buffer_pool_usage_bytes dynamic_space_usage_bytes","breadcrumbs":"Reference » Monitoring » Counters","id":"278","title":"Counters"},"279":{"body":"websocket_message_internal_errors_total object_store_read_bytes_total object_store_written_bytes_total queries_total transactions_conflicted_total transactions_committed_total transactions_prepared_total transactions_retried_total wal_read_bytes_total wal_written_bytes_total http_requests_total","breadcrumbs":"Reference » Monitoring » Monotonic Counters","id":"279","title":"Monotonic Counters"},"28":{"body":"The SET operator permits paths on its left-hand side. The behaviour of the form UPDATE
SET = is identical to that of the path_set function. UPDATE users SET $.addresses[0].city = 'Chicago' WHERE name = 'Steven';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE SET $path","id":"28","title":"UPDATE SET $path"},"280":{"body":"Endb exposes a variety of tracing spans to OpenTelemetry. Tracing data is mostly useful if your Endb instance is not performing in the way you expect. buffer_pool_eviction build_info commit compaction constraints gc index log_replay log_rotation object_store_delete object_store_get object_store_list object_store_put query shutdown snapshot startup wal_append_entry wal_read_next_entry wal_fsync websocket_connections_active websocket_message_duration_seconds websocket_messages_total","breadcrumbs":"Reference » Monitoring » Tracing","id":"280","title":"Tracing"},"281":{"body":"If a client is not available for your programming language yet, your app can interact directly with the Endb HTTP API. Any HTTP client may be used but in the examples below we'll use curl to demonstrate the API without writing any code. You can send SQL statements to endb over HTTP: curl -d \"INSERT INTO users (name) VALUES ('Tianyu')\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\ncurl -d \"SELECT * FROM users\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql You can send SQL to endb with standard HTTP Query Parameters, Verbs, Content Types, Accept Headers, and HTTP Basic Authentication. Each one is outlined below.","breadcrumbs":"Reference » HTTP API » HTTP API","id":"281","title":"HTTP API"},"282":{"body":"The query parameters Endb's HTTP endpoint accepts are: q - (q)uery: a SQL query, optionally parameterized p - (p)arameters: named or positional parameters m - (m)any parameter lists: bulk parameters , used for bulk insert/update","breadcrumbs":"Reference » HTTP API » HTTP Query Parameters","id":"282","title":"HTTP Query Parameters"},"283":{"body":"POST allows explicit Content Types and Accept headers: curl -d 'SELECT 1' -H \"Content-Type: application/sql\" -H \"Accept: text/csv\" -X POST http://localhost:3803/sql GET allows a single, simple URL. GET does not permit DML. curl -X GET \"http://localhost:3803/sql?q=SELECT%201\"","breadcrumbs":"Reference » HTTP API » HTTP Verbs","id":"283","title":"HTTP Verbs"},"284":{"body":"The HTTP Content-Type header is used to specify what format the client is sending data to Endb.","breadcrumbs":"Reference » HTTP API » Content Types","id":"284","title":"Content Types"},"285":{"body":"curl -d '{\"q\": \"SELECT * from products;\"}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"SELECT * from products WHERE name = ?;\", \"p\": [\"Salt\"]}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO products {name: :name};\", \"p\": {\"name\": \"Paprika\"}}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql NOTE: To enable strongly-typed values, payloads sent with the application/json content type have values resolved with JSON-LD scalars. Standard JSON values are a subset of JSON-LD scalars, so data sent as regular JSON is unaffected by this behaviour.","breadcrumbs":"Reference » HTTP API » application/json:","id":"285","title":"application/json:"},"286":{"body":"Although values in the application/json content type are resolved using JSON-LD scalars, you can explicitly specify an application/ld+json content type to avoid all ambiguity. See JSON-LD . curl -d '{\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}}}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » application/ld+json","id":"286","title":"application/ld+json"},"287":{"body":"curl -d 'SELECT 1' -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql Submit parameters to application/sql by providing form data or query parameters. Form data and query parameters can be combined, though it is not necessarily recommended. curl -F q=\"INSERT INTO sauces {name: ?, color: ?};\" -X POST http://localhost:3803/sql?p=%5B%22ketchup%22%2C%22purple%22%5D","breadcrumbs":"Reference » HTTP API » application/sql:","id":"287","title":"application/sql:"},"288":{"body":"curl -F q=\"SELECT * from products;\" -H \"Content-Type: multipart/form-data\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: ?};\" -F p='[\"Sriracha\"]' -X POST http://localhost:3803/sql NOTE: Many HTTP clients (including curl) automatically assume a content type of multipart/form-data when form fields are provided. This is true for curl when the -F (--form) argument is used and it has been elided from further examples.","breadcrumbs":"Reference » HTTP API » multipart/form-data","id":"288","title":"multipart/form-data"},"289":{"body":"Although the other content types are preferable for obvious reasons, application/x-www-form-urlencoded is offered for completeness. curl -d 'q=SELECT%20*%20FROM%20products;' -H \"Content-Type: application/x-www-form-urlencoded\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » application/x-www-form-urlencoded","id":"289","title":"application/x-www-form-urlencoded"},"29":{"body":"The UNSET (synonym: REMOVE) operator permits paths on its left-hand side. The behaviour of the form UPDATE
UNSET = is identical to that of the path_remove function. UPDATE users UNSET $.addresses[0].city WHERE name = 'Steven';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE UNSET $path","id":"29","title":"UPDATE UNSET $path"},"290":{"body":"The HTTP Accept header is used to specify how data is returned to the Endb client. The default Accept header content type is application/json.","breadcrumbs":"Reference » HTTP API » Accept Headers","id":"290","title":"Accept Headers"},"291":{"body":"text/csv returns comma-separated rows. Column order from the SELECT clause is maintained. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,'csv')) t1\" -H \"Content-Type: application/sql\" -H \"Accept: text/csv\" -X POST http://localhost:3803/sql returns: \"column1\",\"column2\"\n2,\"csv\"\n1,\"hello\"","breadcrumbs":"Reference » HTTP API » text/csv","id":"291","title":"text/csv"},"292":{"body":"application/json returns rows as an array of JSON tuples. Column order from the SELECT clause is maintained. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/json\" -X POST http://localhost:3803/sql returns: [[2,\"2023-07-22\"],[1,\"hello\"]]","breadcrumbs":"Reference » HTTP API » application/json","id":"292","title":"application/json"},"293":{"body":"application/x-ndjson returns newline-delimited JSON documents. Column order from the SELECT clause is not maintained. JSON documents cannot guarantee column order. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/x-ndjson\" -X POST http://localhost:3803/sql returns: {\"column1\":2,\"column2\":\"2023-07-22\"}\n{\"column1\":1,\"column2\":\"hello\"}","breadcrumbs":"Reference » HTTP API » application/x-ndjson","id":"293","title":"application/x-ndjson"},"294":{"body":"application/ld+json returns documents of strongly-typed (\"Linking Data\") JSON records. Column order from the SELECT clause is not maintained. JSON documents cannot guarantee column order. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/ld+json\" -X POST http://localhost:3803/sql returns: {\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"column1\":2,\"column2\":{\"@value\":\"2023-07-22\",\"@type\":\"xsd:date\"}},{\"column1\":1,\"column2\":\"hello\"}]} See JSON-LD .","breadcrumbs":"Reference » HTTP API » application/ld+json","id":"294","title":"application/ld+json"},"295":{"body":"multipart/mixed returns documents as a valid multipart/mixed response, albeit all as LD-JSON. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: multipart/mixed\" -X POST http://localhost:3803/sql returns: --369d7885-c6e9-4b01-93c9-9449a5fcd637\nContent-Type: application/ld+json {\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"column1\":2,\"column2\":{\"@value\":\"2023-07-22\",\"@type\":\"xsd:date\"}},{\"column1\":1,\"column2\":\"hello\"}]} --369d7885-c6e9-4b01-93c9-9449a5fcd637--","breadcrumbs":"Reference » HTTP API » multipart/mixed","id":"295","title":"multipart/mixed"},"296":{"body":"application/vnd.apache.arrow.file returns columnar data as an Apache Arrow file. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql --output hello.arrow The above command returns a file containing a single RecordBatch in an Apache Arrow file in IPC format. You can examine the file with functions like pyarrow.ipc.open_file , as seen in this gist .","breadcrumbs":"Reference » HTTP API » application/vnd.apache.arrow.file","id":"296","title":"application/vnd.apache.arrow.file"},"297":{"body":"application/vnd.apache.arrow.stream returns columnar data as an Apache Arrow stream. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.stream\" -X POST http://localhost:3803/sql --output streamed.arrows The above command returns a file containing an Apache Arrow IPC stream. You can examine the file with functions like pyarrow.ipc.open_stream , as seen in this gist .","breadcrumbs":"Reference » HTTP API » application/vnd.apache.arrow.stream","id":"297","title":"application/vnd.apache.arrow.stream"},"298":{"body":"Endb supports HTTP Basic Authentication as defined by RFC 7235 . Pass --username and --password arguments to the endb binary to force basic authentication for HTTP connections. (See Operation for more details, including environment variables which can be passed to Docker images.) ./target/endb --username zig --password zag Then, from any HTTP client, provide the username and password combination to execute queries. curl --user zig:zag -d \"SELECT 'Hello World';\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql If the client passes an incorrect username or password, it will receive a 401 Authorization Required HTTP status code as a result, but no body. Be aware of this to ensure client code is written to detect 401 status codes. $ curl -i --user zig:wrong -d \"SELECT 'Hello World';\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\nHTTP/1.1 401 Authorization Required NOTE: HTTP Basic Auth is not secure without the additional use of HTTPS.","breadcrumbs":"Reference » HTTP API » HTTP Basic Authentication","id":"298","title":"HTTP Basic Authentication"},"299":{"body":"SQL parameters are available to: application/json and application/ld+json as part of the POST body multipart/form-data as form data application/x-www-form-urlencoded as URL query parameters application/sql as form data and/or URL query parameters Parameters can be JSON literals, JSON-LD scalars, or SQL literals. A JSON-LD scalar always has the form: {\"@type\": \"xsd:TYPE\", \"@value\": \"DATA\"}. JSON-LD types are listed under the Data Types table.","breadcrumbs":"Reference » HTTP API » Parameters","id":"299","title":"Parameters"},"3":{"body":"Endb is still in early beta. While in beta, new versions are not guaranteed to have binary-compatible storage with previous versions. We encourage you to experiment with Endb but please do not use it in production until a General Availability release.","breadcrumbs":"Tutorial » Warning: Early Beta","id":"3","title":"Warning: Early Beta"},"30":{"body":"To delete an existing row, use the standard SQL DELETE command. DELETE FROM products WHERE price = 5.98; You may delete all rows from a table by eliding the WHERE clause: DELETE FROM products; Note: In Endb, DELETE does not remove any data. It is always possible to view data prior to the DELETE with time queries . If you need to remove data for compliance (with laws such as GDPR or PIPEDA), use ERASE .","breadcrumbs":"SQL Reference » Data Manipulation » DELETE","id":"30","title":"DELETE"},"300":{"body":"Named parameters substitute parameter placeholders with the form :param by the parameter key with the corresponding name. Named parameters are represented as a JSON object. curl -d '{\"q\": \"INSERT INTO products {name: :name, price: :price};\", \"p\": {\"name\": \"Paprika\", \"price\": 2.99}}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}}}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: :sauce};\" -F p='{\"sauce\": \"Sriracha\"}' -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Named Parameters","id":"300","title":"Named Parameters"},"301":{"body":"Positional parameters substitute parameter placeholders with the form ? by the parameter values, in the order they appear. Positional parameters are respresented as a JSON array. curl -d '{\"q\": \"SELECT * FROM products WHERE name = ? AND price > ?;\", \"p\": [\"Salt\", 3.99]}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO events {start: ?};\", \"p\": [{\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}]}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: ?};\" -F p='[\"Sriracha\"]' -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Positional Parameters","id":"301","title":"Positional Parameters"},"302":{"body":"Bulk operations are possible by setting the m flag to true. Bulk operations are available to both named and positional parameters. The list of parameters supplied in bulk must be nested in an array. curl -d '{\"q\": \"INSERT INTO products {name: :name};\", \"p\": [{\"name\": \"Soda\"}, {\"name\": \"Tonic\"}], \"m\": true}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO sauces {name: ?, color: ?};\" -F p='[[\"Mustard\", \"Yellow\"], [\"Ketchup\", \"Red\"]]' -F m=true -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Bulk Parameters","id":"302","title":"Bulk Parameters"},"303":{"body":"As it is possible to receive Apache Arrow data from an Endb query, it is possible to submit Apache Arrow as a statement parameter. The example below assumes the existence of a a table called names, which only contains one column (name). Apache Arrow Streams can also be used as parameters in the same way. # create a sample Arrow file:\ncurl -d \"SELECT * FROM names;\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql --output names.arrow\n# use the sample Arrow file:\ncurl -F m=true -F q=\"INSERT INTO projects {name: :name};\" -F \"p=@names.arrow;type=application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql NOTE: This feature should be used with caution. Do not submit arbitrary Arrow files as parameters. If a malformed Arrow file is submitted, the error message returned (if any) is unlikely to provide guidance. Preferably, Arrow files should be created using Endb itself, as in the example above. Most users will prefer to use a human-readable file format instead, such as a JSON variant or static SQL statements.","breadcrumbs":"Reference » HTTP API » Apache Arrow File Parameters","id":"303","title":"Apache Arrow File Parameters"},"304":{"body":"Bulk inserts are possible by combining the tools mentioned under Parameters . For example, the OBJECTS keyword can insert an array of object literals. Note that each object used as a positional parameter must be wrapped in a JSON array, since there may be more than one positional parameter supplied. Similarly, each named parameter must be wrapped in an object containing a key of the corresponding name. curl -F m=true -F q=\"INSERT INTO products OBJECTS ?\" -F p=\"[[{name: 'jam'}], [{name: 'butter'}]]\" -X POST http://localhost:3803/sql\ncurl -F m=true -F q=\"INSERT INTO products OBJECTS :product\" -F p=\"[{product: {name: 'jelly'}}, {product: {name: 'ghee'}}]\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Bulk Insert","id":"304","title":"Bulk Insert"},"305":{"body":"It is possible to pass multiple SQL statements to Endb by delimiting them with semicolons. Parameters will be passed to all statements in order. Only the result of the last statement is returned to the client. In the following example, the INSERT will be successful but will not return a result. The SELECT will return to the client. curl --form-string q=\"INSERT INTO sauces {name: ?, color: ?}; SELECT {namo: ?, colour: ?};\" -F p='[\"Mustard\", \"Yellow\", \"Ketchup\", \"Red\"]' -X POST http://localhost:3803/sql NOTE: --form-string is required instead of --form to send semicolon-delimited statements with curl.","breadcrumbs":"Reference » HTTP API » Multiple Statements","id":"305","title":"Multiple Statements"},"306":{"body":"If a client is not available for your programming language yet, your app can interact directly with the Endb WebSocket API. Any WebSocket client can be used but in the examples below we'll use websocat to demonstrate the API without writing any code. Connect to Endb with: websocat ws://localhost:3803/sql You can send SQL statements to endb over WebSockets with JSON-RPC 2.0 . {\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users (name) VALUES (?);\", \"p\": [[\"Tsehay\"], [\"Iniku\"]], \"m\": true}}\n{\"jsonrpc\": \"2.0\", \"id\": 2, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM users;\", \"p\": [], \"m\": false}} NOTE: To send the method calls above, paste them into a websocat session one-at-a-time and press . Further examples will assume JSON-RPC strings are sent in an existing websocat session.","breadcrumbs":"Reference » WebSocket API » WebSocket API","id":"306","title":"WebSocket API"},"307":{"body":"Following the JSON-RPC 2.0 spec, a SQL statement or query to the Endb WebSocket API requires these components: id - a string or integer identifier used to correlate requests to responses method - always the string \"sql\" params - request params are sent as JSON-RPC by-name request parameters, as listed below","breadcrumbs":"Reference » WebSocket API » JSON-RPC Request Object","id":"307","title":"JSON-RPC Request Object"},"308":{"body":"q - (q)uery: a SQL query, optionally parameterized p - (p)arameters: named or positional SQL parameters m - (m)any parameter lists: bulk parameters , used for bulk insert/update","breadcrumbs":"Reference » WebSocket API » JSON-RPC Request Parameters","id":"308","title":"JSON-RPC Request Parameters"},"309":{"body":"A response from the Endb WebSocket API will include these components: id - the id provided in the request object, so it can be correlated result - the response, encoded as JSON-LD, as in this example: {\"jsonrpc\":\"2.0\", \"id\":111, \"result\":{\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"name\":\"Hing\",\"price\":2.99}]}} If your query is invalid or causes an internal error, you will receive an error instead, which includes: id - the id of the request object, if one was provided (otherwise null) error - a code and message, as returned by Endb {\"jsonrpc\":\"2.0\", \"id\":222, \"error\":{\"code\":-32603,\"message\":\"Error: Unknown table: users\\n ╭─[:1:15]\\n │\\n 1 │ SELECT * FROM users;\\n │ ──┬── \\n │ ╰──── Unknown table\\n───╯\\n\"}}","breadcrumbs":"Reference » WebSocket API » JSON-RPC Response Object","id":"309","title":"JSON-RPC Response Object"},"31":{"body":"Endb provides flexible upserts with the common ON CONFLICT clause. When the INSERT command detects a conflict, it will perform the instructions in the DO clause. The following command needs to be executed twice to see the upsert effect. INSERT INTO products {name: 'Pepper', price: 9.99} ON CONFLICT (name, price) DO UPDATE SET v = 2; To specify no operation on conflict, use DO NOTHING: INSERT INTO products {name: 'Pepper', price: 9.99} ON CONFLICT (name, price) DO NOTHING; To reference the document currently being inserted, the DO clause provides a statement-local relation named excluded. INSERT INTO products {name: 'Salt', price: 6};\nINSERT INTO products {name: 'Salt', price: 7} ON CONFLICT (name) DO UPDATE SET price = excluded.price; Similarly, the existing table is still available in the DO clause to provide further filtering: INSERT INTO products {product_no: 99, name: 'Cumin', price: 3.00, v: 5};\nINSERT INTO products {product_no: 99, name: 'Cumin', price: 5.00, v: 6} ON CONFLICT (product_no, name) DO UPDATE SET price = excluded.price, v = excluded.v WHERE products.v < 6;","breadcrumbs":"SQL Reference » Data Manipulation » ON CONFLICT (Upsert)","id":"31","title":"ON CONFLICT (Upsert)"},"310":{"body":"Endb supports HTTP Basic Authentication, as defined by RFC 7235 , on top of RFC 6455 . This is because the WebSocket Protocol RFC (6455) does not define authentication mechanisms itself. Pass --username and --password arguments to the endb binary to force basic authentication for HTTP connections. (See Operation for more details, including environment variables which can be passed to Docker images.) ./target/endb --username zig --password zag Then, use Basic Auth headers to connect to Endb: websocat -H='Authorization: Basic' ws://zig:zag@localhost:3803/sql Rather than Authorization: Basic, the Sec-WebSocket-Protocol header may be used. It is offered because web browsers do not support the Basic Auth header over WebSockets.","breadcrumbs":"Reference » WebSocket API » WebSocket Basic Authentication","id":"310","title":"WebSocket Basic Authentication"},"311":{"body":"SQL parameters to a WebSocket request are always JSON-LD . A JSON-LD scalar always has the form: {\"@type\": \"xsd:TYPE\", \"@value\": \"DATA\"}. JSON-LD types are listed under the Data Types table. For example, if a strongly-typed DateTime is required, it can be submitted like so: {\"jsonrpc\": \"2.0\", \"id\": 11, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users (name, date) VALUES (?, ?);\", \"p\": [\"dosha\", {\"@value\": \"2024-01-29T18:18:30.129159\", \"@type\": \"xsd:dateTime\"}], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Parameters","id":"311","title":"Parameters"},"312":{"body":"Named SQL parameters substitute parameter placeholders with the form :param by the parameter key with the corresponding name. Named parameters are represented as a JSON object. {\"jsonrpc\": \"2.0\", \"id\": 111, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO products {name: :name, price: :price};\", \"p\": {\"name\": \"Hing\", \"price\": 2.99}, \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 112, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2021-04-09T20:00:00Z\"}}, \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Named Parameters","id":"312","title":"Named Parameters"},"313":{"body":"Positional SQL parameters substitute parameter placeholders with the form ? by the parameter values, in the order they appear. Positional parameters are respresented as a JSON array. {\"jsonrpc\": \"2.0\", \"id\": 211, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM products WHERE name = ? AND price > ?;\", \"p\": [\"Hing\", 2.00], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 213, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO events {start: ?};\", \"p\": [{\"@type\": \"xsd:dateTime\", \"@value\": \"2021-04-09T20:00:00Z\"}], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Positional Parameters","id":"313","title":"Positional Parameters"},"314":{"body":"Bulk operations are possible by setting the m flag to true. Bulk operations are available to both named and positional parameters. The list of parameters supplied in bulk must be nested in an array. {\"jsonrpc\": \"2.0\", \"id\": 311, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users {name: :name};\", \"p\": [{\"name\": \"Sungwon\"}, {\"name\": \"Olga\"}], \"m\": true}}\n{\"jsonrpc\": \"2.0\", \"id\": 312, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO sauces {name: ?, color: ?};\", \"p\": [[\"Sriracha\", \"#FE6F5E\"], [\"Gochujang\", \"#FF8066\"]], \"m\": true}}","breadcrumbs":"Reference » WebSocket API » Bulk Parameters","id":"314","title":"Bulk Parameters"},"315":{"body":"Unlike the HTTP API , the WebSocket API is stateful and thus capable of explicit transactions. See the Transactions documentation for further details on SQL syntax. {\"jsonrpc\": \"2.0\", \"id\": 411, \"method\": \"sql\", \"params\": {\"q\": \"BEGIN TRANSACTION;\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 412, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO delete_me {name: 'Roll Me Back'};\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 413, \"method\": \"sql\", \"params\": {\"q\": \"ROLLBACK;\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 414, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM delete_me;\", \"p\": [], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Transactions","id":"315","title":"Transactions"},"316":{"body":"","breadcrumbs":"Reference » Data Types » Data Types","id":"316","title":"Data Types"},"317":{"body":"Endb supports the following native scalar types for now. JSON-LD values with a type of @json will be returned from Endb as JSON literals, verbatim. The @type listed in parentheses is for reference purposes only. JSON literal types are implicit so a @value/@type pair is not returned for a JSON literal. SQL JSON-LD Example Literal Description NULL @json null Null, nil, undefined, or missing TEXT @json (xsd:string) \"hello\" UTF-8 string BOOLEAN @json (xsd:boolean) FALSE 8-bit boolean INTEGER @json (xsd:int[eger]) 42 64/128-bit two's complement integer REAL @json (xsd:double) 9007199254740992.123 64-bit IEEE 754 floating point number TIMESTAMP xsd:dateTime 2007-01-01T00:00:00 ISO microsecond precision timestamp DATE xsd:date 2007-01-01 ISO date TIME xsd:time 23:30:00 ISO time INTERVAL xsd:duration PT12H34M56.789S ISO interval BLOB xsd:base64Binary x'DEADBEEF' Binary large object SQL Data Types are covered in detail in the SQL Reference.","breadcrumbs":"Reference » Data Types » Scalars","id":"317","title":"Scalars"},"318":{"body":"SQL JSON-LD Example Literal Description ARRAY @json [\"Joe\", \"Dan\", \"Dwayne\"] Zero-based array OBJECT @json {n: 3, b: 2023-01-01} Object, map, dict, document","breadcrumbs":"Reference » Data Types » Collections","id":"318","title":"Collections"},"319":{"body":"SQL JSON-LD Description DECIMAL xsd:decimal Arbitrary precision decimal. Use 2 BIGINTs or VARCHAR URI xsd:anyURI Unsupported. Use VARCHAR UUID @json (xsd:string) Unsupported. Use VARCHAR or BLOB If you strongly feel you need a native representation of one of these types, email us: hello@endatabas.com","breadcrumbs":"Reference » Data Types » Unsupported Scalar Types","id":"319","title":"Unsupported Scalar Types"},"32":{"body":"ERASE completely removes documents (rows) from visibility to any queries. Once a document has been erased, it is no longer possible to query for it at all. ERASE FROM products WHERE name = 'Salt';","breadcrumbs":"SQL Reference » Data Manipulation » ERASE","id":"32","title":"ERASE"},"320":{"body":"What? Why? Architecture Roadmap License","breadcrumbs":"Appendix » Appendix","id":"320","title":"Appendix"},"321":{"body":"From the outside, Endatabas (or Endb ) is an open source SQL document database with full history. On the inside, this means all records in Endatabas are immutable. An ERASE statement is provided for compliance with laws and policies like GDPR. Time-travel is possible, but queries default to \"as-of-now\". (Which is the thing you want 97% of the time.) Rows are \"schema-last\" documents and joins can be arbitrary, but queries are written in SQL. Endb stores data in Apache Arrow: scalars are strongly typed, the on-disk format is columnar, and the execution engine understands rows and columns. Endb separates storage from compute to provide unlimited disk space. In Swedish, Endatabas means both \"a database\" and \" one database\". This One Database Dream is twofold: Endb hopes to provide HTAP , so a secondary analytics database is not required for most users. Endb plans to use AI ( adaptive indexing ) to provide fast OLTP and OLAP queries on cheap, elastic infrastructure.","breadcrumbs":"Appendix » What? » What is Endatabas?","id":"321","title":"What is Endatabas?"},"322":{"body":"After years of market research, the complaint of database users is universal: \"I want to stop babysitting the database.\" This can mean many things but they're all expensive and complex. The database equivalent of Greenspun's 10th Rule might be \"any sufficiently complicated backend system contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half a database.\" This was true for much of the work we did in the 2010s and 2020s. \"Babysitting\" is sometimes the energy wasted by repeatedly building and maintaining ad-hoc databases for ourselves instead of building tools for customers. Buying data products also requires babysitting. DBAs babysit Oracle indexes. Developers babysit Postgres query optimizations. Data engineers babysit ETL pipelines. Analysts baybsit Redshift history. SREs babysit Aurora costs. Endb can't solve all these problems, but it attempts to be a jack-of-all-trades database that solves as many as it can — for as many people as it can.","breadcrumbs":"Appendix » What? » Who wants One Database?","id":"322","title":"Who wants One Database?"},"323":{"body":"After years of Computer Science research, it's also clear a sea change in database tech is due... right about now. (Give or take ten years. Our timing may be off.) Hellerstein and Stonebraker's What Goes Around Comes Around remains true, decade after decade, since it was published in 2004. As always, the relational data model is still king and SQL is still the lingua franca of databases. Together, they assimilate new rivals every decade or so. Endatabas tries to stand right at the center of this upcoming collapse of the data toolchain. If we, as an industry, can drop a decade's vestigial growth in favour of a tighter, simpler solution? Wonderful. But what if we could shed a half-century's vestiges? Perhaps event streams, relations, documents, graphs, temporal data, ETL and CDC can all live under one roof for many businesses. Let's see. We're not sure if we can make this work. But it's exciting to try. — One Database: Clean. Simple. Less. (Read more in Why Endatabas? )","breadcrumbs":"Appendix » What? » When is One Database possible?","id":"323","title":"When is One Database possible?"},"324":{"body":"(Read more in What is Endatabas? ) Why did we build Endatabas (aka Endb) at all? Isn't one of the many ( many ) existing databases good enough? Many incumbent databases serve their use cases and markets well. But the demands placed on databases are growing rapidly. These demands pull in multiple directions, all at once, and existing technology cannot support them without introducing enormous complexity. Metamorphosis is required. Endb takes good ideas and makes them easier to access, while reducing operational headache. It does not try to be flashy or unnecessarily revolutionary. Instead, it tries to be simple and familiar on the surface while providing a lot of new power under the covers. Let's talk about what that means in clear, concrete terms.","breadcrumbs":"Appendix » Why? » Why Endatabas?","id":"324","title":"Why Endatabas?"},"325":{"body":"The tagline \"SQL Document Database With Full History\" says a lot, but it doesn't say everything. Endatabas is, first and foremost, an immutable database . That's the Full History part. But storing all your data, forever, has clear implications. We consider these implications to be the pillars of Endatabas. In 3D geometry, the legs of a tripod are mutually supportive; as long as all three feet are in contact with the ground, the tripod will not wobble or collapse. So it is with the pillars. Each supports and implies the others. The pillars are as follows: Full History (requires: immutable data and erasure) Timeline (requires: time-traveling queries) Separation of Storage from Compute (requires: light and adaptive indexing) Documents (requires: schemaless tables, \"schema-per-row\", arbitrary joins) Analytics (requires: columnar storage and access) At the top of this five-dimensional structure is SQL, the lingua franca of database queries. We believe it is the right time to integrate these ideas. But first let's go back a few decades to see how we got here.","breadcrumbs":"Appendix » Why? » What is Endatabas, anyway?","id":"325","title":"What is Endatabas, anyway?"},"326":{"body":"None of the ideas in Endatabas are new. George Copeland's What if mass storage were free? asked, back in 1980, what an immutable database might look like. His prescient vision for a database with full history enjoys the clarity of a researcher at the beginning of the database era. People have occasionally asked of Endatabas, \"why bother retaining all history?\" But this is the wrong question. The real question is: \"why bother destroying data?\" Copeland's answers, \"The deletion concept was invented to reuse expensive computer storage.\" The software industry has grown so accustomed to the arbitrary deletion of historical data that we now take destroying data for granted. Mass storage is not free yet — but it is cheap. Copeland himself addresses \"a more realistic argument: if the cost of mass storage were low enough, then deletion would become undesirable.\" Any system that exploits the separation of storage and compute can enjoy these low costs. An immutable dataset and a timeline of changing states are two sides of the same coin. Previous states carry the innate property of time (whether defined by familiar wall clocks or versions or logical clocks). Jensen and Snodgrass have thoroughly researched time-related database queries. Much of their work was published in the 1990s and early 2000s. Storing time, querying across time, time as a value ... these challenging subjects eventually grew to form SQL:2011 . Most SQL databases have struggled to implement SQL:2011. Incorporating time as a core concept in mutable databases (those which support destructive updates and deletes) amplifies existing complexity. Time should simplify the database, not complicate it. Document databases have a more convoluted story. Attempts at \"schemaless\", semi-structured, document, and object databases stretch from Smalltalk in the 1980s to C++ in the 1990s to Java and graphs in the 2000s to JSON in the 2010s . Despite all this, the most successful semi-structured document store, as of 2023, is a Postgres database with JSON columns. Database users desire flexible storage and querying — but yesterday's weather says they desire SQL more. Can't we have both? SQL has four identities, four histories. There is an SQL of academia, born of Codd's relational algebra (1970) and Chamberlin/Boyce SEQUEL (1974) , grown over decades with research like Snodgrass/Jensen's TSQL2. Then there is the SQL of industry, the many-tentacled leviathan of IBM, Oracle, and Microsoft: the SQL sold to businesses and governments, ceaselessly bifurcated into new dialects with each version and implementation. Between these two rests the SQL of the ISO specification — unified across 11 published standards, from SQL-86 to SQL:2023, spanning thousands of pages, adhered to by no single database. [1] Last, there is colloquial SQL, the language one refers to by the question, \"do you know SQL?\" These four threads are intertwined across four decades, making it very difficult to clearly define what is meant by \"SQL\", even in very narrow contexts. Colloquial SQL is of greatest interest to us. This is the ubiquitous query language any new database must implement to succeed. Khoshafian and Copeland introduced the Decomposition Storage Model (DSM) in 1985. The four decades that followed saw any number of approaches to data analytics. Most of the time, however, these demanded expensive data acrobatics: data was piped, streamed, dumped, and copied into denormalized cubes and time-series databases. As humanity grew out of the batch processing of the 1980s into the always-online society of the 2020s, analytics data became another form of operational data and this pipeline was looped back to users and customers. Hybrid Transactional/Analytical Processing (HTAP) promises a simpler, natural successor to OLTP and OLAP systems. For many businesses, the transactional/analytical divide is as arbitrary as destroying data with every state change. Humanity will arbitrarily destroy data in 2026 because hard disks were expensive in 1986. Similarly, we will wastefully query data with multiple systems in 2026 because CPUs were slow in 1986.","breadcrumbs":"Appendix » Why? » History","id":"326","title":"History"},"327":{"body":"When you approach Endb from a distance, you won't see the pillars at first. You'll see the structure they support. This structure also binds the pillars together. The query language of a database is its glue. It is the user interface. It defines the user experience. It is at once a programming language, a dialogue, an envelope, a protocol. But a query engine is not divorced from its query language, and so the language choice also informs system design and behaviour. There are mundane reasons for choosing SQL. If asked \"do you know SQL?\" there's a high probability the answer is \"yes.\" SQL is the language of data science and third-party tools. If any sufficiently successful database has to provide SQL access anyway, one may as well start there. But this is not why we chose SQL. We believe SQL can be beautiful. As mentioned in History , we are primarily concerned with colloquial SQL. The other threads of SQL are relevant but Endb will never implement the entire SQL specification. Instead, the Endb SQL dialect unifies the pillars under one strongly-dynamically-typed umbrella, a variation of the SQLite dialect. SQLite's applications are quite different from those of Endatabas, so Endb SQL is not weakly-typed and Endb types are not a free-for-all. Instead, Endb internally adopts types from Apache Arrow , which it uses as a storage medium. When considering alternatives, there are no direct contenders. Cypher, Datalog, MongoDB query documents, and other schemaless query languages work well for one database implementation but lack both mindshare and standards. PartiQL, SQL++, and other NewSQL languages that depart from SQL suffer precisely because they are almost SQL. One can fantasize about designing a query language from scratch but it's very easy to get wrong and takes decades to build mindshare. SQL has been through this decades-long gauntlet. Just as PL/SQL and T-SQL differ, so will Endb SQL from other dialects. However, colloquial SQL is comparable to colloquial Hindi — at higher levels, it bifurcates into Urdu and Sanskrit but speakers of both lineages understand one another. Endb SQL will be familiar to users of other SQL dialects. With its long, rich history SQL not only has the necessary theoretical underpinnings but the battle scars of technology that lasts. It sits alongside POSIX, TCP/IP, LISP, C, and the QWERTY keyboard layout. It will see its centenary.","breadcrumbs":"Appendix » Why? » Why SQL?","id":"327","title":"Why SQL?"},"328":{"body":"Even if we ignore Copeland's dream of mass storage from 1980, it is easy to see why destroying data is harmful. To destroy data is to destroy facts — to lie about the truth of what happened. Few modern systems permit the total destruction of data for this obvious reason. Some choose to create audit tables: users_audits, sales_audits, and so on. Some choose to log anything and everything. \"It's on disk somewhere.\" It's not uncommon for companies to extract metrics from logs to create invoices and reports, turning a log file into a bespoke immutable database. Industries which take their data very seriously (banking, healthcare) already store immutable records. They just do so in a mutable database. Append-only tables are not new, but they're an order of magnitude easier to work with — for both users and operators — if the database is append-only from the ground up. These same industries will resist the destruction of data unless absolutely necessary, but they will bend to necessity. Erasure is concomitant with immutability — we cannot have one without the other. The existing designs of databases create serious problems for privacy. DELETE, when overloaded to mean both \"save disk space\" and \"explicitly remove this data\", becomes opaque. It does not leave any queryable record of the deletion. Removing data should keep tombstones so it's at least known that some data was removed.","breadcrumbs":"Appendix » Why? » Why Full History?","id":"328","title":"Why Full History?"},"329":{"body":"Keeping your data's entire history is the write-side of the equation. If you didn't care about getting this data back, you could just dump it into an unintelligible pile. But you not only want your data back, you want to query it in the easiest way possible. One very sensible way to see and query immutable data is along a timeline. Endb makes no assumptions about your desire to participate in this timeline. By default, everything is visible as-of-now but querying the past should feel effortless. -- without time travel:\nSELECT * FROM products;\n-- time travel to 2020:\nSELECT * FROM products FOR SYSTEM_TIME AS OF 2020-08-25T00:00:00;","breadcrumbs":"Appendix » Why? » Why a timeline?","id":"329","title":"Why a timeline?"},"33":{"body":"The WITH keyword can create Common Table Expressions (CTEs) for DML, just as it can for queries . WITH top_margin_products AS (SELECT product_no, name FROM products WHERE (price - cost) > 5.00)\nINSERT INTO banner_products SELECT product_no, name FROM top_margin_products;","breadcrumbs":"SQL Reference » Data Manipulation » WITH (Common Table Expressions)","id":"33","title":"WITH (Common Table Expressions)"},"330":{"body":"Separating storage from compute is an implementation detail. AWS customers don't choose Amazon Aurora because they're craving this separation. Decoupling storage from compute makes scale (both up and down) trivial. It also introduces the possibility of \"reducing network traffic, ... fast crash recovery, failovers to replicas without loss of data, and fault-tolerant, self-healing storage.\" This decoupling is concomitant with Light and Adaptive Indexing . It is undesirable to manually construct expensive indexes for unknown future schemas over (effectively) infinite data. Instead, we should let machine learning handle this job.","breadcrumbs":"Appendix » Why? » Why Separation of Storage and Compute?","id":"330","title":"Why Separation of Storage and Compute?"},"331":{"body":"It can be argued that \"why documents?\" is really multiple questions: why schemaless? why nested data? why dynamic SQL? First, the challenges. It is extremely difficult to force global schema onto every row in a table in an immutable world. Even if there were a simple mechanism in SQL to alter table schema only for certain durations (there isn't), the database user would still be burdened with querying based on a particular schema at a particular time in the history of the table. This complexity is compounded by the fact that static schemas have less and less meaning in a temporal world. Endb introduces SQL:2011 time-travel and period predicates . The difficulty, mentioned earlier, that other databases encounter when introducing SQL:2011 is twofold: dealing with \"time\" in a world where history can be violently rewritten and managing an unbending schema across time. Nested data is equally unnatural in incumbent databases. SQL:99, SQL:2016, SQL:2023 all offer some way of shoehorning nested data into flat tables. DynamoDB, Couchbase, and MongoDB are the most common document databases but they don't speak SQL. [2] Not only will no one ever decompose relational data into 6NF, it is unlikely we'll ever see a return to the classic BCNF of business entity-relationship diagrams. Nested data is here to stay. Foreign, embedded JSON (or XML) is little more than a band-aid. Nested data should be native to SQL queries. Second, the joys. Schema-per-row can be incredibly liberating. Not only does this feel more natural, it embraces the messy truth of the real world. Schema-on-write can be added later, when the business is ready to lock down what it knows about a domain. But many use cases demand flexible schemas. What if this week's project requires downloading huge amounts of semi-structured JSON pricing data from the APIs of competing online stores to compare them? Endb can handle this case out of the box. Most databases would require a great deal of manipulation first. Dynamic SQL is required to support schemaless, nested data — but it also brings its own joys. When dynamic SQL rests on top of a flexible data model which can ingest any data, it is capable of exploring nested data and easily constructing arbitrary joins users could normally only construct in a graph database.","breadcrumbs":"Appendix » Why? » Why documents?","id":"331","title":"Why documents?"},"332":{"body":"It is often the job of analytics databases to record and query all the data of a business, denormalized for speed. There will always be analytical jobs which require data to be transformed. But many businesses already allow data scientists, analysts, and even CEOs read-only access to an OLTP replica. HTAP is right on the horizon . Endb hopes to participate in that evolution by making all business data accessible to easy-to-produce, cheap, ephemeral read replicas.","breadcrumbs":"Appendix » Why? » Why \"One Database\"?","id":"332","title":"Why \"One Database\"?"},"333":{"body":"We cannot reconcile building and selling a product we would never buy ourselves.","breadcrumbs":"Appendix » Why? » Why Commercial Open Source?","id":"333","title":"Why Commercial Open Source?"},"334":{"body":"All of the pillars outlined above have their own strike-when-the-iron-is-hot moment. The SQLite we know today began to materialize in 2001. Amazon S3 was launched in 2006. MongoDB was first released in 2007. Immutable data and functional programming reached the mainstream in the 2010s. Datomic (arguably the first immutable OLTP database) was release in 2012. Amazon Aurora was released in 2015 and Google's AlloyDB in 2022. Apache Arrow saw its first release in 2016. Over the past decade, many financial firms built their own in-house temporal databases. SQL:2011, SQL:2016, and SQL:2023 were ratified in their respective eponymous years. HTAP hasn't quite happened yet. AI-driven indexes haven't quite happened yet. The moment for something like Endatabas is now... but it is a very long moment. Endatabas cannot be built in a Postgres-compatible fashion. Technically, it would be prohibitively expensive to build Endatabas from existing components. It's time for something new. The complete SQL specification is very difficult to implement in full, though Mimer likely comes closest to this goal . There is XQuery, of course. But most businesses today do not build their nested data storage on XQuery.","breadcrumbs":"Appendix » Why? » Why Now?","id":"334","title":"Why Now?"},"335":{"body":"","breadcrumbs":"Appendix » Architecture » Architecture","id":"335","title":"Architecture"},"336":{"body":"All records in Endatabas are immutable. Historical data is not lost when an UPDATE or DELETE statement is executed. You can think of endb as one giant log of transactions with fast queries made possible by adaptive indexing .","breadcrumbs":"Appendix » Architecture » Immutable","id":"336","title":"Immutable"},"337":{"body":"The only time data in Endatabas is truly deleted is with the ERASE statement. This is used for user safety and compliance with laws like GDPR.","breadcrumbs":"Appendix » Architecture » Erasure","id":"337","title":"Erasure"},"338":{"body":"Both the heart and \"UI\" of Endatabas is a dynamic SQL engine which natively understands strongly-typed, semi-structured rows (documents). Here is an example to illustrate what that means: INSERT INTO stores {brand: \"Alonzo's Analog Synthesizers\", addresses: [{city: \"New Jersey\", country: \"United States\", opened: 1929-09-01}, {city: \"Göttingen\", country: \"Germany\", opened: 1928-09-01}]}; -- recursive query of ISO dates from the nested document:\nSELECT addresses..opened FROM stores; Endb SQL bases its core SQL dialect on SQLite. It also draws inspiration from SQL:99, SQL:2011, SQL:2016, and SQL:2023. Read more in our bibliography .","breadcrumbs":"Appendix » Architecture » Dynamic SQL","id":"338","title":"Dynamic SQL"},"339":{"body":"Endatabas stores and processes data as columns. Endb's columnar storage is built on Apache Arrow . Endb SQL allows users to retrieve data as documents. The ultimate goal is for Endatabas to serve many (hybrid) purposes: day-to-day transactions and analytical jobs.","breadcrumbs":"Appendix » Architecture » Columnar: Hybrid Transactional Analytic Processing (HTAP)","id":"339","title":"Columnar: Hybrid Transactional Analytic Processing (HTAP)"},"34":{"body":"Parameters to DML are documented under the HTTP API .","breadcrumbs":"SQL Reference » Data Manipulation » Parameters","id":"34","title":"Parameters"},"340":{"body":"Queries are compiled to Common Lisp and use hash joins. Join ordering is done heuristically, by base table size. Correlated queries are memoized by building indexes in-memory during query execution.","breadcrumbs":"Appendix » Architecture » Query Execution","id":"340","title":"Query Execution"},"341":{"body":"More detailed information about the future of Endb can be found in the roadmap .","breadcrumbs":"Appendix » Architecture » Future","id":"341","title":"Future"},"342":{"body":"If you're not sure what this is, think Amazon Aurora, Google AlloyDB, and Neon. Compute nodes are the classic database (Postgres, MongoDB, etc.) — in an immutable world, these are just caches. Storage is elastic object or blob storage (S3, Azure Blobs, etc.). Endatabas is built to live in the clouds, alongside infinite disk. Although the groundwork for separating storage from compute exists in Endb today, elastic storage backends are not yet implemented.","breadcrumbs":"Appendix » Architecture » Cloud: Separation of Storage from Compute","id":"342","title":"Cloud: Separation of Storage from Compute"},"343":{"body":"For more information on light and adaptive indexing, you can watch Håkan's talk from 2022: \"Light and Adaptive Indexing for Immutable Databases\" Endb does not yet support adaptive indexing.","breadcrumbs":"Appendix » Architecture » Adaptive Indexing","id":"343","title":"Adaptive Indexing"},"344":{"body":"You can read our high-level roadmap on GitHub .","breadcrumbs":"Appendix » Roadmap » Roadmap","id":"344","title":"Roadmap"},"345":{"body":"All Endatabas code is Copyright Håkan Råberg and Steven Deobald and licensed GNU Affero General Public License v3.0 , unless otherwise specified. To contribute to Endatabas, please refer to CONTRIBUTING .","breadcrumbs":"Appendix » License » License","id":"345","title":"License"},"35":{"body":"Transactions in Endb are implicit. Run multiple DML statements in a single transaction by providing multiple statements (delimited by semicolons) to a single POST to the HTTP API .","breadcrumbs":"SQL Reference » Data Manipulation » Transactions","id":"35","title":"Transactions"},"36":{"body":"Endb SQL strives to empower the query author. Basic SQL queries should be familiar. Advanced SQL queries should be simple.","breadcrumbs":"SQL Reference » Queries » Queries","id":"36","title":"Queries"},"37":{"body":"The most common hand-written SQL query tends to be the easiest: SELECT * FROM products; Without a WHERE clause (discussed below) the entire table is returned. Because Endb is schemaless, * has a special meaning. Each document (row) in Endb carries with it its own schema. As a result, * refers to the widest possible set of columns, across all the rows returned. In many SQL dialects, columns are strictly ordered. Because Endb columns cannot have a strict order, * returns them in alphabetical order. You can select the widest set of columns for a specific table with
.*: SELECT p.* FROM products p JOIN coupons c ON p.price = c.price;","breadcrumbs":"SQL Reference » Queries » SELECT *","id":"37","title":"SELECT *"},"38":{"body":"In programmatic environments, it is almost always preferable to query for specific columns by name: SELECT product_no, price FROM products; Select a list of columns by delimiting them with commas. SELECT product_no, v, price, name FROM products; Select a column with spaces by delimiting it with backticks or square braces: SELECT products['product no'] FROM products;\nSELECT `product no` FROM products; NOTE: Whether or not your Endb client respects column ordering is dependent on the content type it uses in Accept Headers. It is worth reading over the Accept Header documentation, in this regard. Limit query results to distinct rows or expand to all rows with DISTINCT and ALL. SELECT DISTINCT name FROM products;\nSELECT ALL product_no FROM products p JOIN sales s ON p.name = s.name;","breadcrumbs":"SQL Reference » Queries » SELECT","id":"38","title":"SELECT"},"39":{"body":"","breadcrumbs":"SQL Reference » Queries » FROM","id":"39","title":"FROM"},"4":{"body":"","breadcrumbs":"Tutorial » Quickstart » Quickstart","id":"4","title":"Quickstart"},"40":{"body":"For convenience, tables can be given aliases immediately following their name in the FROM clause. SELECT p.name FROM products p; The AS operator can also (optionally) be used to provide an alias for a table. SELECT p.name FROM products AS p; More usefully, it can give a temporary table name to an expression. The temporary table name can either have anonymous columns or named columns. (The VALUES keyword is explained in the following VALUES Lists section.) SELECT p.column1 FROM (VALUES ('Paprika', 4.77)) AS p;\nSELECT p.price FROM (VALUES ('Paprika', 4.77)) AS p(name, price);","breadcrumbs":"SQL Reference » Queries » Alias Tables","id":"40","title":"Alias Tables"},"41":{"body":"The AS keyword is also used to alias columns. This is useful when column names conflict in a join. (Joins are explained below.) If the same column is specified more than once, the last reference to that column name is the one which will be returned: SELECT c.price, p.price FROM products p JOIN coupons c ON p.name = c.name; If both columns are required, AS can be used to rename one or both of the columns: SELECT p.price AS regular_price, c.price FROM products p JOIN coupons c ON p.name = c.name;","breadcrumbs":"SQL Reference » Queries » Alias Columns","id":"41","title":"Alias Columns"},"42":{"body":"Because Endb is schemaless, documents (rows) can be joined on any fields (columns) which have equivalent values. Joins are written in the form JOIN ON . .. Join operators are generally comparisons or booleans . INSERT INTO coupons {name: 'Salt', price: 3.0};\nSELECT * FROM products p JOIN coupons c ON p.name = c.name; LEFT JOIN, LEFT OUTER JOIN, INNER JOIN, and CROSS JOIN are all supported. NOTE: Endb does not restrict name clashes in unqualified column selection or SELECT *. If two tables share the same column name, the results from the column of the second table in the join will be visible in the returned result, but not the results of the first.","breadcrumbs":"SQL Reference » Queries » JOIN","id":"42","title":"JOIN"},"43":{"body":"When the columns to join share the same name between two tables, USING is a shorthand that permits joining on the equality of those two columns. A USING query also supports unambiguous use of the unqualified column name in the SELECT clause. SELECT project_name, users.name, projects.budget FROM users JOIN projects USING (project_name);","breadcrumbs":"SQL Reference » Queries » USING","id":"43","title":"USING"},"44":{"body":"Rather than returning the entire table, documents (rows) can be filtered with a WHERE clause. SELECT * FROM products WHERE price > 4;","breadcrumbs":"SQL Reference » Queries » WHERE (Filtering)","id":"44","title":"WHERE (Filtering)"},"45":{"body":"More advanced filters are documented in Operators and Functions .","breadcrumbs":"SQL Reference » Queries » Advanced Filtering","id":"45","title":"Advanced Filtering"},"46":{"body":"Results from queries can be ordered with standard SQL ORDER BY. SELECT * FROM products ORDER BY price; By default, ordering is ascending. For descending order, suffix the ORDER BY clause with DESC: SELECT * FROM products ORDER BY price DESC; To force ascending order, use ASC: SELECT * FROM products ORDER BY price ASC; It is also possible to order by an expression: SELECT * FROM products ORDER BY LENGTH(name);\nSELECT * FROM products ORDER BY -price; In the example above, LENGTH is an example of a function. A complete list of functions can be found in the Functions documentation.","breadcrumbs":"SQL Reference » Queries » ORDER BY (Sorting Results)","id":"46","title":"ORDER BY (Sorting Results)"},"47":{"body":"GROUP BY accepts a list of columns and creates aggregated rows based on each of those columns, in order. Each aggregate is returned as a single row. Each column returned must either be a column specified in the GROUP BY clause or a column created with an aggregate function , such as SUM. SELECT name, price FROM products GROUP BY name, price;\nSELECT name, SUM(price) FROM products GROUP BY name;","breadcrumbs":"SQL Reference » Queries » GROUP BY","id":"47","title":"GROUP BY"},"48":{"body":"HAVING adds a search condition to an aggregate query. SELECT name, SUM(price) FROM products GROUP BY name HAVING LENGTH(name) > 4; It is most often used with GROUP BY (seen above), but it is also legal with other aggregates: SELECT SUM(products.price) FROM products HAVING SUM(products.price) = 13;","breadcrumbs":"SQL Reference » Queries » HAVING","id":"48","title":"HAVING"},"49":{"body":"LIMIT specifies the maximum number of rows to be returned by the query. SELECT * FROM products LIMIT 2; It always makes sense to control the order of returned rows so LIMIT always returns the same rows for the same query -- unless you don't care which rows are returned. SELECT * FROM products ORDER BY price ASC LIMIT 2; OFFSET allows queries to skip rows before returning a limited set. SELECT * FROM products ORDER BY price ASC LIMIT 2 OFFSET 2;","breadcrumbs":"SQL Reference » Queries » LIMIT","id":"49","title":"LIMIT"},"5":{"body":"mkdir -p endb_data\ndocker pull endatabas/endb\ndocker run --rm -p 3803:3803 -v endb_data:/app/endb_data docker.io/endatabas/endb See Installation for more ways to install and build endb. See Try It! for methods of connecting to Endb and running queries.","breadcrumbs":"Tutorial » Quickstart » Install Endb","id":"5","title":"Install Endb"},"50":{"body":"The VALUES keyword is used to create a static table of documents (rows). Each row is denoted by a pair of parentheses. All rows must have Union Compatibility which, for Endb, means they have the same number of columns. VALUES (1, 'Salt'), (2, 'Pepper'), (3, 'Vinegar'); Endb assigns anonymous columns the names column1, column2, etc. Columns can instead be given names with a table alias : SELECT * FROM (VALUES (1, 'Salt'), (2, 'Pepper'), (3, 'Vinegar')) AS t (product_no, name);","breadcrumbs":"SQL Reference » Queries » VALUES Lists","id":"50","title":"VALUES Lists"},"51":{"body":"The OBJECTS keyword is used to create a static table comprised of object literals, each representing a document (row). Each row is directly denoted by an object literal. OBJECTS lists do not require Union Compatibility , so jagged lists are permitted. OBJECTS {product_no: 1, name: 'Salt'}, {product_no: 2, name: 'Pepper', price: 3.99};\nSELECT * FROM (OBJECTS {product_no: 1, name: 'Salt'}, {product_no: 2, name: 'Pepper'}) as t;","breadcrumbs":"SQL Reference » Queries » OBJECTS Lists","id":"51","title":"OBJECTS Lists"},"52":{"body":"The set operations union, intersection, and difference are available to the results of two queries.","breadcrumbs":"SQL Reference » Queries » Set Operations: UNION, INTERSECT, EXCEPT","id":"52","title":"Set Operations: UNION, INTERSECT, EXCEPT"},"53":{"body":"Append the results of one query to another. Duplicate rows are removed. SELECT * FROM products UNION SELECT * FROM new_products; To keep duplicate rows, use UNION ALL: SELECT * FROM products UNION ALL SELECT * FROM new_products;","breadcrumbs":"SQL Reference » Queries » UNION","id":"53","title":"UNION"},"54":{"body":"The intersection of two queries returns results which are found in both. SELECT * FROM products INTERSECT SELECT * FROM new_products;","breadcrumbs":"SQL Reference » Queries » INTERSECT","id":"54","title":"INTERSECT"},"55":{"body":"The difference of two queries returns only results from the first query which are not found in the second. Another way of thinking about this is that results of the second query are removed from the first. SELECT * FROM products EXCEPT SELECT * FROM ignored_products;","breadcrumbs":"SQL Reference » Queries » EXCEPT","id":"55","title":"EXCEPT"},"56":{"body":"\"Union Compatibility\" refers to the ability of two queries to be used in a union, intersection, or difference. Because Endb is dynamically-typed, the only constraint on union compatibility is the number of columns returned. In general, it only makes sense to use set operations on two queries which return either: (1) explicit columns, so order and naming are respected or (2) columns with the same names, so they are guaranteed to return in order, in the case of * queries. When applying set operations to * queries, keep in mind that the widest column set (across the entire history of the table) will be returned. If the queries return a different number of columns, set operations will result in an error: -> SELECT * FROM products UNION SELECT * FROM new_products;\n400 Bad Request\nNumber of UNION left columns: 3 does not match right columns: 2","breadcrumbs":"SQL Reference » Queries » Union-Compatibility","id":"56","title":"Union-Compatibility"},"57":{"body":"The WITH keyword is used to create Common Table Expressions , or CTEs. CTEs act like temporary tables or views within the context of a query or DML statement . CTEs are used in place of a sub-select to simplify the appearance of a query. WITH clauses take the form WITH AS (). WITH top_margin_products AS (SELECT product_no FROM products WHERE (price - cost) > 5.00)\nSELECT name FROM products\nWHERE product_no IN (SELECT product_no FROM top_margin_products);","breadcrumbs":"SQL Reference » Queries » WITH (Common Table Expressions)","id":"57","title":"WITH (Common Table Expressions)"},"58":{"body":"The RECURSIVE keyword can be added to WITH to create recursive CTEs which can refer to themselves. Recursive CTEs will always have the form UNION or UNION ALL . Here is a naive example, demonstrating the recursive construction of a Fibonacci Sequence: WITH RECURSIVE fib(previous, current) AS ( VALUES (0, 1) UNION ALL SELECT fib.current, fib.previous + fib.current FROM fib WHERE fib.previous + fib.current < 5000\n)\nSELECT * FROM fib; The most beneficial uses for WITH RECURSIVE are walking hierarchical and graph-shaped data sets -- capabilities ordinary SQL lacks. However, Endb recursive queries are also capable of solving Sudoku puzzles and constructing fractals, as seen in the test suite . (Credit goes to SQLite's delightful Outlandish Recursive Query Examples .)","breadcrumbs":"SQL Reference » Queries » WITH RECURSIVE","id":"58","title":"WITH RECURSIVE"},"59":{"body":"Lateral queries permit access to named values from the FROM clause in the SELECT clause. The LATERAL keyword is optional in Endb as all queries are lateral queries by default. SELECT halved FROM products, LATERAL (SELECT price / 2.0 AS halved) h;\nSELECT halved FROM products, (SELECT price / 2.0 AS halved) h;","breadcrumbs":"SQL Reference » Queries » LATERAL","id":"59","title":"LATERAL"},"6":{"body":"If you do not want to install a full Endb instance, you can try the Live Demo instead. The Wasm Console runs Endb directly in your web browser, so you can ignore the steps in Try It! and jump straight to Endb SQL Basics . NOTE: The Wasm Console is not a full Endb instance. It does not provide APIs and has other performance and infrastructure limitations.","breadcrumbs":"Tutorial » Quickstart » Try Online","id":"6","title":"Try Online"},"60":{"body":"Repeatable reads are achieved in Endb by creating savepoints , which queries can return to later. When returning to a savepoint in the future, queries will return results according to the state of the database when the savepoint was captured. By default, savepoints have a 60-second lifespan, after which they expire. Use of a savepoint during its lifespan will renew its lease, allowing it to be used for another 60 seconds. Savepoints can be forcibly expired with RELEASE. Attempting to use a savepoint that has been expired or released will return No active savepoint: . NOTE: Repeatable reads are only available to the HTTP API .","breadcrumbs":"SQL Reference » Queries » Repeatable Reads: SAVEPOINT, ROLLBACK, RELEASE","id":"60","title":"Repeatable Reads: SAVEPOINT, ROLLBACK, RELEASE"},"61":{"body":"Other SQL dialects have more transaction-specific semantics for SAVEPOINT, ROLLBACK, and RELEASE. Because this difference in behaviour may be confusing to users familiar with other databases, we provide the example below. The result of the final query returns the first two dungeons, which were inserted prior to the savepoint, but not \"Tower of Hera\". INSERT INTO dungeons {name: 'Eastern Palace'};\nINSERT INTO dungeons {name: 'Desert Palace'};\nSAVEPOINT desert_palace;\nINSERT INTO dungeons {name: 'Tower of Hera'};\nROLLBACK TO desert_palace; SELECT * FROM dungeons; NOTE: The ROLLBACK and SELECT above must be executed together, in the same stateless \"transaction\". (Normally this will mean executing both statements in a single HTTP request.)","breadcrumbs":"SQL Reference » Queries » Minimal Example","id":"61","title":"Minimal Example"},"62":{"body":"The SAVEPOINT operator captures a new savepoint at the time it executes. Savepoints can be named or anonymous. Anonymous savepoints are named with a UUID. The name of the savepoint is returned as an attribute named result. SAVEPOINT desert_palace;\n-- [{'result': 'desert_palace'}]\nSAVEPOINT;\n-- [{'result': '0b12de43-1c92-4d92-ab7c-51c5a5129074'}]","breadcrumbs":"SQL Reference » Queries » SAVEPOINT","id":"62","title":"SAVEPOINT"},"63":{"body":"Inside the scope of a stateless \"transaction\" (normally a single HTTP request), ROLLBACK is used to return to a savepoint. ROLLBACK TO returns to a named savepoint (by name) or an anonymous savepoint (by string UUID). Queries executed inside such a transaction return results according to the state of the database when the savepoint was created. The use of ROLLBACK renews the lease of the associated savepoint. ROLLBACK TO desert_palace; SELECT * FROM dungeons;\nROLLBACK TO 'eab07765-de6f-4f74-8052-838dd29ee8e7'; SELECT * FROM dungeons;","breadcrumbs":"SQL Reference » Queries » ROLLBACK","id":"63","title":"ROLLBACK"},"64":{"body":"The RELEASE keyword expires a savepoint so it can no longer be used. Anonymous savepoints can be released by string UUID. RELEASE desert_palace;\nRELEASE 'f7c314dd-47b9-4c85-9502-b8e35c82b935';","breadcrumbs":"SQL Reference » Queries » RELEASE","id":"64","title":"RELEASE"},"65":{"body":"Standard SQL keywords are used to begin, commit, and rollback explicit transactions. NOTE: Explicit transactions are only available to the WebSocket API .","breadcrumbs":"SQL Reference » Queries » Transactions","id":"65","title":"Transactions"},"66":{"body":"This minimal example assumes a connection via the WebSocket API. BEGIN;\nINSERT INTO dungeons {name: 'Dark Palace'};\nINSERT INTO dungeons {name: 'Swamp Palace'};\nINSERT INTO dungeons {name: 'Skull Woods'};\nROLLBACK;\nSELECT * FROM dungeons;","breadcrumbs":"SQL Reference » Queries » Minimal Example","id":"66","title":"Minimal Example"},"67":{"body":"The BEGIN keyword starts a new transaction. BEGIN TRANSACTION;","breadcrumbs":"SQL Reference » Queries » BEGIN [TRANSACTION]","id":"67","title":"BEGIN [TRANSACTION]"},"68":{"body":"The COMMIT keyword commits the open transaction to disk. END is a synonym for COMMIT. COMMIT TRANSACTION;","breadcrumbs":"SQL Reference » Queries » COMMIT [TRANSACTION]","id":"68","title":"COMMIT [TRANSACTION]"},"69":{"body":"The ROLLBACK keyword throws away any uncommitted changes since the transaction began. ROLLBACK TRANSACTION; NOTE: The ROLLBACK keyword should not be confused with the ROLLBACK keyword for savepoints . Both can be called without mentioning a savepoint or transaction, but their behaviour differs based on whether the client is in an explicit transaction or not.","breadcrumbs":"SQL Reference » Queries » ROLLBACK [TRANSACTION]","id":"69","title":"ROLLBACK [TRANSACTION]"},"7":{"body":"You can send SQL statements to endb over HTTP or WebSockets. Any HTTP or WebSocket client will do, and Endb ships with a console and client libraries.","breadcrumbs":"Tutorial » Try It! » Try It!","id":"7","title":"Try It!"},"70":{"body":"","breadcrumbs":"SQL Reference » SQL Data Types » SQL Data Types","id":"70","title":"SQL Data Types"},"71":{"body":"Null serves a variety of purposes in Endb. Explicit: You can provide an explicit NULL value \"Unknown\": As with any SQL, you will receive a null when 3-Valued Logic cannot determine if a statement is true or false \"Missing\": Jagged rows will return NULL for columns projected for a document which does not contain them","breadcrumbs":"SQL Reference » SQL Data Types » NULL","id":"71","title":"NULL"},"72":{"body":"Endb accepts unbounded, variable-length strings with either single or double quotes. CHAR and VARCHAR are synonyms for TEXT. INSERT INTO users (name, title) VALUES ('River', \"Prodigy\"); When casting using the CHAR synonym, an optional integer argument indicates the desired length of the resulting string, padded with spaces: SELECT CAST(123 AS CHAR(10));\n-- [{'column1': '123 '}]","breadcrumbs":"SQL Reference » SQL Data Types » TEXT (CHAR, VARCHAR)","id":"72","title":"TEXT (CHAR, VARCHAR)"},"73":{"body":"Boolean values can be TRUE, FALSE, or NULL.","breadcrumbs":"SQL Reference » SQL Data Types » BOOLEAN","id":"73","title":"BOOLEAN"},"74":{"body":"64-bit integer capable of auto-promotion to 128-bit integer.","breadcrumbs":"SQL Reference » SQL Data Types » INTEGER (BIGINT)","id":"74","title":"INTEGER (BIGINT)"},"75":{"body":"A 64-bit IEEE 754 floating point number, or double.","breadcrumbs":"SQL Reference » SQL Data Types » REAL (DOUBLE)","id":"75","title":"REAL (DOUBLE)"},"76":{"body":"Timestamps can be represented as either SQL timestamps, according to the SQL Specification, or ISO timestamps. The following are legal timestamp literals: 2007-01-01T00:00:00 2007-01-01T00:00:00.123Z 2007-01-01T00:00:00.000000Z TIMESTAMP '2007-01-01 00:00:00' TIMESTAMP '2007-01-01 00:00:00.000000Z'","breadcrumbs":"SQL Reference » SQL Data Types » TIMESTAMP","id":"76","title":"TIMESTAMP"},"77":{"body":"Dates can be represented as either SQL dates, according to the SQL Specification, or ISO dates. The following are legal date literals: 2007-01-01 DATE '2007-01-01'","breadcrumbs":"SQL Reference » SQL Data Types » DATE","id":"77","title":"DATE"},"78":{"body":"Times can be represented as either SQL times, according to the SQL Specification, or ISO times. The following are legal time literals: 23:59:12 23:59:12.12345 TIME '23:59:12' TIME '23:59:12.12345'","breadcrumbs":"SQL Reference » SQL Data Types » TIME","id":"78","title":"TIME"},"79":{"body":"A Period is a window of time between two date/time types. Periods are used with Period Predicates . {start: 2001-01-01, end: 2001-04-01} [2001-04-01T00:00:00Z, 2001-05-01] It is also possible to create a Period with the PERIOD constructor function.","breadcrumbs":"SQL Reference » SQL Data Types » PERIOD","id":"79","title":"PERIOD"},"8":{"body":"Our first couple examples will use curl , which you probably already have installed, to send queries directly to the API. curl -d \"INSERT INTO users (name) VALUES ('Tianyu')\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\ncurl -d \"SELECT * FROM users\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql You don't need to use the API diretly if there is a client library available for your language of choice, but it is helpful to know that the underlying API is human-readable and based on open standards. Read more in the full HTTP API docs .","breadcrumbs":"Tutorial » Try It! » curl","id":"8","title":"curl"},"80":{"body":"An interval (or duration ) is created whenever two times are subtracted. SELECT 2001-01-02 - 2001-01-01; Interval literals can be constructed with ISO 8601 syntax : PT12H30M5S P1Y2M10DT2H30M This is equivalent to the same ISO 8601 syntax provided as a string to the DURATION constructor: DURATION('PT12H30M5S') DURATION('P1Y2M10DT2H30M') Interval literals can also be constructed with the classic SQL intervals DSL: INTERVAL '1-2' YEAR TO MONTH INTERVAL '0 12:34:56.789' DAY TO SECOND","breadcrumbs":"SQL Reference » SQL Data Types » INTERVAL (DURATION)","id":"80","title":"INTERVAL (DURATION)"},"81":{"body":"Binary Large Objects can be encoded as hexidecimal literals or cast from strings. x'DEADBEEF' CAST(\"hello\" AS BLOB)","breadcrumbs":"SQL Reference » SQL Data Types » BLOB (VARBINARY)","id":"81","title":"BLOB (VARBINARY)"},"82":{"body":"Endb SQL uses zero-based arrays. Arrays can be created with array literals similar to JSON. [\"one\", \"two\", \"three\"] Alternatively, arrays can also be created using a literal syntax similar to that in the SQL Specification or a constructor function. ARRAY [\"one\", \"two\", \"three\"] ARRAY(\"one\", \"two\", \"three\") Array literals can contain the spread operator SELECT [1, 2, ...[3, 4], 5];\n-- [{'column1': [1, 2, 3, 4, 5]}] Array equality is tested lexicographically .","breadcrumbs":"SQL Reference » SQL Data Types » ARRAY","id":"82","title":"ARRAY"},"83":{"body":"Objects (which can also be thought of as documents, or rows) can be created with object literals enclosed in curly braces, similar to JSON. Keys in object literals can be quoted or unquoted. {name: \"Hanna\", birthday: 1982-12-31} {'name': \"Hanna\", 'birthday': 1982-12-31} Alternatively, objects can be created using either an OBJECT constructor keyword, similar to that in the SQL Specification. OBJECT(name: 'Hanna', birthday: 1982-12-31) Object literals can contain spreads , computed fields , shorthands , and row literals . SELECT { a: 1, ...[2, 3] };\n-- [{'column1': {'0': 2, '1': 3, 'a': 1}}]\nSELECT { foo: 2, ['foo' || 2]: 5 };\n-- [{'column1': {'foo': 2, 'foo2': 5}}]\nSELECT {p.name, c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'name': 'Salt'}}]\nSELECT {product: {p.*}, discounted: c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'product': {'name': 'Salt', 'price': 5.99}}}] Object equality is tested by comparing each key-value pair as an array.","breadcrumbs":"SQL Reference » SQL Data Types » OBJECT","id":"83","title":"OBJECT"},"84":{"body":"","breadcrumbs":"SQL Reference » SQL Data Types » Dynamic Literals","id":"84","title":"Dynamic Literals"},"85":{"body":"It is possible return an entire document (row) as a single literal value. The syntax is akin to Postgres ROW literals . Unlike table.*, which pads non-existent columns with NULL, a row literal returns exactly the schema specified for each individual row. { table.* } Example usage: SELECT { products.* } FROM products; As a shorthand, a table's name may be used in the SELECT clause to return entire rows as documents: -> SELECT users FROM users;\n-- [{'users': {'email': 'patrick@oracle.com', 'name': 'Patrick'}},\n-- {'users': {'email': 'preethi@shopify.ca', 'name': 'Preethi'}}] NOTE: When a table contains a column of the same name, the column takes precedence and a single column is returned, as usual: -> SELECT status FROM status;\n-- [{'status': 'error'}, {'status': 'ok'}]","breadcrumbs":"SQL Reference » SQL Data Types » Row Literals","id":"85","title":"Row Literals"},"86":{"body":"The Spread Operator (..., sometimes known as \"splat\") can be used to directly flatten/unnest one collection (an array, object, or row literal) into another. Strings are treated as character collections. SELECT [1, 2, ...[3, 4], 5];\n-- [{'column1': [1, 2, 3, 4, 5]}] SELECT [1, 2, ...\"foo\", 5];\n-- [{'column1': [1, 2, 'f', 'o', 'o', 5]}] If an array is spread into an object, its ordinals will be used as properties: SELECT { a: 1, ...{b: 2} };\n-- [{'column1': {'a': 1, 'b': 2}}] SELECT { a: 1, ...[2, 3] };\n-- [{'column1': {'0': 2, '1': 3, 'a': 1}}]","breadcrumbs":"SQL Reference » SQL Data Types » Spread","id":"86","title":"Spread"},"87":{"body":"In the key/property position, square brackets are used to construct computed fields in object literals . Computed fields are implicitly cast to string. SELECT { foo: 2, [2 + 2]: 5 };\n-- [{'column1': {'4': 5, 'foo': 2}}]\nSELECT { foo: 2, ['foo' || 2]: 5 };\n-- [{'column1': {'foo': 2, 'foo2': 5}}]","breadcrumbs":"SQL Reference » SQL Data Types » Computed Fields","id":"87","title":"Computed Fields"},"88":{"body":"Column names can be referred to in place of key-value pairs in object literals . SELECT {p.name, c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'name': 'Salt'}}]","breadcrumbs":"SQL Reference » SQL Data Types » Shorthands","id":"88","title":"Shorthands"},"89":{"body":"Endb date/time data types currently only support times encoded as UTC.","breadcrumbs":"SQL Reference » SQL Data Types » Note on timezones","id":"89","title":"Note on timezones"},"9":{"body":"Endb provides a small console for writing Endb SQL directly: pip install endb_console\nendb_console # connects to localhost by default Assuming you inserted a user with curl above, you can query that table directly: -> SELECT * FROM users; Read more in the Console doc .","breadcrumbs":"Tutorial » Try It! » Console","id":"9","title":"Console"},"90":{"body":"Operations performed on scalars will attempt to widen those scalars for the purpose of the operation, if reasonable. -> select 2.0 = 2;\n[{'column1': True}] This widening includes joins on scalars, but not collections (ARRAY or OBJECT): -> INSERT INTO zig {at: 2023-12-21, val: 2}\n[{'result': 1}]\n-> INSERT INTO zag {at: 2023-12-21T00:00:00, val: 2.0}\n[{'result': 1}]\n-> SELECT * FROM zig i JOIN zag a ON i.at = a.at;\n[{'at': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc), 'val': 2.0}]\n-> SELECT * FROM zig i JOIN zag a ON i.val = a.val;\n[{'at': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc), 'val': 2.0}]","breadcrumbs":"SQL Reference » SQL Data Types » Note on type widening","id":"90","title":"Note on type widening"},"91":{"body":"","breadcrumbs":"SQL Reference » Operators » Operators","id":"91","title":"Operators"},"92":{"body":"Two values can be compared using standard SQL comparison operators: =, == (equals) > (greater than) < (less than) >= (greater than or equal to) <= (less than or equal to) <>, != (not equal to) SELECT * FROM products WHERE NOT name = 'Coffee';\nSELECT * FROM products WHERE name = 'Coffee' AND name <> 'Kaapi';\nSELECT * FROM products WHERE name > 'Cake' AND price >= 5.00;","breadcrumbs":"SQL Reference » Operators » Comparison","id":"92","title":"Comparison"},"93":{"body":"BETWEEN returns TRUE when a value is greater-than-or-equal-to the first limit and less-than-or-equal-to the second. It has the form BETWEEN x AND y. It can be negated with the form NOT BETWEEN x AND y. SELECT * FROM products WHERE price BETWEEN 2.00 AND 4.00;\nSELECT * FROM products WHERE price NOT BETWEEN 2.00 AND 4.00; NOTE: BETWEEN can also be used with System Time .","breadcrumbs":"SQL Reference » Operators » BETWEEN","id":"93","title":"BETWEEN"},"94":{"body":"WHERE and HAVING clauses can be modified and combined with standard SQL boolean operators.","breadcrumbs":"SQL Reference » Operators » Boolean Operators","id":"94","title":"Boolean Operators"},"95":{"body":"IS and IS NOT behave like = (==) and <> (!=) , respectively. They are usually used to augment equality checks to test for NULL, which is the third boolean value, representing \"unknown\". The literal UNKNOWN is permitted in IS / IS NOT expressions in place of NULL. When both sides of IS evaluate to NULL it returns TRUE. When only one side of IS NOT evaluates to NULL it returns TRUE, When only one side of IS evaluates to NUll it returns FALSE. When both sides of IS NOT evaluates to NULL it returns FALSE. SELECT * FROM products WHERE product_no IS NULL;\nSELECT * FROM products WHERE product_no IS UNKNOWN;\nSELECT * FROM products WHERE product_no IS NOT NULL;\nSELECT * FROM products WHERE product_no IS 386;\nSELECT * FROM products WHERE product_no IS NOT 444; NOTE: A WHERE clause of the form IS NULL will not return rows for which does not exist, as positive equality is only tested against extant columns. For example, the query SELECT * FROM products WHERE name IS NULL; will not return rows for which the column name does not exist. However, SELECT * FROM products WHERE name IS NOT NULL; will not return either rows where the name column has a value of NULL or the name column is missing. Thus, IS and IS NOT are not symmetrical for jagged data.","breadcrumbs":"SQL Reference » Operators » IS, IS NOT","id":"95","title":"IS, IS NOT"},"96":{"body":"IS DISTINCT FROM is a synonym for IS NOT. IS NOT DISTINCT FROM is a synonym for IS. NOTE: The IS [NOT] DISTINCT FROM form is provided for SQL specification compatibility and is not recommended, as it tends to be verbose and confusing.","breadcrumbs":"SQL Reference » Operators » IS [NOT] DISTINCT FROM","id":"96","title":"IS [NOT] DISTINCT FROM"},"97":{"body":"NOT can be prefixed to any clause to negate it: SELECT * FROM products WHERE NOT (name = 'Coffee'); AND returns true if two clauses both return true: SELECT * FROM products WHERE name = 'Coffee' AND price > 2.99; OR returns true if either of two clauses return true: SELECT * FROM products WHERE name = 'Coffee' OR name = 'Kaapi';","breadcrumbs":"SQL Reference » Operators » NOT, AND, OR","id":"97","title":"NOT, AND, OR"},"98":{"body":"Standard SQL mathemetical operators are available to any two numeric values: + (addition) - (subtraction) * (multiplication) / (division) % (modulo; integer remainder of division) << (left bit shift) >> (right bit shift) +NUMBER (unary plus) -NUMBER (unary minus) SELECT 1 + 3.555;\nSELECT 1 - 3.555;\nSELECT 2 * 3.555;\nSELECT 2 / 3.555;\nSELECT 2 % 3.555;\nSELECT 62 << 2;\nSELECT 62 >> 2;\nSELECT +128.5;\nSELECT -128.5; NOTE: Mathematical functions are documented under Functions .","breadcrumbs":"SQL Reference » Operators » Math","id":"98","title":"Math"},"99":{"body":"Standard SQL bitwise manipulation operators are available to any two values. & (bitwise and) | (bitwise or) The bitwise not operator is also available to a single value: ~ (bitwise not) SELECT 1 & 2;\nSELECT 1 | 2;\nSELECT ~1;","breadcrumbs":"SQL Reference » Operators » Bitwise Operators","id":"99","title":"Bitwise Operators"}},"length":346,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{",":{"0":{",":{"0":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"9":{"0":{"4":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.0}}},"4":{"0":{"4":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"0":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"3":{"6":{"1":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"0":{"8":{",":{"0":{".":{"6":{"6":{"7":{"1":{",":{"0":{".":{"5":{"5":{"6":{"5":{",":{"0":{".":{"5":{"4":{"4":{"9":{",":{"0":{".":{"4":{"4":{"6":{"6":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":20,"docs":{"14":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"188":{"tf":2.23606797749979},"189":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"159":{"tf":1.0},"317":{"tf":1.0},"76":{"tf":1.0}},"z":{"df":7,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"137":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"80":{"tf":1.0}}},"3":{":":{"0":{"4":{":":{"0":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}},"4":{"df":13,"docs":{"147":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"5":{"df":6,"docs":{"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"6":{"df":1,"docs":{"191":{"tf":1.0}}},"7":{"df":6,"docs":{"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0}}},"8":{"df":4,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"329":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.4142135623730951}},"t":{"2":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":0,"docs":{},"z":{"df":5,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}},"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":{"1":{"2":{"d":{"df":0,"docs":{},"e":{"4":{"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"272":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0}}},"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"291":{"tf":1.0}}}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}}}}}}},"1":{",":{"1":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"4":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"5":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"27":{"tf":1.0}}},"9":{"7":{"0":{"2":{"5":{"0":{"5":{"4":{"1":{"1":{"7":{"8":{"6":{"5":{"6":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"322":{"tf":1.0}}}}},"1":{".":{"0":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"312":{"tf":1.0}}},"2":{"df":1,"docs":{"312":{"tf":1.0}}},"df":2,"docs":{"311":{"tf":1.0},"326":{"tf":1.0}}},"2":{"3":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"218":{"tf":1.0},"72":{"tf":1.0}}},"8":{".":{"5":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.0}}},"9":{"1":{"5":{"9":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"3":{"4":{":":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":1.7320508075688772},"90":{"tf":2.0}}},"3":{"df":1,"docs":{"48":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"9":{"2":{"8":{"df":1,"docs":{"338":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"326":{"tf":1.0}}},"4":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"2":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"326":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"103":{"tf":2.8284271247461903},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"219":{"tf":1.0},"234":{"tf":1.0},"25":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":3.0},"90":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{",":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"'":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"2":{"3":{"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"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":{"0":{"df":3,"docs":{"27":{"tf":1.0},"313":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":9,"docs":{"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"59":{"tf":1.4142135623730951},"90":{"tf":2.0}}},"7":{"8":{"5":{"3":{"0":{"5":{"2":{"9":{"3":{"8":{"5":{"9":{"1":{"8":{"4":{"7":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"df":7,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"1":{"df":10,"docs":{"147":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"334":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"323":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"7":{"df":4,"docs":{"317":{"tf":1.4142135623730951},"334":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0}}},"1":{"df":3,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}},"2":{"df":1,"docs":{"334":{"tf":1.0}}},"5":{"df":1,"docs":{"334":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}},"2":{"df":2,"docs":{"334":{"tf":1.0},"343":{"tf":1.0}}},"3":{"df":6,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"318":{"tf":1.0},"326":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"4":{"df":3,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"311":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"1":{"1":{"df":1,"docs":{"313":{"tf":1.0}}},"3":{"df":1,"docs":{"313":{"tf":1.0}}},"df":2,"docs":{"138":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"\"":{",":{"\"":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"x":{"df":0,"docs":{},"s":{"d":{":":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"294":{"tf":1.0},"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":{}},"]":{",":{"[":{"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"292":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{":":{"1":{"2":{".":{"1":{"2":{"3":{"4":{"5":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"145":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}},"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":2,"docs":{"137":{"tf":1.0},"206":{"tf":1.4142135623730951}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"329":{"tf":1.0}}},"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":{"234":{"tf":1.0}},"t":{"1":{"8":{":":{"1":{"8":{":":{"3":{"0":{".":{"1":{"2":{"9":{"1":{"5":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":41,"docs":{"103":{"tf":2.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"25":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.8284271247461903},"87":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"3":{",":{"3":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"5":{"5":{"5":{"df":1,"docs":{"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":4,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"234":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"186":{"tf":1.0}}},"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":{"df":1,"docs":{"314":{"tf":1.0}}},"2":{"df":1,"docs":{"314":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"2":{"6":{"0":{"3":{",":{"\"":{"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":{"\"":{":":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}},"6":{"9":{"d":{"7":{"8":{"8":{"5":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"3":{":":{"3":{"8":{"0":{"3":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"325":{"tf":1.0}}},"df":25,"docs":{"103":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"206":{"tf":1.0},"25":{"tf":1.0},"318":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"4":{".":{"0":{"0":{"df":2,"docs":{"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"7":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"298":{"tf":1.7320508075688772}}},"9":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"315":{"tf":1.0}}},"2":{"df":1,"docs":{"315":{"tf":1.0}}},"3":{"df":1,"docs":{"315":{"tf":1.0}}},"4":{"df":1,"docs":{"315":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"206":{"tf":1.0},"317":{"tf":1.0}}},"4":{"4":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"1":{"4":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"b":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"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":{"0":{"1":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"8":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"103":{"tf":2.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"154":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}},"f":{"7":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"]":{".":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{"0":{"0":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"26":{"tf":1.0},"30":{"tf":1.0}}},"9":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"161":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"c":{"5":{"a":{"5":{"1":{"2":{"9":{"0":{"7":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"31":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}},"6":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"4":{"/":{"1":{"2":{"8":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"317":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"6":{"df":1,"docs":{"126":{"tf":1.0}}},"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":2,"docs":{"109":{"tf":1.0},"31":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"7":{".":{"9":{"9":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"5":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"6":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"130":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"207":{"tf":1.7320508075688772},"31":{"tf":1.0}}},"8":{".":{"9":{"9":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"2":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"1":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.4142135623730951}}},"9":{".":{"9":{"9":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"7":{"1":{"9":{"9":{"2":{"5":{"4":{"7":{"4":{"0":{"9":{"9":{"2":{".":{"1":{"2":{"3":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"9":{"a":{"5":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"7":{"df":1,"docs":{"295":{"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":{}},"5":{"0":{"2":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"203":{"tf":1.0}}},"7":{",":{"9":{"6":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"321":{"tf":1.0}}},"9":{"df":3,"docs":{"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"100":{"tf":1.0}}},"a":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"a":{"df":2,"docs":{"242":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"19":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951}}}}}},"b":{"7":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"109":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"229":{"tf":2.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"146":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"222":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"r":{"d":{"df":8,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"103":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"141":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":2.0}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}},"t":{"df":4,"docs":{"225":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"210":{"tf":1.0},"270":{"tf":1.0},"326":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"0":{"]":{".":{"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"148":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":2,"docs":{"321":{"tf":1.0},"334":{"tf":1.0}},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"50":{"tf":1.0}},"s":{"df":2,"docs":{"141":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"283":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"y":{"d":{"b":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"327":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"203":{"tf":1.0},"265":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}},"n":{"df":5,"docs":{"128":{"tf":1.0},"214":{"tf":1.0},"327":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"263":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"330":{"tf":1.0},"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"299":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"124":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":2.0},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":29,"docs":{"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.0},"315":{"tf":1.4142135623730951},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":2.0}}},"p":{"df":2,"docs":{"281":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"301":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"328":{"tf":1.4142135623730951},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"320":{"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":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"286":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.7320508075688772},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"286":{"tf":1.7320508075688772},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":14,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.7320508075688772},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"297":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"289":{"tf":1.7320508075688772},"293":{"tf":1.7320508075688772},"299":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"127":{"tf":1.0},"16":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"327":{"tf":1.0}}},"df":2,"docs":{"156":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":7,"docs":{"195":{"tf":1.0},"303":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"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":2,"docs":{"320":{"tf":1.0},"335":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"331":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"163":{"tf":1.0},"169":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"225":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"137":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"137":{"tf":1.0},"154":{"tf":1.7320508075688772},"194":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"154":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.4142135623730951},"82":{"tf":2.8284271247461903},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"226":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":3.0},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"s":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"k":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"288":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"263":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"141":{"tf":1.0}}},"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"262":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"322":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"310":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"298":{"tf":1.4142135623730951},"310":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":1,"docs":{"74":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"187":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"281":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":2.8284271247461903},"259":{"tf":2.0}}}},"r":{"df":3,"docs":{"12":{"tf":1.0},"185":{"tf":1.0},"298":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":1,"docs":{"330":{"tf":1.0}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"342":{"tf":1.0}}}}}},"b":{"'":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"196":{"tf":1.0}}},"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"e":{"3":{"5":{"c":{"8":{"2":{"b":{"9":{"3":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":2.6457513110645907}}}}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"14":{"tf":1.0},"232":{"tf":1.0},"271":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"322":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"(":{"'":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"0":{"1":{"0":{"2":{"0":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":2.0},"258":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"141":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"47":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"i":{"c":{"df":12,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":2.0},"310":{"tf":2.6457513110645907},"36":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"326":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}},"y":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"201":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"156":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"264":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}}}},"t":{"df":3,"docs":{"0":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"172":{"tf":1.0},"185":{"tf":2.23606797749979},"186":{"tf":1.4142135623730951},"226":{"tf":1.0},"326":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":2.6457513110645907}}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"319":{"tf":1.0},"74":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.4142135623730951},"266":{"tf":1.0},"269":{"tf":1.7320508075688772},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"81":{"tf":1.0}}}}},"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"270":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"317":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":2.449489742783178}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":2.0},"317":{"tf":1.0},"319":{"tf":1.0},"342":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"317":{"tf":1.4142135623730951},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"186":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}},"d":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"241":{"tf":1.0}}},"df":4,"docs":{"241":{"tf":1.4142135623730951},"274":{"tf":1.0},"310":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"334":{"tf":1.4142135623730951},"339":{"tf":1.0},"342":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"282":{"tf":1.4142135623730951},"302":{"tf":2.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"314":{"tf":2.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"332":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"168":{"tf":1.4142135623730951},"258":{"tf":1.0}}}}}},"c":{"'":{"]":{"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"1":{"df":0,"docs":{},"o":{"2":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"e":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"2":{"]":{".":{"df":0,"docs":{},"f":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"a":{"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"315":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"329":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"182":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"1":{"2":{"3":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"109":{"tf":1.0},"158":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"d":{"c":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"df":17,"docs":{"103":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":1,"docs":{"332":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"331":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"r":{"(":{"1":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":2.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"169":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.7320508075688772},"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"161":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"141":{"tf":1.0},"327":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"23":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"137":{"tf":1.0},"331":{"tf":1.0},"342":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"85":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"267":{"tf":1.0},"323":{"tf":1.0}}},"r":{"df":3,"docs":{"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"235":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"178":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"176":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"d":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"208":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"206":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"305":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"293":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"138":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}},"2":{"df":1,"docs":{"50":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"296":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"339":{"tf":1.4142135623730951}}}},"df":40,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"196":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":2.0},"220":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"303":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.6457513110645907},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.6457513110645907},"71":{"tf":1.0},"85":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":2.449489742783178}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"227":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}},"m":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":6,"docs":{"155":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"280":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":2.23606797749979}}}},"o":{"d":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":7,"docs":{"194":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"222":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"r":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}},"t":{"df":10,"docs":{"158":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"268":{"tf":1.0},"269":{"tf":1.0},"340":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"317":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"0":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"289":{"tf":1.0},"32":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0}}},"x":{"df":4,"docs":{"322":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"334":{"tf":1.0}}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"271":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"342":{"tf":1.7320508075688772},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":2.449489742783178},"127":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"330":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"178":{"tf":1.0},"275":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":2.8284271247461903},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":6,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"280":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"107":{"tf":1.4142135623730951},"138":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"188":{"tf":1.7320508075688772},"194":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"263":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":31,"docs":{"154":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"326":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"340":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"126":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.7320508075688772},"173":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"173":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.0},"200":{"tf":1.0},"219":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.0},"279":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"330":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":2.449489742783178},"217":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":2.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":23,"docs":{"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"d":{"2":{"6":{"8":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"t":{"a":{"'":{"df":1,"docs":{"329":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":2.6457513110645907},"323":{"tf":2.0},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":3.7416573867739413},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"331":{"tf":2.449489742783178},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":62,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.0},"24":{"tf":2.0},"240":{"tf":1.0},"244":{"tf":2.0},"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.0},"264":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"290":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.23606797749979},"30":{"tf":1.7320508075688772},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":3.3166247903554},"327":{"tf":1.0},"328":{"tf":2.8284271247461903},"329":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951},"331":{"tf":3.3166247903554},"332":{"tf":2.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"58":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"142":{"tf":1.0},"178":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":19,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"175":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"338":{"tf":1.0},"77":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"311":{"tf":1.0}},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"(":{"2":{"0":{"2":{"3":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}},"y":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"181":{"tf":1.0},"339":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"b":{"a":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":23,"docs":{"143":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"6":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}}},"c":{"a":{"d":{"df":5,"docs":{"323":{"tf":1.7320508075688772},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"270":{"tf":2.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"290":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"241":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"215":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":2.8284271247461903},"326":{"tf":2.0},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"315":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"155":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"6":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"306":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"153":{"tf":1.0},"181":{"tf":1.0},"259":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"c":{"df":2,"docs":{"154":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"a":{"c":{"df":4,"docs":{"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"r":{"df":4,"docs":{"214":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"72":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"326":{"tf":2.0},"328":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"264":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"322":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.0}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"153":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"327":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"102":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"270":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"342":{"tf":1.0},"68":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"172":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"c":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":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":{"267":{"tf":1.0}}}}},"df":8,"docs":{"265":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":2.449489742783178},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"269":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"24":{"tf":1.0},"340":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"338":{"tf":1.0}},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}},"m":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"326":{"tf":1.0},"329":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"61":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"80":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"'":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"340":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"56":{"tf":1.0},"84":{"tf":1.0}},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"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":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"b":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"a":{"b":{"0":{"7":{"7":{"6":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":21,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"266":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"37":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"137":{"tf":1.0}}}},"df":1,"docs":{"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":2.23606797749979}}}}},"df":7,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"240":{"tf":2.0},"245":{"tf":1.0},"255":{"tf":2.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"122":{"tf":1.0}},"|":{".":{"*":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"c":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"321":{"tf":1.0},"342":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":2.0},"137":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0}}}}}}},"i":{"d":{"df":3,"docs":{"220":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"319":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"o":{"d":{"df":8,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"309":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"222":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"321":{"tf":2.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"df":7,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"'":{"df":8,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"282":{"tf":1.0},"339":{"tf":1.0}}},"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.7320508075688772},"245":{"tf":1.0},"255":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"=":{"0":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"273":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"273":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":116,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"208":{"tf":2.0},"21":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.7320508075688772},"240":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":2.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":2.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"241":{"tf":1.4142135623730951},"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":0,"docs":{}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"w":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"264":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.4142135623730951},"306":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"184":{"tf":1.0},"23":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"v":{"df":1,"docs":{"270":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"3":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"162":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"219":{"tf":1.0},"322":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.0},"321":{"tf":1.0},"337":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.7320508075688772},"56":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":2.0},"128":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"t":{"c":{"df":3,"docs":{"22":{"tf":1.0},"342":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":6,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0}},"u":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"241":{"tf":2.0},"245":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"338":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"151":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"217":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"103":{"tf":1.0},"106":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.4142135623730951},"264":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.0},"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"327":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"283":{"tf":1.0},"315":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"s":{"df":5,"docs":{"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"146":{"tf":2.23606797749979},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"f":{"7":{"c":{"3":{"1":{"4":{"d":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"330":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}},"s":{"df":14,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"315":{"tf":2.0},"317":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"334":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"321":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"330":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"323":{"tf":1.0}}}}}}},"df":10,"docs":{"207":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.449489742783178},"305":{"tf":1.0},"86":{"tf":1.0}},"e":{"6":{"df":0,"docs":{},"f":{"5":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"319":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0}}},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"w":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}}}},"f":{"8":{"0":{"6":{"6":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"b":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"135":{"tf":2.23606797749979},"196":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"225":{"tf":1.0},"270":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":1.4142135623730951},"303":{"tf":2.6457513110645907},"328":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":5,"docs":{"156":{"tf":1.4142135623730951},"194":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"163":{"tf":1.0},"169":{"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},"325":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"325":{"tf":1.0}},"r":{"2":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"t":{"df":1,"docs":{"331":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"176":{"tf":1.0},"214":{"tf":1.4142135623730951},"246":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"o":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.0},"138":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.23606797749979}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"158":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"46":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"0":{"tf":1.0},"325":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.0},"284":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"321":{"tf":1.0}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"29":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.0},"169":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"341":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"326":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"321":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":77,"docs":{"100":{"tf":1.0},"109":{"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.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":2.6457513110645907},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"334":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"196":{"tf":1.0},"222":{"tf":1.0},"288":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"271":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}}},"c":{"df":1,"docs":{"280":{"tf":1.0}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"325":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"329":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"t":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":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":{"344":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":12,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"198":{"tf":1.0},"219":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"331":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"314":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"325":{"tf":1.0}},"e":{"df":2,"docs":{"323":{"tf":1.0},"58":{"tf":1.0}}},"o":{"d":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"342":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"342":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"219":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"324":{"tf":1.0}},"n":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"p":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"ö":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"=":{"'":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":2.0}}}},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":2,"docs":{"330":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"328":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":2,"docs":{"208":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":2.0},"94":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":24,"docs":{"143":{"tf":1.0},"225":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"324":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"229":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":1.7320508075688772},"310":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"202":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}}},"o":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"296":{"tf":1.0}}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"109":{"tf":2.0},"119":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"317":{"tf":1.0}}}},"p":{"df":6,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.7320508075688772},"270":{"tf":2.0},"8":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"x":{"(":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"208":{"tf":1.0},"327":{"tf":1.0},"344":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"327":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"226":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"o":{"c":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"321":{"tf":1.0},"332":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"334":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"1":{".":{"1":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"p":{"=":{"%":{"5":{"b":{"%":{"2":{"2":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"%":{"2":{"2":{"%":{"2":{"c":{"%":{"2":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"%":{"2":{"2":{"%":{"5":{"d":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"q":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"1":{"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":{}}},"df":22,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":28,"docs":{"11":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"262":{"tf":2.23606797749979},"263":{"tf":2.0},"264":{"tf":1.0},"270":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.449489742783178},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":2.6457513110645907},"310":{"tf":1.4142135623730951},"315":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"s":{":":{"/":{"/":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"2":{"0":{"0":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"/":{"#":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"b":{"df":2,"docs":{"265":{"tf":1.0},"267":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"331":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"303":{"tf":1.0},"326":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"326":{"tf":1.0},"339":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"å":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"343":{"tf":1.0}}},"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"d":{"\"":{":":{"1":{"1":{"1":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"a":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"166":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"153":{"tf":1.0},"169":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}},"m":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"214":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":2.0},"182":{"tf":1.0},"24":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"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":9,"docs":{"23":{"tf":1.0},"241":{"tf":1.4142135623730951},"249":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"325":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"176":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"324":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"280":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":2.0}}}},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"26":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"208":{"tf":2.0},"23":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"321":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"(":{"[":{"1":{",":{"2":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"174":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"114":{"tf":1.7320508075688772},"174":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}},"df":0,"docs":{}}}},"df":38,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"25":{"tf":3.1622776601683795},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":2.8284271247461903},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":2,"docs":{"321":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"194":{"tf":1.0},"202":{"tf":1.0},"23":{"tf":2.0},"338":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":18,"docs":{"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"224":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":2.0},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.7320508075688772},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"222":{"tf":1.7320508075688772},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"303":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"(":{"'":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.4142135623730951}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"98":{"tf":1.0}},"r":{"df":1,"docs":{"325":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"223":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"326":{"tf":1.0}}}}},"f":{"a":{"c":{"df":3,"docs":{"222":{"tf":1.0},"241":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"262":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"175":{"tf":1.0},"317":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"324":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":2.0},"137":{"tf":1.0},"174":{"tf":1.0}}},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"c":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"324":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"317":{"tf":2.0},"326":{"tf":1.0},"338":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"t":{"'":{"df":5,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.7320508075688772},"334":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"23":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"m":{"df":1,"docs":{"304":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"304":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"o":{"b":{"df":3,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"318":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"15":{"tf":2.0},"211":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":3.3166247903554},"43":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"y":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":3.3166247903554},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"c":{"\"":{":":{"\"":{"2":{".":{"0":{"df":1,"docs":{"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}}},"df":0,"docs":{}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"(":{"1":{"9":{"7":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"k":{"a":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"270":{"tf":1.4142135623730951},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"103":{"tf":1.0},"304":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":2,"docs":{"328":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"172":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"12":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.4142135623730951},"317":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"206":{"tf":1.0},"305":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"331":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"d":{"df":19,"docs":{"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":1.0},"194":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"330":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"v":{"df":2,"docs":{"17":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0},"98":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"325":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"'":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}},"[":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"118":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.7320508075688772},"46":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}},"s":{"df":5,"docs":{"123":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"16":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"208":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"327":{"tf":1.0},"344":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{".":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"10":{"tf":1.7320508075688772},"222":{"tf":2.0},"235":{"tf":1.0},"250":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"222":{"tf":1.0},"320":{"tf":1.0},"345":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"(":{"'":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.6457513110645907},"6":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0}}},"g":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"294":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"327":{"tf":1.0},"340":{"tf":1.0}}},"t":{"df":24,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"155":{"tf":1.0},"196":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"282":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.0},"197":{"tf":2.0},"220":{"tf":1.7320508075688772},"236":{"tf":1.0},"243":{"tf":2.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"317":{"tf":2.0},"318":{"tf":1.0},"51":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"342":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"181":{"tf":1.0},"267":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"g":{"1":{"0":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"141":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.7320508075688772},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":2.6457513110645907},"328":{"tf":1.7320508075688772},"336":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"326":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"325":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"196":{"tf":1.0},"326":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"p":{"df":1,"docs":{"326":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"330":{"tf":1.0}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}},"t":{"df":2,"docs":{"324":{"tf":1.0},"325":{"tf":1.0}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"182":{"tf":1.0},"208":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}}}}},"y":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},")":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951}}}}}}},"]":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"330":{"tf":1.0}}}}},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"271":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"267":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"175":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"288":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":6,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"331":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"318":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"243":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":3.605551275463989},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"263":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"214":{"tf":1.0},"334":{"tf":1.0}}}}},"h":{"df":2,"docs":{"141":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"x":{"(":{"c":{".":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"df":19,"docs":{"137":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"169":{"tf":1.0},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.7320508075688772},"315":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"176":{"tf":1.0},"220":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{".":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"304":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"20":{"tf":1.4142135623730951},"225":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":14,"docs":{"222":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"220":{"tf":1.0},"317":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"214":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}},"o":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"275":{"tf":1.0},"334":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"b":{"df":4,"docs":{"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"264":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"g":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"288":{"tf":1.7320508075688772},"299":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":14,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"305":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"35":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":88,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.0},"208":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"245":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"25":{"tf":2.23606797749979},"257":{"tf":2.0},"259":{"tf":2.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"300":{"tf":2.8284271247461903},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":3.3166247903554},"311":{"tf":1.0},"312":{"tf":2.6457513110645907},"313":{"tf":1.0},"314":{"tf":2.449489742783178},"315":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":2.23606797749979},"97":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"305":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"196":{"tf":2.0},"197":{"tf":1.0},"202":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}},"df":6,"docs":{"137":{"tf":2.0},"243":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"309":{"tf":1.4142135623730951},"318":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":{"327":{"tf":1.0},"328":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":1,"docs":{"328":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"217":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"137":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"23":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"331":{"tf":2.6457513110645907},"334":{"tf":1.0},"338":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"327":{"tf":1.0},"333":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"147":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"226":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.4142135623730951},"266":{"tf":1.0},"3":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":2,"docs":{"270":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":9,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":7,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"258":{"tf":1.0},"326":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"331":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":50,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":2,"docs":{"206":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":23,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"220":{"tf":2.6457513110645907},"242":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"258":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"f":{"(":{"1":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"137":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"[":{"'":{"a":{"df":1,"docs":{"134":{"tf":1.0}}},"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":1,"docs":{"131":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":33,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"271":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":2.449489742783178},"307":{"tf":1.0},"309":{"tf":1.7320508075688772},"312":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"342":{"tf":1.0},"51":{"tf":2.6457513110645907},"81":{"tf":1.0},"83":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"289":{"tf":1.0},"328":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"85":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"321":{"tf":1.0},"326":{"tf":1.0}}}},"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":6,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"219":{"tf":1.0},"265":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"323":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.23606797749979},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"226":{"tf":1.0},"331":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"321":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"272":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"280":{"tf":1.0}}}}}}}}}}}},"r":{"df":52,"docs":{"100":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"t":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"s":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"]":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"225":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"154":{"tf":1.4142135623730951},"23":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"313":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":2.23606797749979},"86":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"14":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"207":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"168":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"334":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"273":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"0":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"189":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},")":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"\"":{"[":{"[":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"'":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"288":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{";":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"235":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"a":{"c":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"a":{"df":3,"docs":{"285":{"tf":1.0},"300":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":40,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"138":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"169":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":2.23606797749979},"287":{"tf":1.7320508075688772},"299":{"tf":2.23606797749979},"300":{"tf":2.23606797749979},"301":{"tf":2.23606797749979},"302":{"tf":1.7320508075688772},"303":{"tf":2.0},"304":{"tf":2.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.0},"311":{"tf":1.4142135623730951},"312":{"tf":2.23606797749979},"313":{"tf":2.23606797749979},"314":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"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":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"214":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"189":{"tf":1.0},"299":{"tf":1.0},"325":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"329":{"tf":1.0},"332":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"23":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"327":{"tf":1.0}},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":13,"docs":{"225":{"tf":2.23606797749979},"231":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":2.449489742783178},"27":{"tf":2.6457513110645907}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.0},"29":{"tf":1.0}},"e":{"(":{"[":{"0":{",":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"203":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":18,"docs":{"18":{"tf":1.7320508075688772},"194":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":2.449489742783178},"199":{"tf":3.1622776601683795},"200":{"tf":2.8284271247461903},"201":{"tf":2.0},"202":{"tf":3.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772}},"s":{".":{".":{"a":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":33,"docs":{"15":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"270":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"137":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":11,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"(":{"2":{"0":{"0":{"1":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"147":{"tf":2.0},"176":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":12,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"220":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"141":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"329":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.7320508075688772},"327":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"10":{"tf":1.0},"224":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"d":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"324":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":4,"docs":{"23":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"317":{"tf":1.0},"75":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"270":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"124":{"tf":2.23606797749979},"220":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"x":{"df":1,"docs":{"327":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"324":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"317":{"tf":1.0},"319":{"tf":1.0},"327":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{".":{"c":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"306":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"326":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":35,"docs":{"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"130":{"tf":1.0},"137":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"31":{"tf":3.1622776601683795},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"327":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"328":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"u":{"c":{"df":1,"docs":{"332":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":12,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}},"df":69,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"266":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":2.0},"31":{"tf":2.449489742783178},"312":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"[":{"'":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"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":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"222":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"274":{"tf":1.7320508075688772},"276":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}},"e":{".":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"270":{"tf":2.0},"310":{"tf":1.4142135623730951},"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"321":{"tf":2.0},"324":{"tf":1.0},"327":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"m":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"267":{"tf":1.4142135623730951},"324":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"252":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"259":{"tf":1.0}}},"df":9,"docs":{"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}}},"q":{")":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}}},"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"*":{"%":{"2":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"%":{"2":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":66,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":2.449489742783178},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":2.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"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":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"331":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"265":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"233":{"tf":2.0},"327":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"140":{"tf":2.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"334":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"303":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"10":{"tf":1.0},"264":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"338":{"tf":1.0},"344":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":2,"docs":{"0":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"317":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"289":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"90":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"287":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"b":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.7320508075688772},"17":{"tf":1.0},"182":{"tf":1.0},"294":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"102":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":3.3166247903554}}}}}},"d":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"u":{"c":{"df":2,"docs":{"324":{"tf":1.0},"330":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"214":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.4142135623730951},"31":{"tf":1.0},"317":{"tf":1.4142135623730951},"326":{"tf":1.0},"345":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"88":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"101":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}},"t":{"df":9,"docs":{"120":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"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":2,"docs":{"15":{"tf":1.0},"331":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":2.23606797749979}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"184":{"tf":1.0},"327":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"206":{"tf":1.4142135623730951},"221":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"328":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"121":{"tf":1.7320508075688772},"267":{"tf":1.0},"271":{"tf":1.0}},"e":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"267":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":11,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"263":{"tf":1.0},"307":{"tf":2.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"311":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"24":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"285":{"tf":1.0},"286":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"149":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"208":{"tf":1.0},"240":{"tf":1.0},"263":{"tf":1.4142135623730951},"295":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"301":{"tf":1.0},"313":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":3,"docs":{"11":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"182":{"tf":1.0},"339":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":90,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.7320508075688772},"309":{"tf":1.0},"317":{"tf":1.4142135623730951},"331":{"tf":1.0},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"71":{"tf":1.0},"85":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":2.6457513110645907},"97":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}}}},"f":{"c":{"df":3,"docs":{"27":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"332":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"267":{"tf":1.7320508075688772},"273":{"tf":1.0},"5":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"344":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"315":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"315":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"323":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"141":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":33,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.23606797749979},"208":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":2.449489742783178},"86":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"p":{"c":{"df":4,"docs":{"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"n":{"df":14,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"181":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"å":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"3":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"337":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"153":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":10,"docs":{"135":{"tf":1.7320508075688772},"285":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":17,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"269":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"303":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":5,"docs":{"287":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"60":{"tf":3.1622776601683795},"61":{"tf":1.7320508075688772},"62":{"tf":2.8284271247461903},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":2,"docs":{"326":{"tf":1.0},"334":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"207":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"319":{"tf":1.0},"321":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}},"n":{"df":1,"docs":{"198":{"tf":1.0}}},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"208":{"tf":2.449489742783178},"219":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":2.8284271247461903},"37":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"323":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"e":{"a":{"df":2,"docs":{"135":{"tf":1.0},"323":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"310":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}}},"df":22,"docs":{"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"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},"331":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"df":5,"docs":{"182":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":164,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"14":{"tf":2.23606797749979},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":2.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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.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},"196":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"203":{"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.4142135623730951},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":3.0},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"98":{"tf":3.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}},"l":{"df":1,"docs":{"333":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"226":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":5,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"222":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"219":{"tf":1.0},"329":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}},"t":{"df":5,"docs":{"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"291":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}},"s":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"226":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}}}},"t":{"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":2.0},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"314":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}}}},"h":{"a":{"1":{"(":{"'":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.4142135623730951}}},"df":1,"docs":{"167":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"161":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"w":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"225":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"267":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":1,"docs":{"141":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"27":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"283":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.0},"36":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"138":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"326":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"d":{"a":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"323":{"tf":1.0}}}},"v":{"df":2,"docs":{"322":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"321":{"tf":1.0},"328":{"tf":1.0},"38":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"280":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"307":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"182":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":14,"docs":{"222":{"tf":1.0},"23":{"tf":1.7320508075688772},"326":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":16,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"q":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}}}},":":{"2":{"0":{"1":{"1":{"df":8,"docs":{"176":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.0}}},"6":{"df":3,"docs":{"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"df":4,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"331":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":84,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.7320508075688772},"153":{"tf":1.0},"16":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":3.0},"232":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"315":{"tf":2.23606797749979},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.4641016151377544},"327":{"tf":4.69041575982343},"331":{"tf":2.449489742783178},"334":{"tf":1.0},"338":{"tf":2.0},"339":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"141":{"tf":1.0},"202":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}},"df":5,"docs":{"128":{"tf":1.0},"23":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"300":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"267":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"141":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"226":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"327":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.7320508075688772},"338":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"281":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":2.23606797749979},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"c":{"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"298":{"tf":1.4142135623730951},"85":{"tf":2.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"105":{"tf":1.0}}}}},"y":{"df":1,"docs":{"331":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":1.0},"6":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"345":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"17":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"271":{"tf":1.0},"322":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"222":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":2.0},"334":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"271":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}},"e":{"d":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"297":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}},"y":{"/":{"%":{"df":0,"docs":{},"m":{"/":{"%":{"d":{"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":2,"docs":{"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"334":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":2.23606797749979},"240":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"317":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"285":{"tf":1.0},"294":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"b":{"df":2,"docs":{"196":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"303":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"202":{"tf":1.0},"285":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}}}},"r":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":2.449489742783178},"124":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"326":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"305":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":9,"docs":{"175":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"24":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":2,"docs":{"322":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"150":{"tf":2.0},"151":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"314":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"317":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"343":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"269":{"tf":1.0},"323":{"tf":1.0},"342":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"199":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":9,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"315":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"329":{"tf":1.0}}}}}},"df":7,"docs":{"182":{"tf":1.7320508075688772},"185":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"(":{"df":1,"docs":{"138":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":40,"docs":{"13":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"331":{"tf":2.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"2":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"╯":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"234":{"tf":1.0},"324":{"tf":1.0},"343":{"tf":1.0}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":3,"docs":{"269":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"327":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"236":{"tf":1.0},"243":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":4,"docs":{"176":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}},"t":{"a":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":11,"docs":{"229":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"283":{"tf":1.0},"291":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":7,"docs":{"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"317":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"14":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"0":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"322":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"321":{"tf":1.0},"322":{"tf":1.0}}},"k":{"df":3,"docs":{"336":{"tf":1.0},"342":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"d":{"df":7,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"161":{"tf":1.0},"327":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"199":{"tf":1.0},"287":{"tf":1.0},"334":{"tf":1.0}},"t":{"df":2,"docs":{"137":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"273":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"325":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"327":{"tf":1.0}}}}},"w":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"df":3,"docs":{"102":{"tf":1.0},"315":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":2.0}},"y":{"df":0,"docs":{},"u":{"df":2,"docs":{"281":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"12":{"tf":1.0},"14":{"tf":2.449489742783178},"143":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"22":{"tf":1.0},"232":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.0},"329":{"tf":1.4142135623730951},"331":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.7320508075688772}}}}},"r":{"df":1,"docs":{"232":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":1.0},"183":{"tf":1.0},"317":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"177":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"89":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"_":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"109":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"232":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"11":{"tf":1.0},"222":{"tf":1.0},"271":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"23":{"tf":1.0},"310":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"280":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"330":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"315":{"tf":2.0},"336":{"tf":1.0},"339":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"183":{"tf":1.4142135623730951},"321":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"i":{"df":10,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":2.0}}},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"161":{"tf":1.0},"162":{"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},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"288":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.0},"314":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":2.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"337":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"l":{"2":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"292":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.7320508075688772},"273":{"tf":1.0},"328":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"'":{"df":1,"docs":{"317":{"tf":1.0}}},"df":28,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"321":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":68,"docs":{"12":{"tf":1.0},"137":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":2.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":2.0},"262":{"tf":2.6457513110645907},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":2.23606797749979},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":2.23606797749979},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"2":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"1":{".":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"1":{"2":{"3":{"4":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"1":{"8":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"159":{"tf":1.4142135623730951}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"=":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":2,"docs":{"234":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"338":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"8":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}}},"r":{"df":12,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"311":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"34":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"'":{"3":{"1":{"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":2.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"117":{"tf":1.0},"125":{"tf":1.7320508075688772}},"e":{"(":{"'":{"a":{"d":{"a":{"df":0,"docs":{},"m":{"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":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":2.449489742783178},"58":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"219":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"338":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.0},"322":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"144":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"'":{"2":{"0":{"2":{"3":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"7":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.4142135623730951},"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{">":{":":{"1":{":":{"1":{"5":{"]":{"\\":{"df":0,"docs":{},"n":{"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":5,"docs":{"262":{"tf":1.0},"309":{"tf":1.4142135623730951},"330":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"328":{"tf":1.0},"345":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"303":{"tf":1.0},"315":{"tf":1.0},"331":{"tf":1.0},"85":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"<":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"1":{".":{"9":{"9":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"137":{"tf":2.449489742783178},"194":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"29":{"tf":2.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"226":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"14":{"tf":2.449489742783178},"17":{"tf":1.0},"202":{"tf":1.4142135623730951},"217":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":3.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"326":{"tf":1.0},"336":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.0},"176":{"tf":1.0},"226":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"169":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}},"l":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":12,"docs":{"225":{"tf":2.449489742783178},"228":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"283":{"tf":1.0},"299":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"289":{"tf":1.7320508075688772},"299":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"225":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"270":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":2.0},"226":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"319":{"tf":1.7320508075688772},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"245":{"tf":2.8284271247461903},"248":{"tf":2.6457513110645907},"249":{"tf":2.6457513110645907},"257":{"tf":2.23606797749979},"259":{"tf":2.8284271247461903},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":2.0},"9":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"225":{"tf":2.23606797749979},"230":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"[":{"1":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},";":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":6,"docs":{"145":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"166":{"tf":2.449489742783178},"319":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"3":{".":{"0":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":2.449489742783178},"90":{"tf":2.0}},"i":{"d":{"df":7,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.4142135623730951},"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":87,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.7320508075688772},"257":{"tf":2.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"317":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":1.0},"50":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"240":{"tf":2.0},"241":{"tf":2.0},"243":{"tf":1.4142135623730951},"245":{"tf":2.449489742783178}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"222":{"tf":1.0},"280":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":6,"docs":{"267":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":2,"docs":{"281":{"tf":1.0},"283":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"s":{"a":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}},"i":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}},"i":{"a":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"211":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":3.0},"215":{"tf":2.0},"22":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"32":{"tf":1.0},"329":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"l":{"d":{"b":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"198":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"322":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":10,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"219":{"tf":1.0},"280":{"tf":1.0},"303":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0}}}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"b":{"df":3,"docs":{"241":{"tf":1.7320508075688772},"310":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":2.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":19,"docs":{"222":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"245":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":1.0},"315":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"222":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"326":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"201":{"tf":1.7320508075688772},"202":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0}}},"l":{"d":{"df":6,"docs":{"109":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"331":{"tf":2.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"219":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"298":{"tf":1.0},"321":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"g":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}}}}},"df":3,"docs":{"237":{"tf":1.0},"241":{"tf":2.0},"245":{"tf":1.0}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"289":{"tf":1.7320508075688772},"299":{"tf":1.0}}}}},"x":{"%":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"'":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"317":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"128":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}}},"s":{"d":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"258":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"258":{"tf":1.0},"317":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"299":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"327":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"267":{"tf":1.0},"327":{"tf":1.0}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"163":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":5,"docs":{"100":{"tf":1.0},"137":{"tf":1.0},"168":{"tf":1.0},"318":{"tf":1.0},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":11,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"breadcrumbs":{"root":{"0":{",":{"0":{",":{"0":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"9":{"0":{"4":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.0}}},"4":{"0":{"4":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"0":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"3":{"6":{"1":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"0":{"8":{",":{"0":{".":{"6":{"6":{"7":{"1":{",":{"0":{".":{"5":{"5":{"6":{"5":{",":{"0":{".":{"5":{"4":{"4":{"9":{",":{"0":{".":{"4":{"4":{"6":{"6":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":20,"docs":{"14":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"188":{"tf":2.23606797749979},"189":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"159":{"tf":1.0},"317":{"tf":1.0},"76":{"tf":1.0}},"z":{"df":7,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"137":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"80":{"tf":1.0}}},"3":{":":{"0":{"4":{":":{"0":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}},"4":{"df":13,"docs":{"147":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"5":{"df":6,"docs":{"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"6":{"df":1,"docs":{"191":{"tf":1.0}}},"7":{"df":6,"docs":{"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0}}},"8":{"df":4,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"329":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.4142135623730951}},"t":{"2":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":0,"docs":{},"z":{"df":5,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}},"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":{"1":{"2":{"d":{"df":0,"docs":{},"e":{"4":{"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"272":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0}}},"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"291":{"tf":1.0}}}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}}}}}}},"1":{",":{"1":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"4":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"5":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"27":{"tf":1.0}}},"9":{"7":{"0":{"2":{"5":{"0":{"5":{"4":{"1":{"1":{"7":{"8":{"6":{"5":{"6":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"322":{"tf":1.0}}}}},"1":{".":{"0":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"312":{"tf":1.0}}},"2":{"df":1,"docs":{"312":{"tf":1.0}}},"df":2,"docs":{"311":{"tf":1.0},"326":{"tf":1.0}}},"2":{"3":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"218":{"tf":1.0},"72":{"tf":1.0}}},"8":{".":{"5":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.0}}},"9":{"1":{"5":{"9":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"3":{"4":{":":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":1.7320508075688772},"90":{"tf":2.0}}},"3":{"df":1,"docs":{"48":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"9":{"2":{"8":{"df":1,"docs":{"338":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"326":{"tf":1.0}}},"4":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"2":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"326":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"103":{"tf":2.8284271247461903},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"219":{"tf":1.0},"234":{"tf":1.0},"25":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":3.0},"90":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{",":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"'":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"2":{"3":{"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"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":{"0":{"df":3,"docs":{"27":{"tf":1.0},"313":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":9,"docs":{"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"59":{"tf":1.4142135623730951},"90":{"tf":2.0}}},"7":{"8":{"5":{"3":{"0":{"5":{"2":{"9":{"3":{"8":{"5":{"9":{"1":{"8":{"4":{"7":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"df":7,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"1":{"df":10,"docs":{"147":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"334":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"323":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"7":{"df":4,"docs":{"317":{"tf":1.4142135623730951},"334":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0}}},"1":{"df":3,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}},"2":{"df":1,"docs":{"334":{"tf":1.0}}},"5":{"df":1,"docs":{"334":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}},"2":{"df":2,"docs":{"334":{"tf":1.0},"343":{"tf":1.0}}},"3":{"df":6,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"318":{"tf":1.0},"326":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"4":{"df":3,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"311":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"1":{"1":{"df":1,"docs":{"313":{"tf":1.0}}},"3":{"df":1,"docs":{"313":{"tf":1.0}}},"df":2,"docs":{"138":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"\"":{",":{"\"":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"x":{"df":0,"docs":{},"s":{"d":{":":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"294":{"tf":1.0},"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":{}},"]":{",":{"[":{"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"292":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{":":{"1":{"2":{".":{"1":{"2":{"3":{"4":{"5":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"145":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}},"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":2,"docs":{"137":{"tf":1.0},"206":{"tf":1.4142135623730951}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"329":{"tf":1.0}}},"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":{"234":{"tf":1.0}},"t":{"1":{"8":{":":{"1":{"8":{":":{"3":{"0":{".":{"1":{"2":{"9":{"1":{"5":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":41,"docs":{"103":{"tf":2.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"25":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.8284271247461903},"87":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"3":{",":{"3":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"5":{"5":{"5":{"df":1,"docs":{"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":4,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"234":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"186":{"tf":1.0}}},"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":{"df":1,"docs":{"314":{"tf":1.0}}},"2":{"df":1,"docs":{"314":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"2":{"6":{"0":{"3":{",":{"\"":{"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":{"\"":{":":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}},"6":{"9":{"d":{"7":{"8":{"8":{"5":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"3":{":":{"3":{"8":{"0":{"3":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"325":{"tf":1.0}}},"df":25,"docs":{"103":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"206":{"tf":1.0},"25":{"tf":1.0},"318":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"4":{".":{"0":{"0":{"df":2,"docs":{"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"7":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"298":{"tf":1.7320508075688772}}},"9":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"315":{"tf":1.0}}},"2":{"df":1,"docs":{"315":{"tf":1.0}}},"3":{"df":1,"docs":{"315":{"tf":1.0}}},"4":{"df":1,"docs":{"315":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"206":{"tf":1.0},"317":{"tf":1.0}}},"4":{"4":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"1":{"4":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"b":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"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":{"0":{"1":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"8":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"103":{"tf":2.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"154":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}},"f":{"7":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"]":{".":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{"0":{"0":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"26":{"tf":1.0},"30":{"tf":1.0}}},"9":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"161":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"c":{"5":{"a":{"5":{"1":{"2":{"9":{"0":{"7":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"31":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}},"6":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"4":{"/":{"1":{"2":{"8":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"317":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"6":{"df":1,"docs":{"126":{"tf":1.0}}},"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":2,"docs":{"109":{"tf":1.0},"31":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"7":{".":{"9":{"9":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"5":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"6":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"130":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"207":{"tf":1.7320508075688772},"31":{"tf":1.0}}},"8":{".":{"9":{"9":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"2":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"1":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.4142135623730951}}},"9":{".":{"9":{"9":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"7":{"1":{"9":{"9":{"2":{"5":{"4":{"7":{"4":{"0":{"9":{"9":{"2":{".":{"1":{"2":{"3":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"9":{"a":{"5":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"7":{"df":1,"docs":{"295":{"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":{}},"5":{"0":{"2":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"203":{"tf":1.0}}},"7":{",":{"9":{"6":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"321":{"tf":1.0}}},"9":{"df":3,"docs":{"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"100":{"tf":1.0}}},"a":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"a":{"df":2,"docs":{"242":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"19":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951}}}}}},"b":{"7":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"109":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"229":{"tf":2.23606797749979},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":2.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"146":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"222":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"r":{"d":{"df":8,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"103":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"141":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":2.23606797749979}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}},"t":{"df":4,"docs":{"225":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"210":{"tf":1.0},"270":{"tf":1.0},"326":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"0":{"]":{".":{"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":2,"docs":{"321":{"tf":1.0},"334":{"tf":1.0}},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"50":{"tf":1.0}},"s":{"df":2,"docs":{"141":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"283":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"y":{"d":{"b":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"327":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"203":{"tf":1.0},"265":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}},"n":{"df":5,"docs":{"128":{"tf":1.0},"214":{"tf":1.0},"327":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"263":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"330":{"tf":1.0},"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"299":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"124":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.4142135623730951},"327":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":59,"docs":{"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"260":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"281":{"tf":2.23606797749979},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":2.23606797749979},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.7320508075688772},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":2.0}}},"p":{"df":2,"docs":{"281":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"301":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"328":{"tf":1.4142135623730951},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":26,"docs":{"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"285":{"tf":2.449489742783178},"286":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":2.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"286":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":14,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"287":{"tf":2.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":2.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"297":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"289":{"tf":2.0},"293":{"tf":2.0},"299":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"127":{"tf":1.0},"16":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"327":{"tf":1.0}}},"df":2,"docs":{"156":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":7,"docs":{"195":{"tf":1.0},"303":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"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":10,"docs":{"320":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"331":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"163":{"tf":1.0},"169":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"225":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"137":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"137":{"tf":1.0},"154":{"tf":2.0},"194":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"154":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.4142135623730951},"82":{"tf":3.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"226":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":3.1622776601683795},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"s":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"k":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"212":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":2.6457513110645907},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"288":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"263":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"141":{"tf":1.0}}},"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"262":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"322":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":2.0},"310":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"298":{"tf":1.4142135623730951},"310":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":1,"docs":{"74":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"187":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"281":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"152":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":2.8284271247461903},"259":{"tf":2.0}}}},"r":{"df":3,"docs":{"12":{"tf":1.0},"185":{"tf":1.0},"298":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":1,"docs":{"330":{"tf":1.0}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"342":{"tf":1.0}}}}}},"b":{"'":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"196":{"tf":1.0}}},"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"e":{"3":{"5":{"c":{"8":{"2":{"b":{"9":{"3":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":2.6457513110645907}}}}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"14":{"tf":1.0},"232":{"tf":1.0},"271":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"322":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"(":{"'":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"0":{"1":{"0":{"2":{"0":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":2.23606797749979},"258":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"141":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"47":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"i":{"c":{"df":21,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":2.23606797749979},"310":{"tf":2.8284271247461903},"36":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"326":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}},"y":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"201":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"156":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"264":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}}}},"t":{"df":3,"docs":{"0":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":2.0},"3":{"tf":2.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"172":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"226":{"tf":1.0},"326":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":2.8284271247461903}}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"319":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.4142135623730951},"266":{"tf":1.0},"269":{"tf":2.0},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"81":{"tf":1.0}}}}},"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"270":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"317":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":2.6457513110645907}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":2.0},"317":{"tf":1.0},"319":{"tf":1.0},"342":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"317":{"tf":1.4142135623730951},"42":{"tf":1.0},"73":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"186":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}},"d":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"241":{"tf":1.0}}},"df":4,"docs":{"241":{"tf":1.4142135623730951},"274":{"tf":1.0},"310":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"334":{"tf":1.4142135623730951},"339":{"tf":1.0},"342":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"282":{"tf":1.4142135623730951},"302":{"tf":2.23606797749979},"304":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"314":{"tf":2.23606797749979}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"332":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"168":{"tf":1.4142135623730951},"258":{"tf":1.0}}}}}},"c":{"'":{"]":{"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"1":{"df":0,"docs":{},"o":{"2":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"e":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"2":{"]":{".":{"df":0,"docs":{},"f":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"a":{"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"315":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"329":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"182":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"1":{"2":{"3":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"109":{"tf":1.0},"158":{"tf":2.0},"72":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"d":{"c":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"df":17,"docs":{"103":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":1,"docs":{"332":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"331":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"r":{"(":{"1":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":2.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"169":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":2.0},"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.7320508075688772},"72":{"tf":2.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"161":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"212":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"141":{"tf":1.0},"327":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"23":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"137":{"tf":1.0},"331":{"tf":1.0},"342":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"85":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"267":{"tf":1.0},"323":{"tf":1.0}}},"r":{"df":3,"docs":{"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":55,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"222":{"tf":2.8284271247461903},"223":{"tf":1.4142135623730951},"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.4142135623730951},"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.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"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.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"178":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"176":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"d":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"208":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"206":{"tf":1.0},"318":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"305":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"293":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"138":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}},"2":{"df":1,"docs":{"50":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"296":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":40,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"196":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":2.0},"220":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"303":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.8284271247461903},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.6457513110645907},"71":{"tf":1.0},"85":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":2.449489742783178}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"227":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}},"m":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":6,"docs":{"155":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"280":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":2.449489742783178}}}},"o":{"d":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":7,"docs":{"194":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"331":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"222":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"r":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}}},"t":{"df":10,"docs":{"158":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"268":{"tf":1.0},"269":{"tf":1.0},"340":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"317":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"0":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"259":{"tf":1.4142135623730951},"289":{"tf":1.0},"32":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0}}},"x":{"df":4,"docs":{"322":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"334":{"tf":1.0}}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"271":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":2.0},"342":{"tf":2.0},"83":{"tf":1.0},"87":{"tf":2.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":2.6457513110645907},"127":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"330":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"178":{"tf":1.0},"275":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":3.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":2.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":6,"docs":{"212":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"280":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"107":{"tf":1.4142135623730951},"138":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"188":{"tf":2.0},"194":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"263":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":31,"docs":{"154":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"326":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"340":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"126":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":2.0},"173":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"173":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.23606797749979},"200":{"tf":1.0},"219":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"330":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":2.6457513110645907},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":2.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":23,"docs":{"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.0}},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"181":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"180":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"179":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"d":{"2":{"6":{"8":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"t":{"a":{"'":{"df":1,"docs":{"329":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":2.8284271247461903},"323":{"tf":2.23606797749979},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":3.7416573867739413},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"331":{"tf":2.449489742783178},"332":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":93,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"16":{"tf":1.7320508075688772},"165":{"tf":1.0},"17":{"tf":2.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":2.0},"236":{"tf":1.0},"24":{"tf":2.449489742783178},"240":{"tf":1.0},"244":{"tf":2.23606797749979},"25":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.23606797749979},"26":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"29":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.23606797749979},"30":{"tf":2.0},"303":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"316":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":3.3166247903554},"327":{"tf":1.0},"328":{"tf":2.8284271247461903},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":3.3166247903554},"332":{"tf":2.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"178":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":19,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"175":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"338":{"tf":1.0},"77":{"tf":2.6457513110645907}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"311":{"tf":1.0}},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"(":{"2":{"0":{"2":{"3":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}},"y":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"181":{"tf":1.0},"339":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"b":{"a":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":23,"docs":{"143":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"6":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}}},"c":{"a":{"d":{"df":5,"docs":{"323":{"tf":1.7320508075688772},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"270":{"tf":2.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"290":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"241":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"215":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":3.0},"326":{"tf":2.0},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"315":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"155":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"6":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"306":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"153":{"tf":1.0},"181":{"tf":1.0},"259":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"c":{"df":2,"docs":{"154":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"a":{"c":{"df":4,"docs":{"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"r":{"df":4,"docs":{"214":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"72":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"326":{"tf":2.0},"328":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"264":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"322":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.0}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"153":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"327":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"102":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"270":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"342":{"tf":1.0},"68":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"172":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"96":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"c":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":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":{"267":{"tf":1.0}}}}},"df":8,"docs":{"265":{"tf":1.0},"267":{"tf":2.449489742783178},"268":{"tf":1.7320508075688772},"269":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":2.449489742783178},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"331":{"tf":2.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"269":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"24":{"tf":1.0},"340":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"338":{"tf":1.0}},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":2.0},"221":{"tf":1.7320508075688772},"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}},"m":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"326":{"tf":1.0},"329":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"61":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"80":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"'":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"340":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"56":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"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":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"b":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"a":{"b":{"0":{"7":{"7":{"6":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":21,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"266":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"37":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"137":{"tf":1.0}}}},"df":1,"docs":{"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":2.23606797749979}}}}},"df":7,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"240":{"tf":2.0},"245":{"tf":1.0},"255":{"tf":2.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"122":{"tf":1.0}},"|":{".":{"*":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"c":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"321":{"tf":1.0},"342":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":2.0},"137":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0}}}}}}},"i":{"d":{"df":3,"docs":{"220":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"319":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"o":{"d":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"309":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"222":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"323":{"tf":1.4142135623730951},"324":{"tf":2.0},"325":{"tf":2.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"df":7,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"'":{"df":8,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"282":{"tf":1.0},"339":{"tf":1.0}}},"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.7320508075688772},"245":{"tf":1.0},"255":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"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":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"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":{}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"=":{"0":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"273":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"273":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":118,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"12":{"tf":2.23606797749979},"13":{"tf":1.7320508075688772},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"171":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"208":{"tf":2.0},"21":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.7320508075688772},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":2.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":2.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"241":{"tf":1.4142135623730951},"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":0,"docs":{}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"w":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.23606797749979},"242":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.449489742783178},"251":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"264":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.4142135623730951},"306":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"184":{"tf":1.0},"23":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"v":{"df":1,"docs":{"270":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"3":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"162":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"219":{"tf":1.0},"322":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.23606797749979},"321":{"tf":1.0},"337":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.7320508075688772},"56":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":2.0},"128":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"t":{"c":{"df":3,"docs":{"22":{"tf":1.0},"342":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"172":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":6,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0}},"u":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"241":{"tf":2.0},"245":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"273":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"338":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"8":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"151":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"217":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"103":{"tf":1.0},"106":{"tf":2.0},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.4142135623730951},"264":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.0},"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"327":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"283":{"tf":1.0},"315":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"s":{"df":5,"docs":{"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"146":{"tf":2.449489742783178},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"f":{"7":{"c":{"3":{"1":{"4":{"d":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"330":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}},"s":{"df":14,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"315":{"tf":2.0},"317":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"334":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"321":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"330":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"323":{"tf":1.0}}}}}}},"df":10,"docs":{"207":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.449489742783178},"305":{"tf":1.0},"86":{"tf":1.0}},"e":{"6":{"df":0,"docs":{},"f":{"5":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"319":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0}}},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"w":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}}}},"f":{"8":{"0":{"6":{"6":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"b":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"135":{"tf":2.23606797749979},"196":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"225":{"tf":1.0},"270":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":1.4142135623730951},"303":{"tf":2.8284271247461903},"328":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":5,"docs":{"156":{"tf":1.7320508075688772},"194":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"163":{"tf":1.0},"169":{"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},"325":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"325":{"tf":1.0}},"r":{"2":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"t":{"df":1,"docs":{"331":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"176":{"tf":1.0},"214":{"tf":1.4142135623730951},"246":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"o":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.0},"138":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.23606797749979}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"158":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"46":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"0":{"tf":1.0},"325":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.0},"284":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"321":{"tf":1.0}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":2.0},"29":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.0},"169":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"341":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"326":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"321":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"334":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":83,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":2.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":2.8284271247461903},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"334":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"196":{"tf":1.0},"222":{"tf":1.0},"288":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"271":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}}},"c":{"df":1,"docs":{"280":{"tf":1.0}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"325":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"329":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"t":{"df":2,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":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":{"344":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":12,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"198":{"tf":1.0},"219":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"331":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":3.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"314":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"325":{"tf":1.0}},"e":{"df":2,"docs":{"323":{"tf":1.0},"58":{"tf":1.0}}},"o":{"d":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"342":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"342":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"155":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"219":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"324":{"tf":1.0}},"n":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"p":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"ö":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"=":{"'":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":2.0}}}},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":2,"docs":{"330":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"328":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":2,"docs":{"208":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":2.23606797749979},"94":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":24,"docs":{"143":{"tf":1.0},"225":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"324":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"229":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":2.0},"310":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"202":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}}},"o":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"296":{"tf":1.0}}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"109":{"tf":2.0},"119":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"317":{"tf":1.0}}}},"p":{"df":6,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.7320508075688772},"270":{"tf":2.0},"8":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"x":{"(":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.7320508075688772}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"208":{"tf":1.0},"327":{"tf":1.0},"344":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"327":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"226":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.23606797749979},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"o":{"c":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"321":{"tf":1.0},"332":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"334":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"1":{".":{"1":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"p":{"=":{"%":{"5":{"b":{"%":{"2":{"2":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"%":{"2":{"2":{"%":{"2":{"c":{"%":{"2":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"%":{"2":{"2":{"%":{"5":{"d":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"q":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"1":{"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":{}}},"df":22,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":46,"docs":{"11":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"262":{"tf":2.23606797749979},"263":{"tf":2.0},"264":{"tf":1.0},"270":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.8284271247461903},"282":{"tf":2.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":3.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},"310":{"tf":1.4142135623730951},"315":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"s":{":":{"/":{"/":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"2":{"0":{"0":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"/":{"#":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"b":{"df":2,"docs":{"265":{"tf":1.0},"267":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"331":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"303":{"tf":1.0},"326":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"326":{"tf":1.0},"339":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"å":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"343":{"tf":1.0}}},"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"d":{"\"":{":":{"1":{"1":{"1":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"a":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"166":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"153":{"tf":1.0},"169":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"161":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}},"m":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"214":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":2.23606797749979},"182":{"tf":1.0},"24":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"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":9,"docs":{"23":{"tf":1.0},"241":{"tf":1.4142135623730951},"249":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"325":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"251":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"176":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"324":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":14,"docs":{"111":{"tf":1.7320508075688772},"123":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"280":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":2.23606797749979}}}},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"26":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"208":{"tf":2.0},"23":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"321":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"(":{"[":{"1":{",":{"2":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"174":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"114":{"tf":2.0},"174":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}},"df":0,"docs":{}}}},"df":38,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"25":{"tf":3.3166247903554},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":2.0},"305":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":2.8284271247461903},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":2,"docs":{"321":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"194":{"tf":1.0},"202":{"tf":1.0},"23":{"tf":2.0},"338":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"224":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":2.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"5":{"tf":2.0},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"222":{"tf":1.7320508075688772},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"303":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"(":{"'":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.7320508075688772}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.0},"98":{"tf":1.0}},"r":{"df":1,"docs":{"325":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.7320508075688772}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"223":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"326":{"tf":1.0}}}}},"f":{"a":{"c":{"df":3,"docs":{"222":{"tf":1.0},"241":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"262":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.7320508075688772},"54":{"tf":2.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"175":{"tf":1.0},"317":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"324":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":2.23606797749979},"137":{"tf":1.0},"174":{"tf":1.0}}},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"c":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"324":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"317":{"tf":2.0},"326":{"tf":1.0},"338":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"t":{"'":{"df":5,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.7320508075688772},"334":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"23":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"m":{"df":1,"docs":{"304":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"222":{"tf":1.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"304":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"o":{"b":{"df":3,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"318":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"15":{"tf":2.23606797749979},"211":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":3.4641016151377544},"43":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"y":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":3.3166247903554},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"c":{"\"":{":":{"\"":{"2":{".":{"0":{"df":1,"docs":{"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}}},"df":0,"docs":{}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"(":{"1":{"9":{"7":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.7320508075688772},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"k":{"a":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"270":{"tf":1.4142135623730951},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"103":{"tf":1.0},"304":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":2,"docs":{"328":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"172":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"12":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.4142135623730951},"317":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"206":{"tf":1.0},"305":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"331":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"d":{"df":19,"docs":{"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"330":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"v":{"df":2,"docs":{"17":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0},"98":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"325":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"'":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}},"[":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"118":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":2.0},"46":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}},"s":{"df":5,"docs":{"123":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"16":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"208":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"327":{"tf":1.0},"344":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{".":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"10":{"tf":2.0},"222":{"tf":2.0},"235":{"tf":1.0},"250":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"222":{"tf":1.0},"320":{"tf":1.0},"345":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"(":{"'":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.8284271247461903},"6":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0}}},"g":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"294":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"327":{"tf":1.0},"340":{"tf":1.0}}},"t":{"df":24,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"155":{"tf":1.0},"196":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"282":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.0},"197":{"tf":2.23606797749979},"220":{"tf":1.7320508075688772},"236":{"tf":1.0},"243":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"317":{"tf":2.0},"318":{"tf":1.0},"51":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"342":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"181":{"tf":1.0},"267":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"g":{"1":{"0":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"141":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.7320508075688772},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":2.8284271247461903},"328":{"tf":1.7320508075688772},"336":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"326":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"325":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"196":{"tf":1.0},"326":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"p":{"df":1,"docs":{"326":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"330":{"tf":1.0}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}},"t":{"df":2,"docs":{"324":{"tf":1.0},"325":{"tf":1.0}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"120":{"tf":1.7320508075688772},"182":{"tf":1.0},"208":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":2.0}}}}}},"y":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},")":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951}}}}}}},"]":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"330":{"tf":1.0}}}}},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"271":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"267":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"175":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"288":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":17,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"318":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"243":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":3.7416573867739413},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"263":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"214":{"tf":1.0},"334":{"tf":1.0}}}}},"h":{"df":2,"docs":{"141":{"tf":2.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"x":{"(":{"c":{".":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"149":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"df":19,"docs":{"137":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"169":{"tf":1.0},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.7320508075688772},"315":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"176":{"tf":1.0},"220":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{".":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"304":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"225":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":14,"docs":{"222":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"149":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"220":{"tf":1.0},"317":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"176":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"214":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.4142135623730951}},"o":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"275":{"tf":1.0},"334":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"b":{"df":4,"docs":{"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"264":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":2.23606797749979},"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}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"g":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"288":{"tf":2.0},"299":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":14,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"305":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"35":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":88,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"208":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"245":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"25":{"tf":2.23606797749979},"257":{"tf":2.0},"259":{"tf":2.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"300":{"tf":3.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":3.3166247903554},"311":{"tf":1.0},"312":{"tf":2.8284271247461903},"313":{"tf":1.0},"314":{"tf":2.449489742783178},"315":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":2.23606797749979},"97":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"305":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":17,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":2.449489742783178},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":2.0}}}}}}},"df":6,"docs":{"137":{"tf":2.0},"243":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"309":{"tf":1.4142135623730951},"318":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":{"327":{"tf":1.0},"328":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":1,"docs":{"328":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"217":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"23":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"331":{"tf":2.6457513110645907},"334":{"tf":1.0},"338":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"327":{"tf":1.0},"333":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"147":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"226":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.4142135623730951},"266":{"tf":1.0},"3":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":2,"docs":{"270":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":9,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":7,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"258":{"tf":1.0},"326":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"331":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":50,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":2,"docs":{"206":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":23,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"242":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"258":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.7320508075688772},"71":{"tf":2.449489742783178},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"f":{"(":{"1":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":2.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"137":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"[":{"'":{"a":{"df":1,"docs":{"134":{"tf":1.0}}},"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":1,"docs":{"131":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":33,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":2.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},"234":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"271":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":2.449489742783178},"307":{"tf":1.4142135623730951},"309":{"tf":2.0},"312":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"342":{"tf":1.0},"51":{"tf":2.8284271247461903},"81":{"tf":1.0},"83":{"tf":3.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"289":{"tf":1.0},"328":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":2.0}}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"85":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"321":{"tf":1.0},"326":{"tf":1.0}}}},"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":6,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"219":{"tf":1.0},"265":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.23606797749979},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"336":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"226":{"tf":1.0},"331":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"176":{"tf":1.7320508075688772},"321":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"272":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":1.0},"280":{"tf":1.0}}}}}}}}}}}},"r":{"df":63,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.7320508075688772},"271":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"62":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}},"t":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"s":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"]":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"225":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"154":{"tf":1.4142135623730951},"23":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"313":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"46":{"tf":3.7416573867739413},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":2.23606797749979},"86":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"14":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"207":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"168":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"334":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"273":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"0":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"189":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},")":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"\"":{"[":{"[":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"'":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"288":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{";":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"235":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"a":{"c":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"a":{"df":3,"docs":{"285":{"tf":1.0},"300":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":40,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"138":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"169":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":2.449489742783178},"287":{"tf":1.7320508075688772},"299":{"tf":2.449489742783178},"300":{"tf":2.449489742783178},"301":{"tf":2.449489742783178},"302":{"tf":2.0},"303":{"tf":2.23606797749979},"304":{"tf":2.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.23606797749979},"311":{"tf":1.7320508075688772},"312":{"tf":2.449489742783178},"313":{"tf":2.449489742783178},"314":{"tf":2.0},"34":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"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":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"214":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"189":{"tf":1.0},"299":{"tf":1.0},"325":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"329":{"tf":1.0},"332":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"23":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"327":{"tf":1.0}},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}}}}}},"df":13,"docs":{"225":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":2.6457513110645907},"27":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"29":{"tf":1.0}},"e":{"(":{"[":{"0":{",":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"df":18,"docs":{"18":{"tf":1.7320508075688772},"194":{"tf":2.6457513110645907},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":2.23606797749979},"198":{"tf":2.8284271247461903},"199":{"tf":3.3166247903554},"200":{"tf":3.0},"201":{"tf":2.23606797749979},"202":{"tf":3.3166247903554},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":2.0}},"s":{".":{".":{"a":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":33,"docs":{"15":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"270":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"137":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":11,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"(":{"2":{"0":{"0":{"1":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"147":{"tf":2.23606797749979},"176":{"tf":2.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":12,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"220":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"141":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"329":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.7320508075688772},"327":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"10":{"tf":1.0},"224":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"d":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"324":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":4,"docs":{"23":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"317":{"tf":1.0},"75":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"270":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"124":{"tf":2.449489742783178},"220":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":2.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":2.0},"314":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"x":{"df":1,"docs":{"327":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"329":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"324":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"317":{"tf":1.0},"319":{"tf":1.0},"327":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"176":{"tf":1.0},"187":{"tf":1.7320508075688772},"331":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{".":{"c":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"306":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"326":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":35,"docs":{"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"130":{"tf":1.0},"137":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"31":{"tf":3.1622776601683795},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"327":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"328":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"u":{"c":{"df":1,"docs":{"332":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":12,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}},"df":69,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"114":{"tf":2.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"266":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":2.0},"31":{"tf":2.449489742783178},"312":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"[":{"'":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"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":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"222":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"274":{"tf":2.0},"276":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}},"e":{".":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"270":{"tf":2.0},"310":{"tf":1.4142135623730951},"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"321":{"tf":2.0},"324":{"tf":1.0},"327":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"m":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"267":{"tf":1.4142135623730951},"324":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"252":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"259":{"tf":1.0}}},"df":17,"docs":{"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}}}}}},"q":{")":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}}},"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"*":{"%":{"2":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"%":{"2":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":96,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"175":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"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},"208":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.0},"287":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":2.449489742783178},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":2.23606797749979},"36":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":2.449489742783178},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"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":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"331":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"265":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"233":{"tf":2.23606797749979},"327":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":2,"docs":{"140":{"tf":2.23606797749979},"168":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"334":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"303":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"10":{"tf":1.0},"264":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"338":{"tf":1.0},"344":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":2,"docs":{"0":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"317":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"289":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"90":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"287":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"b":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.7320508075688772},"17":{"tf":1.0},"182":{"tf":1.0},"294":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"102":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":3.4641016151377544}}}}}},"d":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"u":{"c":{"df":2,"docs":{"324":{"tf":1.0},"330":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"214":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":267,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.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},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.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},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"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},"21":{"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.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"264":{"tf":2.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"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},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"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.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.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.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"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}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"101":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}},"t":{"df":9,"docs":{"120":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"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":2,"docs":{"15":{"tf":1.0},"331":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":2.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"184":{"tf":1.0},"327":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"206":{"tf":1.4142135623730951},"221":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"328":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"121":{"tf":2.0},"267":{"tf":1.0},"271":{"tf":1.0}},"e":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"267":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":11,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"263":{"tf":1.0},"307":{"tf":2.23606797749979},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"311":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"24":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"285":{"tf":1.0},"286":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"149":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"208":{"tf":1.0},"240":{"tf":1.0},"263":{"tf":1.4142135623730951},"295":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"301":{"tf":1.0},"313":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":3,"docs":{"11":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"182":{"tf":1.0},"339":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":90,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.7320508075688772},"309":{"tf":1.0},"317":{"tf":1.4142135623730951},"331":{"tf":1.0},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"71":{"tf":1.0},"85":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":2.6457513110645907},"97":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}}}},"f":{"c":{"df":3,"docs":{"27":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"332":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"267":{"tf":1.7320508075688772},"273":{"tf":1.0},"5":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"344":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"315":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"315":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"323":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"141":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":33,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.449489742783178},"208":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"p":{"c":{"df":4,"docs":{"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"n":{"df":14,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"181":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"å":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"3":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"337":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"153":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":10,"docs":{"135":{"tf":1.7320508075688772},"285":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":17,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"269":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"303":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":5,"docs":{"287":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"60":{"tf":3.3166247903554},"61":{"tf":1.7320508075688772},"62":{"tf":3.0},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":2,"docs":{"326":{"tf":1.0},"334":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"207":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}},"n":{"df":1,"docs":{"198":{"tf":1.0}}},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":14,"docs":{"208":{"tf":2.8284271247461903},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":2.8284271247461903},"37":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"323":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"e":{"a":{"df":2,"docs":{"135":{"tf":1.0},"323":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"310":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}}},"df":22,"docs":{"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"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},"331":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"df":5,"docs":{"182":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":164,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"14":{"tf":2.23606797749979},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":2.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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.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},"196":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"203":{"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.4142135623730951},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":3.1622776601683795},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"98":{"tf":3.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}},"l":{"df":1,"docs":{"333":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"226":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":5,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"222":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"219":{"tf":1.0},"329":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}},"t":{"df":5,"docs":{"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"291":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":2.0},"342":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}},"s":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"226":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}}}},"t":{"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"314":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":2.0},"58":{"tf":1.0}}}},"h":{"a":{"1":{"(":{"'":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"df":1,"docs":{"167":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"161":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"w":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"225":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"267":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":1,"docs":{"141":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"27":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"283":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.0},"36":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"138":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"326":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"d":{"a":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"323":{"tf":1.0}}}},"v":{"df":2,"docs":{"322":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"321":{"tf":1.0},"328":{"tf":1.0},"38":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"280":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"307":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"182":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":14,"docs":{"222":{"tf":1.0},"23":{"tf":1.7320508075688772},"326":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":16,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"q":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}}}},":":{"2":{"0":{"1":{"1":{"df":8,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.0}}},"6":{"df":3,"docs":{"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"df":4,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"331":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":257,"docs":{"0":{"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.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"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":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.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.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"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.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"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},"21":{"tf":1.7320508075688772},"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},"22":{"tf":2.8284271247461903},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":3.1622776601683795},"232":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"315":{"tf":2.23606797749979},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.4641016151377544},"327":{"tf":4.795831523312719},"33":{"tf":1.0},"331":{"tf":2.449489742783178},"334":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"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.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.0},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"141":{"tf":1.0},"202":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}},"df":5,"docs":{"128":{"tf":1.0},"23":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"300":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"267":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"141":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"226":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"327":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.7320508075688772},"338":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"281":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":2.449489742783178},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"c":{"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"298":{"tf":1.4142135623730951},"85":{"tf":2.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"105":{"tf":1.0}}}}},"y":{"df":1,"docs":{"331":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":1.0},"6":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"345":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"17":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"271":{"tf":1.0},"322":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"222":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":2.23606797749979},"334":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":2.449489742783178}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"271":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}},"e":{"d":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"297":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}},"y":{"/":{"%":{"df":0,"docs":{},"m":{"/":{"%":{"d":{"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":2,"docs":{"143":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"334":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":2.23606797749979},"240":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"317":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"285":{"tf":1.0},"294":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"208":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"b":{"df":2,"docs":{"196":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"303":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"202":{"tf":1.0},"285":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}}}},"r":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"124":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"326":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"305":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":9,"docs":{"175":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"24":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":2,"docs":{"322":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"150":{"tf":2.23606797749979},"151":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"314":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"317":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"343":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"269":{"tf":1.0},"323":{"tf":1.0},"342":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"199":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":9,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"315":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"329":{"tf":1.0}}}}}},"df":7,"docs":{"182":{"tf":2.0},"185":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"(":{"df":1,"docs":{"138":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":40,"docs":{"13":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"331":{"tf":2.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"2":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"╯":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"234":{"tf":1.0},"324":{"tf":1.0},"343":{"tf":1.0}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":3,"docs":{"269":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"327":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"236":{"tf":1.0},"243":{"tf":2.449489742783178},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":4,"docs":{"176":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}},"t":{"a":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":11,"docs":{"229":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"283":{"tf":1.0},"291":{"tf":2.0}}}}},"df":0,"docs":{}},"df":7,"docs":{"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"317":{"tf":1.0},"72":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"14":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"0":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"322":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"321":{"tf":1.0},"322":{"tf":1.0}}},"k":{"df":3,"docs":{"336":{"tf":1.0},"342":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"d":{"df":7,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"161":{"tf":1.0},"327":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"199":{"tf":1.0},"287":{"tf":1.0},"334":{"tf":1.0}},"t":{"df":2,"docs":{"137":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"273":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"325":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"327":{"tf":1.0}}}}},"w":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"df":3,"docs":{"102":{"tf":1.0},"315":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":2.0}},"y":{"df":0,"docs":{},"u":{"df":2,"docs":{"281":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":42,"docs":{"12":{"tf":1.0},"14":{"tf":2.449489742783178},"143":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"176":{"tf":2.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":2.23606797749979},"183":{"tf":2.23606797749979},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"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},"22":{"tf":1.0},"232":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.0},"329":{"tf":1.4142135623730951},"331":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":2.0}}}}},"r":{"df":1,"docs":{"232":{"tf":2.6457513110645907}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":1.0},"183":{"tf":1.0},"317":{"tf":1.4142135623730951},"76":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"177":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"_":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"109":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"232":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"11":{"tf":1.0},"222":{"tf":1.0},"271":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"23":{"tf":1.0},"310":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"151":{"tf":1.7320508075688772},"328":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"280":{"tf":2.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"330":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"315":{"tf":2.23606797749979},"336":{"tf":1.0},"339":{"tf":1.7320508075688772},"35":{"tf":2.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":2.0},"67":{"tf":2.0},"68":{"tf":2.0},"69":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"183":{"tf":1.7320508075688772},"321":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"i":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"161":{"tf":1.0},"162":{"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},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"288":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.0},"314":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":2.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"337":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"l":{"2":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"292":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.7320508075688772},"273":{"tf":1.0},"328":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":20,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"'":{"df":1,"docs":{"317":{"tf":1.0}}},"df":28,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"321":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":86,"docs":{"12":{"tf":1.0},"137":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":2.23606797749979},"262":{"tf":2.6457513110645907},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":2.23606797749979},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.7320508075688772},"317":{"tf":2.449489742783178},"318":{"tf":1.0},"319":{"tf":2.0},"321":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"2":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"1":{".":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"1":{"2":{"3":{"4":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"1":{"8":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"159":{"tf":1.7320508075688772}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"=":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":2,"docs":{"234":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"338":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"8":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}}},"r":{"df":12,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"311":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"34":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"'":{"3":{"1":{"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":2.23606797749979}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"117":{"tf":1.0},"125":{"tf":2.0}},"e":{"(":{"'":{"a":{"d":{"a":{"df":0,"docs":{},"m":{"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":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"58":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"219":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"338":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.0},"322":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"144":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"'":{"2":{"0":{"2":{"3":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"7":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.7320508075688772},"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{">":{":":{"1":{":":{"1":{"5":{"]":{"\\":{"df":0,"docs":{},"n":{"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":5,"docs":{"262":{"tf":1.0},"309":{"tf":1.4142135623730951},"330":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"328":{"tf":1.0},"345":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"303":{"tf":1.0},"315":{"tf":1.0},"331":{"tf":1.0},"85":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"<":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"1":{".":{"9":{"9":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"137":{"tf":2.6457513110645907},"194":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"29":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":2.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"226":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"14":{"tf":2.449489742783178},"17":{"tf":1.0},"202":{"tf":1.4142135623730951},"217":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":3.1622776601683795},"27":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"326":{"tf":1.0},"336":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.0},"176":{"tf":1.0},"226":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"169":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}},"l":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":12,"docs":{"225":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"283":{"tf":1.0},"299":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"289":{"tf":2.0},"299":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"225":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":2.0},"226":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"319":{"tf":1.7320508075688772},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":2.449489742783178},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"245":{"tf":2.8284271247461903},"248":{"tf":2.6457513110645907},"249":{"tf":2.6457513110645907},"257":{"tf":2.23606797749979},"259":{"tf":2.8284271247461903},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":2.0},"9":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"225":{"tf":2.23606797749979},"230":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"[":{"1":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},";":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":6,"docs":{"145":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"166":{"tf":2.6457513110645907},"319":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"3":{".":{"0":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":2.449489742783178},"90":{"tf":2.0}},"i":{"d":{"df":7,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.4142135623730951},"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":87,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.7320508075688772},"257":{"tf":2.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"317":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":1.0},"50":{"tf":2.23606797749979},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":4,"docs":{"240":{"tf":2.0},"241":{"tf":2.0},"243":{"tf":1.4142135623730951},"245":{"tf":2.449489742783178}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"222":{"tf":1.0},"280":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":6,"docs":{"267":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":2,"docs":{"281":{"tf":1.0},"283":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"s":{"a":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}},"i":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}},"i":{"a":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"211":{"tf":1.4142135623730951},"213":{"tf":2.0},"214":{"tf":3.3166247903554},"215":{"tf":2.449489742783178},"22":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"32":{"tf":1.0},"329":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"l":{"d":{"b":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"198":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"322":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":10,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"219":{"tf":1.0},"280":{"tf":1.0},"303":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0}}}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"b":{"df":3,"docs":{"241":{"tf":1.7320508075688772},"310":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":2.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":23,"docs":{"222":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"245":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"306":{"tf":2.449489742783178},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"222":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"326":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":2.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"201":{"tf":2.0},"202":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0}}},"l":{"d":{"df":6,"docs":{"109":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"331":{"tf":2.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"219":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"298":{"tf":1.0},"321":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"g":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}}}}},"df":3,"docs":{"237":{"tf":1.0},"241":{"tf":2.0},"245":{"tf":1.0}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"289":{"tf":2.0},"299":{"tf":1.0}}}}},"x":{"%":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"'":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"317":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"128":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}}},"s":{"d":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"258":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"258":{"tf":1.0},"317":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"299":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"327":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"267":{"tf":1.0},"327":{"tf":1.0}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"163":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":5,"docs":{"100":{"tf":1.0},"137":{"tf":1.0},"168":{"tf":1.0},"318":{"tf":1.0},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":11,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"title":{"root":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"290":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"303":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":4,"docs":{"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"320":{"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":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"285":{"tf":1.0},"292":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"294":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"289":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"c":{"df":3,"docs":{"12":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"81":{"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":2,"docs":{"73":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"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":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"176":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"318":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":2,"docs":{"210":{"tf":1.0},"41":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"330":{"tf":1.0},"342":{"tf":1.0},"87":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"223":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"188":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"236":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"179":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.0},"268":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"331":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"215":{"tf":1.0},"221":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"338":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":3,"docs":{"321":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"11":{"tf":1.0},"12":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"5":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"241":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"337":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"238":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"303":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"156":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"289":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"341":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"290":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"169":{"tf":1.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"298":{"tf":1.0}}}}},"u":{"b":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"339":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"161":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"192":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"254":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"343":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"114":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"224":{"tf":1.0},"237":{"tf":1.0},"252":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"243":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"x":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"149":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"288":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"305":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"199":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"194":{"tf":1.0},"196":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"195":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"w":{"df":2,"docs":{"178":{"tf":1.0},"334":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"220":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"131":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"195":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":{"118":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"176":{"tf":1.0},"333":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}}}}}},"r":{"df":6,"docs":{"110":{"tf":1.0},"270":{"tf":1.0},"52":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"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":12,"docs":{"282":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":5,"docs":{"194":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"147":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"301":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"190":{"tf":1.0},"192":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.0},"282":{"tf":1.0},"340":{"tf":1.0},"36":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"307":{"tf":1.0},"308":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"60":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"w":{"df":2,"docs":{"197":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"c":{"df":3,"docs":{"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"208":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"28":{"tf":1.0},"52":{"tf":1.0}}}},"h":{"a":{"1":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{":":{"2":{"0":{"1":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"136":{"tf":1.0},"209":{"tf":1.0},"236":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}},"r":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"177":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"315":{"tf":1.0},"339":{"tf":1.0},"35":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"157":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"169":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"219":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"289":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"225":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"136":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":1.0},"310":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":1,"docs":{"289":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/docs/searchindex.json b/docs/searchindex.json index 6db78b4..de59067 100644 --- a/docs/searchindex.json +++ b/docs/searchindex.json @@ -1 +1 @@ -{"doc_urls":["index.html#introduction","index.html#elsewhere","tutorial/index.html#tutorial","tutorial/index.html#warning-early-beta","tutorial/quickstart.html#quickstart","tutorial/quickstart.html#install-endb","tutorial/quickstart.html#try-online","tutorial/try_it.html#try-it","tutorial/try_it.html#curl","tutorial/try_it.html#console","tutorial/try_it.html#client-libraries","tutorial/try_it.html#learning-endb-sql","tutorial/sql_basics.html#endb-sql-basics","tutorial/sql_basics.html#just-begin","tutorial/sql_basics.html#immutable","tutorial/sql_basics.html#dynamic-joins","tutorial/sql_basics.html#semi-structured-data","tutorial/sql_basics.html#data-migration","tutorial/sql_basics.html#nested-data","tutorial/sql_basics.html#documents","tutorial/sql_basics.html#error-messages","tutorial/sql_basics.html#learn-more","sql/index.html#sql-reference","sql/intention.html#intention","sql/data_manipulation.html#data-manipulation","sql/data_manipulation.html#insert","sql/data_manipulation.html#update","sql/data_manipulation.html#update-patch","sql/data_manipulation.html#update-set-path","sql/data_manipulation.html#update-unset-path","sql/data_manipulation.html#delete","sql/data_manipulation.html#on-conflict-upsert","sql/data_manipulation.html#erase","sql/data_manipulation.html#with-common-table-expressions","sql/data_manipulation.html#parameters","sql/data_manipulation.html#transactions","sql/queries.html#queries","sql/queries.html#select-","sql/queries.html#select","sql/queries.html#from","sql/queries.html#alias-tables","sql/queries.html#alias-columns","sql/queries.html#join","sql/queries.html#using","sql/queries.html#where-filtering","sql/queries.html#advanced-filtering","sql/queries.html#order-by-sorting-results","sql/queries.html#group-by","sql/queries.html#having","sql/queries.html#limit","sql/queries.html#values-lists","sql/queries.html#objects-lists","sql/queries.html#set-operations-union-intersect-except","sql/queries.html#union","sql/queries.html#intersect","sql/queries.html#except","sql/queries.html#union-compatibility","sql/queries.html#with-common-table-expressions","sql/queries.html#with-recursive","sql/queries.html#lateral","sql/queries.html#repeatable-reads-savepoint-rollback-release","sql/queries.html#minimal-example","sql/queries.html#savepoint","sql/queries.html#rollback","sql/queries.html#release","sql/queries.html#transactions","sql/queries.html#minimal-example-1","sql/queries.html#begin-transaction","sql/queries.html#commit-transaction","sql/queries.html#rollback-transaction","sql/data_types.html#sql-data-types","sql/data_types.html#null","sql/data_types.html#text-char-varchar","sql/data_types.html#boolean","sql/data_types.html#integer-bigint","sql/data_types.html#real-double","sql/data_types.html#timestamp","sql/data_types.html#date","sql/data_types.html#time","sql/data_types.html#period","sql/data_types.html#interval-duration","sql/data_types.html#blob-varbinary","sql/data_types.html#array","sql/data_types.html#object","sql/data_types.html#dynamic-literals","sql/data_types.html#row-literals","sql/data_types.html#spread","sql/data_types.html#computed-fields","sql/data_types.html#shorthands","sql/data_types.html#note-on-timezones","sql/data_types.html#note-on-type-widening","sql/operators.html#operators","sql/operators.html#comparison","sql/operators.html#between","sql/operators.html#boolean-operators","sql/operators.html#is-is-not","sql/operators.html#is-not-distinct-from","sql/operators.html#not-and-or","sql/operators.html#math","sql/operators.html#bitwise-operators","sql/operators.html#like","sql/operators.html#regexp","sql/operators.html#glob","sql/operators.html#match-containment","sql/operators.html#any-some","sql/operators.html#all","sql/operators.html#exists","sql/operators.html#in","sql/operators.html#not-in","sql/operators.html#-concatenation","sql/operators.html#vector-operators","sql/operators.html#indexing","sql/operators.html#l2-or-euclidean-distance","sql/operators.html#cosine-distance","sql/operators.html#inverse-inner-product","sql/functions.html#functions","sql/functions.html#string-functions","sql/functions.html#character_length","sql/functions.html#octet_length","sql/functions.html#trim-ltrim-rtrim","sql/functions.html#lower-upper","sql/functions.html#replace","sql/functions.html#instr","sql/functions.html#substring","sql/functions.html#position","sql/functions.html#unicode","sql/functions.html#char","sql/functions.html#concat","sql/functions.html#like","sql/functions.html#collection-functions","sql/functions.html#length","sql/functions.html#object_keys","sql/functions.html#object_values","sql/functions.html#object_entries","sql/functions.html#object_from_entries","sql/functions.html#patch","sql/functions.html#table-value-functions","sql/functions.html#unnest","sql/functions.html#generate_series","sql/functions.html#numeric-functions","sql/functions.html#random","sql/functions.html#math","sql/functions.html#datetime-functions","sql/functions.html#strftime","sql/functions.html#unixepoch","sql/functions.html#julianday","sql/functions.html#extract","sql/functions.html#period","sql/functions.html#aggregate-functions","sql/functions.html#min-max","sql/functions.html#sum","sql/functions.html#total","sql/functions.html#avg","sql/functions.html#count","sql/functions.html#array_agg","sql/functions.html#group_concat","sql/functions.html#filter","sql/functions.html#data-type-functions","sql/functions.html#cast","sql/functions.html#typeof","sql/functions.html#conditional-functions","sql/functions.html#iif","sql/functions.html#nullif","sql/functions.html#coalesce","sql/functions.html#encoding-functions","sql/functions.html#base64","sql/functions.html#uuid","sql/functions.html#sha1","sql/functions.html#randomblob-zeroblob","sql/functions.html#hex-unhex","sql/functions.html#vector-functions","sql/functions.html#indexing","sql/functions.html#l2_distance","sql/functions.html#cosine_distance","sql/functions.html#inner_product","sql/time_queries.html#time-queries","sql/time_queries.html#note-on-sql2011-closed-open-period-model","sql/time_queries.html#note-on-timezones","sql/time_queries.html#now","sql/time_queries.html#current_timestamp","sql/time_queries.html#current_time","sql/time_queries.html#current_date","sql/time_queries.html#system-time","sql/time_queries.html#as-of-time-travel","sql/time_queries.html#all-time-omniscience","sql/time_queries.html#between","sql/time_queries.html#from--to","sql/time_queries.html#period-predicates","sql/time_queries.html#contains","sql/time_queries.html#overlaps","sql/time_queries.html#precedes","sql/time_queries.html#succeeds","sql/time_queries.html#immediately-precedes","sql/time_queries.html#immediately-succeeds","sql/path_navigation.html#path-navigation","sql/path_navigation.html#nested-objects","sql/path_navigation.html#root-navigation","sql/path_navigation.html#row-literals","sql/path_navigation.html#recursive-paths","sql/path_navigation.html#named-child","sql/path_navigation.html#numbered-child","sql/path_navigation.html#wildcard-child","sql/path_navigation.html#path-functions","sql/path_navigation.html#path_set","sql/path_navigation.html#path_replace","sql/path_navigation.html#path_insert","sql/path_navigation.html#path_remove","sql/path_navigation.html#path_extract","sql/schema.html#schema","sql/schema.html#tables","sql/schema.html#columns","sql/schema.html#views","sql/schema.html#check-constraints","sql/views.html#views","sql/views.html#create-view","sql/views.html#drop-view","sql/assertions.html#assertions","sql/assertions.html#create-assertion","sql/assertions.html#type-constraint","sql/assertions.html#unique-constraint","sql/assertions.html#not-null-constraint","sql/assertions.html#drop-assertion","clients/index.html#clients","clients/console.html#console","clients/console.html#install","clients/console.html#usage","clients/console.html#prompt","clients/console.html#commands","clients/console.html#url","clients/console.html#accept","clients/console.html#username","clients/console.html#password","clients/console.html#timer","clients/console.html#quit","clients/console.html#data-types","clients/javascript.html#javascript","clients/javascript.html#table-of-contents","clients/javascript.html#install","clients/javascript.html#usage-examples","clients/javascript.html#import","clients/javascript.html#endb","clients/javascript.html#endbwebsocket","clients/javascript.html#sql","clients/javascript.html#template-literals","clients/javascript.html#data-types","clients/javascript.html#complete-examples","clients/javascript.html#javascript-api-reference","clients/javascript.html#classes","clients/javascript.html#endb-1","clients/javascript.html#endbwebsocket-1","clients/python.html#python","clients/python.html#table-of-contents","clients/python.html#install","clients/python.html#usage-examples","clients/python.html#import","clients/python.html#endb","clients/python.html#endbwebsocket","clients/python.html#sql","clients/python.html#data-types","clients/python.html#complete-examples","clients/python.html#python-api-reference","clients/python.html#endb-module","clients/python.html#class--endbendburlhttplocalhost3803sql-acceptapplicationldjson-usernamenone-passwordnone","clients/python.html#class--endbendbwebsocketurlwslocalhost3803sql-usernamenone-passwordnone","reference/index.html#reference","reference/installation.html#installation","reference/installation.html#warning-early-beta","reference/installation.html#installing-from-docker-hub","reference/installation.html#installing-from-git-docker","reference/installation.html#installing-from-git-binary","reference/operation.html#operation","reference/operation.html#backup-and-restore","reference/monitoring.html#monitoring","reference/monitoring.html#logging","reference/monitoring.html#prometheus","reference/monitoring.html#opentelemetry","reference/monitoring.html#metrics","reference/monitoring.html#histograms","reference/monitoring.html#counters","reference/monitoring.html#monotonic-counters","reference/monitoring.html#tracing","reference/http_api.html#http-api","reference/http_api.html#http-query-parameters","reference/http_api.html#http-verbs","reference/http_api.html#content-types","reference/http_api.html#applicationjson","reference/http_api.html#applicationldjson","reference/http_api.html#applicationsql","reference/http_api.html#multipartform-data","reference/http_api.html#applicationx-www-form-urlencoded","reference/http_api.html#accept-headers","reference/http_api.html#textcsv","reference/http_api.html#applicationjson-1","reference/http_api.html#applicationx-ndjson","reference/http_api.html#applicationldjson-1","reference/http_api.html#multipartmixed","reference/http_api.html#applicationvndapachearrowfile","reference/http_api.html#applicationvndapachearrowstream","reference/http_api.html#http-basic-authentication","reference/http_api.html#parameters","reference/http_api.html#named-parameters","reference/http_api.html#positional-parameters","reference/http_api.html#bulk-parameters","reference/http_api.html#apache-arrow-file-parameters","reference/http_api.html#bulk-insert","reference/http_api.html#multiple-statements","reference/websocket_api.html#websocket-api","reference/websocket_api.html#json-rpc-request-object","reference/websocket_api.html#json-rpc-request-parameters","reference/websocket_api.html#json-rpc-response-object","reference/websocket_api.html#websocket-basic-authentication","reference/websocket_api.html#parameters","reference/websocket_api.html#named-parameters","reference/websocket_api.html#positional-parameters","reference/websocket_api.html#bulk-parameters","reference/websocket_api.html#transactions","reference/data_types.html#data-types","reference/data_types.html#scalars","reference/data_types.html#collections","reference/data_types.html#unsupported-scalar-types","appendix/index.html#appendix","appendix/what.html#what-is-endatabas","appendix/what.html#who-wants-one-database","appendix/what.html#when-is-one-database-possible","appendix/why.html#why-endatabas","appendix/why.html#what-is-endatabas-anyway","appendix/why.html#history","appendix/why.html#why-sql","appendix/why.html#why-full-history","appendix/why.html#why-a-timeline","appendix/why.html#why-separation-of-storage-and-compute","appendix/why.html#why-documents","appendix/why.html#why-one-database","appendix/why.html#why-commercial-open-source","appendix/why.html#why-now","appendix/architecture.html#architecture","appendix/architecture.html#immutable","appendix/architecture.html#erasure","appendix/architecture.html#dynamic-sql","appendix/architecture.html#columnar-hybrid-transactional-analytic-processing-htap","appendix/architecture.html#query-execution","appendix/architecture.html#future","appendix/architecture.html#cloud-separation-of-storage-from-compute","appendix/architecture.html#adaptive-indexing","appendix/roadmap.html#roadmap","appendix/license.html#license"],"index":{"documentStore":{"docInfo":{"0":{"body":31,"breadcrumbs":2,"title":1},"1":{"body":7,"breadcrumbs":2,"title":1},"10":{"body":24,"breadcrumbs":4,"title":2},"100":{"body":75,"breadcrumbs":3,"title":0},"101":{"body":20,"breadcrumbs":4,"title":1},"102":{"body":34,"breadcrumbs":4,"title":1},"103":{"body":119,"breadcrumbs":5,"title":2},"104":{"body":36,"breadcrumbs":3,"title":0},"105":{"body":34,"breadcrumbs":3,"title":0},"106":{"body":17,"breadcrumbs":4,"title":1},"107":{"body":27,"breadcrumbs":3,"title":0},"108":{"body":27,"breadcrumbs":3,"title":0},"109":{"body":63,"breadcrumbs":4,"title":1},"11":{"body":7,"breadcrumbs":5,"title":3},"110":{"body":0,"breadcrumbs":5,"title":2},"111":{"body":19,"breadcrumbs":4,"title":1},"112":{"body":40,"breadcrumbs":6,"title":3},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":43,"breadcrumbs":6,"title":3},"115":{"body":0,"breadcrumbs":4,"title":1},"116":{"body":0,"breadcrumbs":5,"title":2},"117":{"body":13,"breadcrumbs":4,"title":1},"118":{"body":13,"breadcrumbs":4,"title":1},"119":{"body":25,"breadcrumbs":6,"title":3},"12":{"body":25,"breadcrumbs":7,"title":3},"120":{"body":17,"breadcrumbs":5,"title":2},"121":{"body":16,"breadcrumbs":4,"title":1},"122":{"body":15,"breadcrumbs":4,"title":1},"123":{"body":32,"breadcrumbs":4,"title":1},"124":{"body":38,"breadcrumbs":4,"title":1},"125":{"body":12,"breadcrumbs":4,"title":1},"126":{"body":13,"breadcrumbs":4,"title":1},"127":{"body":11,"breadcrumbs":4,"title":1},"128":{"body":35,"breadcrumbs":3,"title":0},"129":{"body":0,"breadcrumbs":5,"title":2},"13":{"body":33,"breadcrumbs":5,"title":1},"130":{"body":26,"breadcrumbs":4,"title":1},"131":{"body":12,"breadcrumbs":4,"title":1},"132":{"body":12,"breadcrumbs":4,"title":1},"133":{"body":20,"breadcrumbs":4,"title":1},"134":{"body":18,"breadcrumbs":4,"title":1},"135":{"body":54,"breadcrumbs":4,"title":1},"136":{"body":6,"breadcrumbs":6,"title":3},"137":{"body":155,"breadcrumbs":4,"title":1},"138":{"body":55,"breadcrumbs":4,"title":1},"139":{"body":0,"breadcrumbs":5,"title":2},"14":{"body":114,"breadcrumbs":5,"title":1},"140":{"body":7,"breadcrumbs":4,"title":1},"141":{"body":62,"breadcrumbs":4,"title":1},"142":{"body":0,"breadcrumbs":5,"title":2},"143":{"body":23,"breadcrumbs":4,"title":1},"144":{"body":19,"breadcrumbs":4,"title":1},"145":{"body":21,"breadcrumbs":4,"title":1},"146":{"body":53,"breadcrumbs":4,"title":1},"147":{"body":15,"breadcrumbs":4,"title":1},"148":{"body":0,"breadcrumbs":5,"title":2},"149":{"body":33,"breadcrumbs":5,"title":2},"15":{"body":31,"breadcrumbs":6,"title":2},"150":{"body":21,"breadcrumbs":4,"title":1},"151":{"body":11,"breadcrumbs":4,"title":1},"152":{"body":15,"breadcrumbs":4,"title":1},"153":{"body":37,"breadcrumbs":4,"title":1},"154":{"body":43,"breadcrumbs":4,"title":1},"155":{"body":28,"breadcrumbs":4,"title":1},"156":{"body":12,"breadcrumbs":4,"title":1},"157":{"body":0,"breadcrumbs":6,"title":3},"158":{"body":16,"breadcrumbs":4,"title":1},"159":{"body":14,"breadcrumbs":4,"title":1},"16":{"body":55,"breadcrumbs":7,"title":3},"160":{"body":0,"breadcrumbs":5,"title":2},"161":{"body":19,"breadcrumbs":4,"title":1},"162":{"body":14,"breadcrumbs":4,"title":1},"163":{"body":16,"breadcrumbs":4,"title":1},"164":{"body":0,"breadcrumbs":5,"title":2},"165":{"body":22,"breadcrumbs":4,"title":1},"166":{"body":45,"breadcrumbs":4,"title":1},"167":{"body":15,"breadcrumbs":4,"title":1},"168":{"body":25,"breadcrumbs":5,"title":2},"169":{"body":70,"breadcrumbs":5,"title":2},"17":{"body":52,"breadcrumbs":6,"title":2},"170":{"body":0,"breadcrumbs":5,"title":2},"171":{"body":19,"breadcrumbs":4,"title":1},"172":{"body":20,"breadcrumbs":4,"title":1},"173":{"body":20,"breadcrumbs":4,"title":1},"174":{"body":14,"breadcrumbs":4,"title":1},"175":{"body":35,"breadcrumbs":6,"title":2},"176":{"body":30,"breadcrumbs":10,"title":6},"177":{"body":6,"breadcrumbs":6,"title":2},"178":{"body":10,"breadcrumbs":5,"title":1},"179":{"body":8,"breadcrumbs":5,"title":1},"18":{"body":48,"breadcrumbs":6,"title":2},"180":{"body":7,"breadcrumbs":5,"title":1},"181":{"body":16,"breadcrumbs":5,"title":1},"182":{"body":33,"breadcrumbs":6,"title":2},"183":{"body":21,"breadcrumbs":6,"title":2},"184":{"body":20,"breadcrumbs":6,"title":2},"185":{"body":26,"breadcrumbs":5,"title":1},"186":{"body":22,"breadcrumbs":4,"title":0},"187":{"body":5,"breadcrumbs":6,"title":2},"188":{"body":25,"breadcrumbs":5,"title":1},"189":{"body":26,"breadcrumbs":5,"title":1},"19":{"body":31,"breadcrumbs":5,"title":1},"190":{"body":20,"breadcrumbs":5,"title":1},"191":{"body":19,"breadcrumbs":5,"title":1},"192":{"body":21,"breadcrumbs":6,"title":2},"193":{"body":21,"breadcrumbs":6,"title":2},"194":{"body":64,"breadcrumbs":6,"title":2},"195":{"body":20,"breadcrumbs":6,"title":2},"196":{"body":38,"breadcrumbs":6,"title":2},"197":{"body":26,"breadcrumbs":6,"title":2},"198":{"body":34,"breadcrumbs":6,"title":2},"199":{"body":40,"breadcrumbs":6,"title":2},"2":{"body":19,"breadcrumbs":2,"title":1},"20":{"body":11,"breadcrumbs":6,"title":2},"200":{"body":44,"breadcrumbs":6,"title":2},"201":{"body":40,"breadcrumbs":6,"title":2},"202":{"body":43,"breadcrumbs":6,"title":2},"203":{"body":27,"breadcrumbs":5,"title":1},"204":{"body":31,"breadcrumbs":5,"title":1},"205":{"body":24,"breadcrumbs":5,"title":1},"206":{"body":32,"breadcrumbs":5,"title":1},"207":{"body":44,"breadcrumbs":5,"title":1},"208":{"body":45,"breadcrumbs":4,"title":1},"209":{"body":15,"breadcrumbs":4,"title":1},"21":{"body":8,"breadcrumbs":6,"title":2},"210":{"body":16,"breadcrumbs":4,"title":1},"211":{"body":17,"breadcrumbs":4,"title":1},"212":{"body":20,"breadcrumbs":5,"title":2},"213":{"body":5,"breadcrumbs":4,"title":1},"214":{"body":52,"breadcrumbs":5,"title":2},"215":{"body":9,"breadcrumbs":5,"title":2},"216":{"body":0,"breadcrumbs":4,"title":1},"217":{"body":20,"breadcrumbs":5,"title":2},"218":{"body":15,"breadcrumbs":5,"title":2},"219":{"body":42,"breadcrumbs":5,"title":2},"22":{"body":51,"breadcrumbs":4,"title":2},"220":{"body":54,"breadcrumbs":5,"title":2},"221":{"body":8,"breadcrumbs":5,"title":2},"222":{"body":95,"breadcrumbs":2,"title":1},"223":{"body":16,"breadcrumbs":3,"title":1},"224":{"body":3,"breadcrumbs":3,"title":1},"225":{"body":47,"breadcrumbs":3,"title":1},"226":{"body":47,"breadcrumbs":3,"title":1},"227":{"body":7,"breadcrumbs":3,"title":1},"228":{"body":7,"breadcrumbs":3,"title":1},"229":{"body":10,"breadcrumbs":3,"title":1},"23":{"body":86,"breadcrumbs":4,"title":1},"230":{"body":7,"breadcrumbs":3,"title":1},"231":{"body":7,"breadcrumbs":3,"title":1},"232":{"body":20,"breadcrumbs":3,"title":1},"233":{"body":5,"breadcrumbs":3,"title":1},"234":{"body":43,"breadcrumbs":4,"title":2},"235":{"body":19,"breadcrumbs":3,"title":1},"236":{"body":16,"breadcrumbs":4,"title":2},"237":{"body":6,"breadcrumbs":3,"title":1},"238":{"body":0,"breadcrumbs":4,"title":2},"239":{"body":4,"breadcrumbs":3,"title":1},"24":{"body":31,"breadcrumbs":6,"title":2},"240":{"body":88,"breadcrumbs":3,"title":1},"241":{"body":69,"breadcrumbs":3,"title":1},"242":{"body":73,"breadcrumbs":3,"title":1},"243":{"body":46,"breadcrumbs":4,"title":2},"244":{"body":31,"breadcrumbs":4,"title":2},"245":{"body":95,"breadcrumbs":4,"title":2},"246":{"body":10,"breadcrumbs":5,"title":3},"247":{"body":10,"breadcrumbs":3,"title":1},"248":{"body":162,"breadcrumbs":3,"title":1},"249":{"body":163,"breadcrumbs":3,"title":1},"25":{"body":80,"breadcrumbs":5,"title":1},"250":{"body":12,"breadcrumbs":3,"title":1},"251":{"body":14,"breadcrumbs":4,"title":2},"252":{"body":16,"breadcrumbs":3,"title":1},"253":{"body":0,"breadcrumbs":4,"title":2},"254":{"body":4,"breadcrumbs":3,"title":1},"255":{"body":70,"breadcrumbs":3,"title":1},"256":{"body":19,"breadcrumbs":3,"title":1},"257":{"body":80,"breadcrumbs":3,"title":1},"258":{"body":34,"breadcrumbs":4,"title":2},"259":{"body":86,"breadcrumbs":4,"title":2},"26":{"body":78,"breadcrumbs":5,"title":1},"260":{"body":10,"breadcrumbs":5,"title":3},"261":{"body":0,"breadcrumbs":4,"title":2},"262":{"body":90,"breadcrumbs":7,"title":5},"263":{"body":90,"breadcrumbs":6,"title":4},"264":{"body":21,"breadcrumbs":2,"title":1},"265":{"body":12,"breadcrumbs":3,"title":1},"266":{"body":23,"breadcrumbs":5,"title":3},"267":{"body":77,"breadcrumbs":5,"title":3},"268":{"body":11,"breadcrumbs":5,"title":3},"269":{"body":25,"breadcrumbs":5,"title":3},"27":{"body":36,"breadcrumbs":6,"title":2},"270":{"body":110,"breadcrumbs":3,"title":1},"271":{"body":35,"breadcrumbs":4,"title":2},"272":{"body":28,"breadcrumbs":3,"title":1},"273":{"body":56,"breadcrumbs":3,"title":1},"274":{"body":24,"breadcrumbs":3,"title":1},"275":{"body":30,"breadcrumbs":3,"title":1},"276":{"body":13,"breadcrumbs":3,"title":1},"277":{"body":4,"breadcrumbs":3,"title":1},"278":{"body":4,"breadcrumbs":3,"title":1},"279":{"body":11,"breadcrumbs":4,"title":2},"28":{"body":24,"breadcrumbs":7,"title":3},"280":{"body":38,"breadcrumbs":3,"title":1},"281":{"body":73,"breadcrumbs":5,"title":2},"282":{"body":26,"breadcrumbs":6,"title":3},"283":{"body":30,"breadcrumbs":5,"title":2},"284":{"body":11,"breadcrumbs":5,"title":2},"285":{"body":72,"breadcrumbs":4,"title":1},"286":{"body":42,"breadcrumbs":4,"title":1},"287":{"body":36,"breadcrumbs":4,"title":1},"288":{"body":46,"breadcrumbs":5,"title":2},"289":{"body":25,"breadcrumbs":7,"title":4},"29":{"body":25,"breadcrumbs":7,"title":3},"290":{"body":15,"breadcrumbs":5,"title":2},"291":{"body":31,"breadcrumbs":4,"title":1},"292":{"body":34,"breadcrumbs":4,"title":1},"293":{"body":42,"breadcrumbs":5,"title":2},"294":{"body":44,"breadcrumbs":4,"title":1},"295":{"body":44,"breadcrumbs":4,"title":1},"296":{"body":46,"breadcrumbs":4,"title":1},"297":{"body":43,"breadcrumbs":4,"title":1},"298":{"body":106,"breadcrumbs":6,"title":3},"299":{"body":51,"breadcrumbs":4,"title":1},"3":{"body":23,"breadcrumbs":4,"title":3},"30":{"body":42,"breadcrumbs":5,"title":1},"300":{"body":71,"breadcrumbs":5,"title":2},"301":{"body":62,"breadcrumbs":5,"title":2},"302":{"body":57,"breadcrumbs":5,"title":2},"303":{"body":110,"breadcrumbs":7,"title":4},"304":{"body":72,"breadcrumbs":5,"title":2},"305":{"body":55,"breadcrumbs":5,"title":2},"306":{"body":88,"breadcrumbs":5,"title":2},"307":{"body":36,"breadcrumbs":7,"title":4},"308":{"body":21,"breadcrumbs":7,"title":4},"309":{"body":57,"breadcrumbs":7,"title":4},"31":{"body":120,"breadcrumbs":6,"title":2},"310":{"body":71,"breadcrumbs":6,"title":3},"311":{"body":53,"breadcrumbs":4,"title":1},"312":{"body":60,"breadcrumbs":5,"title":2},"313":{"body":53,"breadcrumbs":5,"title":2},"314":{"body":58,"breadcrumbs":5,"title":2},"315":{"body":71,"breadcrumbs":4,"title":1},"316":{"body":0,"breadcrumbs":5,"title":2},"317":{"body":117,"breadcrumbs":4,"title":1},"318":{"body":26,"breadcrumbs":4,"title":1},"319":{"body":34,"breadcrumbs":6,"title":3},"32":{"body":17,"breadcrumbs":5,"title":1},"320":{"body":3,"breadcrumbs":2,"title":1},"321":{"body":99,"breadcrumbs":2,"title":1},"322":{"body":96,"breadcrumbs":3,"title":2},"323":{"body":102,"breadcrumbs":4,"title":3},"324":{"body":73,"breadcrumbs":2,"title":1},"325":{"body":102,"breadcrumbs":3,"title":2},"326":{"body":394,"breadcrumbs":2,"title":1},"327":{"body":228,"breadcrumbs":2,"title":1},"328":{"body":130,"breadcrumbs":3,"title":2},"329":{"body":61,"breadcrumbs":2,"title":1},"33":{"body":22,"breadcrumbs":7,"title":3},"330":{"body":63,"breadcrumbs":4,"title":3},"331":{"body":226,"breadcrumbs":2,"title":1},"332":{"body":45,"breadcrumbs":3,"title":2},"333":{"body":7,"breadcrumbs":4,"title":3},"334":{"body":120,"breadcrumbs":2,"title":1},"335":{"body":0,"breadcrumbs":3,"title":1},"336":{"body":22,"breadcrumbs":3,"title":1},"337":{"body":13,"breadcrumbs":3,"title":1},"338":{"body":69,"breadcrumbs":4,"title":2},"339":{"body":30,"breadcrumbs":8,"title":6},"34":{"body":6,"breadcrumbs":5,"title":1},"340":{"body":23,"breadcrumbs":4,"title":2},"341":{"body":7,"breadcrumbs":3,"title":1},"342":{"body":46,"breadcrumbs":6,"title":4},"343":{"body":18,"breadcrumbs":4,"title":2},"344":{"body":5,"breadcrumbs":3,"title":1},"345":{"body":22,"breadcrumbs":3,"title":1},"35":{"body":18,"breadcrumbs":5,"title":1},"36":{"body":14,"breadcrumbs":4,"title":1},"37":{"body":63,"breadcrumbs":4,"title":1},"38":{"body":77,"breadcrumbs":4,"title":1},"39":{"body":0,"breadcrumbs":3,"title":0},"4":{"body":0,"breadcrumbs":3,"title":1},"40":{"body":56,"breadcrumbs":5,"title":2},"41":{"body":52,"breadcrumbs":5,"title":2},"42":{"body":72,"breadcrumbs":4,"title":1},"43":{"body":35,"breadcrumbs":4,"title":1},"44":{"body":11,"breadcrumbs":4,"title":1},"45":{"body":6,"breadcrumbs":5,"title":2},"46":{"body":56,"breadcrumbs":6,"title":3},"47":{"body":43,"breadcrumbs":4,"title":1},"48":{"body":27,"breadcrumbs":4,"title":1},"49":{"body":55,"breadcrumbs":4,"title":1},"5":{"body":28,"breadcrumbs":4,"title":2},"50":{"body":53,"breadcrumbs":5,"title":2},"51":{"body":49,"breadcrumbs":5,"title":2},"52":{"body":9,"breadcrumbs":8,"title":5},"53":{"body":23,"breadcrumbs":4,"title":1},"54":{"body":12,"breadcrumbs":4,"title":1},"55":{"body":22,"breadcrumbs":4,"title":1},"56":{"body":82,"breadcrumbs":5,"title":2},"57":{"body":46,"breadcrumbs":6,"title":3},"58":{"body":80,"breadcrumbs":4,"title":1},"59":{"body":34,"breadcrumbs":4,"title":1},"6":{"body":35,"breadcrumbs":4,"title":2},"60":{"body":56,"breadcrumbs":8,"title":5},"61":{"body":68,"breadcrumbs":5,"title":2},"62":{"body":31,"breadcrumbs":4,"title":1},"63":{"body":52,"breadcrumbs":4,"title":1},"64":{"body":19,"breadcrumbs":4,"title":1},"65":{"body":15,"breadcrumbs":4,"title":1},"66":{"body":26,"breadcrumbs":5,"title":2},"67":{"body":7,"breadcrumbs":5,"title":2},"68":{"body":11,"breadcrumbs":5,"title":2},"69":{"body":30,"breadcrumbs":5,"title":2},"7":{"body":15,"breadcrumbs":3,"title":1},"70":{"body":0,"breadcrumbs":8,"title":3},"71":{"body":30,"breadcrumbs":6,"title":1},"72":{"body":39,"breadcrumbs":8,"title":3},"73":{"body":5,"breadcrumbs":6,"title":1},"74":{"body":9,"breadcrumbs":7,"title":2},"75":{"body":8,"breadcrumbs":7,"title":2},"76":{"body":32,"breadcrumbs":6,"title":1},"77":{"body":20,"breadcrumbs":6,"title":1},"78":{"body":19,"breadcrumbs":6,"title":1},"79":{"body":31,"breadcrumbs":6,"title":1},"8":{"body":62,"breadcrumbs":3,"title":1},"80":{"body":50,"breadcrumbs":7,"title":2},"81":{"body":11,"breadcrumbs":7,"title":2},"82":{"body":54,"breadcrumbs":6,"title":1},"83":{"body":119,"breadcrumbs":6,"title":1},"84":{"body":0,"breadcrumbs":7,"title":2},"85":{"body":78,"breadcrumbs":7,"title":2},"86":{"body":67,"breadcrumbs":6,"title":1},"87":{"body":37,"breadcrumbs":7,"title":2},"88":{"body":24,"breadcrumbs":6,"title":1},"89":{"body":9,"breadcrumbs":7,"title":2},"9":{"body":29,"breadcrumbs":3,"title":1},"90":{"body":68,"breadcrumbs":8,"title":3},"91":{"body":0,"breadcrumbs":4,"title":1},"92":{"body":32,"breadcrumbs":4,"title":1},"93":{"body":37,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":5,"title":2},"95":{"body":107,"breadcrumbs":3,"title":0},"96":{"body":15,"breadcrumbs":4,"title":1},"97":{"body":32,"breadcrumbs":3,"title":0},"98":{"body":59,"breadcrumbs":4,"title":1},"99":{"body":24,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"Welcome to Endatabas! Endatabas is a SQL document database with complete history. It will store anything, forever. The best way to understand Endatabas is to use it. Head on over to the Quickstart to try it out. If you're not ready to run your first query yet, there's plenty of explanatory material in our What? and Why? documents.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"If you came to the Endatabas book directly, you may also be interested in: www.endatabas.com github.com/endatabas/endb","breadcrumbs":"Introduction » Elsewhere","id":"1","title":"Elsewhere"},"10":{"body":"Endb ships with permissively-licensed (MIT) client libraries: pip install endb\nnpm install @endatabas/endb You can copy and modify their source code for any purpose. Read more about how to use them in the client libraries docs .","breadcrumbs":"Tutorial » Try It! » Client Libraries","id":"10","title":"Client Libraries"},"100":{"body":"LIKE is the operator equivalent of the LIKE function . LIKE returns TRUE if a string matches the supplied LIKE pattern, as defined below: A pattern can be a string literal. It can also contain underscores (_) and/or percentage symbols (%). An underscore matches exactly one character. A percentage symbol matches zero or more characters. Backslash escapes the following character to make it a literal. Use ESCAPE to override the default backslash escape character. SELECT * FROM products WHERE name LIKE 'Tofu';\nSELECT * FROM products WHERE name LIKE 'Tof_';\nSELECT * FROM products WHERE name LIKE '%of%';\nSELECT * FROM products WHERE name LIKE '\\%of\\%';\nSELECT * FROM products WHERE name LIKE 'X%ofX%' ESCAPE 'X'; NOT LIKE is used to invert the results of the match. SELECT * FROM products WHERE name NOT LIKE '%of%'; NOTE: Endb LIKE is case-sensitive.","breadcrumbs":"SQL Reference » Operators » LIKE","id":"100","title":"LIKE"},"101":{"body":"REGEXP returns TRUE if a string matches the supplied regular expression. REGEXP may be prefixed with NOT. SELECT * FROM products WHERE name REGEXP '.*ee|.*ea';\nSELECT * FROM products WHERE name NOT REGEXP '.*[fst]+.*';","breadcrumbs":"SQL Reference » Operators » REGEXP","id":"101","title":"REGEXP"},"102":{"body":"GLOB returns TRUE if a string matches the supplied UNIX glob. GLOB may be prefixed with NOT. SELECT * FROM products WHERE name GLOB '*of*';\nSELECT * FROM avatars WHERE filename NOT GLOB '/opt/local/avatars/*/*.png'; NOTE: GLOB is case-sensitive. It conforms to standard UNIX globs and thus does not support \"globstar\" (recursive directory) expansion like **/*.png.","breadcrumbs":"SQL Reference » Operators » GLOB","id":"102","title":"GLOB"},"103":{"body":"MATCH returns TRUE if the value on the left contains the value on the right, at the top level. Note that a top-level array to the right of the MATCH refers to a set of values that all need to match, not a literal array. The following expressions return TRUE: SELECT 'foo' MATCH 'foo';\nSELECT [1, 2, 3] MATCH [3, 1];\nSELECT {user: 'foo', age: 42} MATCH {age: 42};\nSELECT {a: [1, 2, {c: 3, x: 4}], c: 'b'} MATCH {a: [{x: 4}, 1]}; The following expressions return FALSE: SELECT [1, 2, [1, 3]] MATCH [1, 3];\nSELECT {foo: {bar: 'baz'}} MATCH {bar: 'baz'};\nSELECT {a: [1, 2, {c: 3, x: 4}], c: 'b'} MATCH {a: [{x: 4}, 3]}; NOTE: The @> operator is a synonym for MATCH. It is provided as a convenience for users accustomed to the equivalent JSON Containment Operator in Postgres . It also has a symmetric operator, <@, which returns TRUE if the value on the right contains the value on the left, at the top level. No symmetric keyword exists for MATCH.","breadcrumbs":"SQL Reference » Operators » MATCH (Containment)","id":"103","title":"MATCH (Containment)"},"104":{"body":"SOME is a synonym for ANY. ANY qualifies a subquery by comparing a single column or literal value with the result of that subquery. ANY is used in the form ANY (). It returns true if the subquery returns a one or more values for which the operator is true. The operator must return a boolean and the subquery must return a single column. SELECT 1500 < SOME (SELECT price FROM products);","breadcrumbs":"SQL Reference » Operators » ANY, SOME","id":"104","title":"ANY, SOME"},"105":{"body":"ALL qualifies a subquery by comparing a single column or literal value with the result of that subquery. ALL is used in the form ALL (). It returns true only if all values returned by the subquery are true for the operator provided. The operator must return a boolean and the subquery must return a single column. SELECT \"ok\" = ALL (SELECT status_code FROM statuses);","breadcrumbs":"SQL Reference » Operators » ALL","id":"105","title":"ALL"},"106":{"body":"EXISTS returns TRUE if the subquery which follows it returns at least one row. SELECT name FROM products WHERE EXISTS (SELECT 1 FROM coupons WHERE name = products.name);","breadcrumbs":"SQL Reference » Operators » EXISTS","id":"106","title":"EXISTS"},"107":{"body":"The standard SQL IN clause can be used to test lists and subqueries for containment of a value. SELECT * FROM products WHERE price IN (5.00, 5.99);\nSELECT * FROM products WHERE price IN (SELECT price FROM coupons); NOTE: Use MATCH to test for containment of a value in an array.","breadcrumbs":"SQL Reference » Operators » IN","id":"107","title":"IN"},"108":{"body":"The standard SQL NOT IN clause can be used to test lists and subqueries for absence of a value. SELECT * FROM products WHERE price NOT IN (5.00, 5.99);\nSELECT * FROM products WHERE price NOT IN (SELECT price FROM coupons); NOTE: Use MATCH to test for absence of a value in an array.","breadcrumbs":"SQL Reference » Operators » NOT IN","id":"108","title":"NOT IN"},"109":{"body":"The || operator concatenates two strings or arrays supplied as arguments. When concatenating to an array element: other elements, arrays, and blobs are accepted as the second argument. When concatenating to an array: arrays, blobs, and array elements are accepted as the second argument. Elements other than strings are cast to strings when concatenated with each other. Multiple operators can be chained together. SELECT \"Hello\" || \"World\";\nSELECT [1, 2, 3] || [4, 5, 6];\nSELECT 1 || 2;\nSELECT \"Hello\" || [\"World\"];\nSELECT [\"Hello\"] || \"World\";\nSELECT \"Hello\" || \"World\" || \"And\" || \"Friends\"; The Concatenation Operator is equivalent to the CONCAT function .","breadcrumbs":"SQL Reference » Operators » || (Concatenation)","id":"109","title":"|| (Concatenation)"},"11":{"body":"You can use any of these tools (or any other HTTP client you prefer) for the rest of this tutorial.","breadcrumbs":"Tutorial » Try It! » Learning Endb SQL","id":"11","title":"Learning Endb SQL"},"110":{"body":"","breadcrumbs":"SQL Reference » Operators » Vector Operators","id":"110","title":"Vector Operators"},"111":{"body":"At the moment, Endb performs exact nearest neighbor search, which provides perfect recall. Endb may support approximate vector indexes in the future, which trade accuracy for speed.","breadcrumbs":"SQL Reference » Operators » Indexing","id":"111","title":"Indexing"},"112":{"body":"The L2 Distance operator (<->) compares two vectors by Euclidean distance . It is symmetrical to the L2_DISTANCE function. SELECT * FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), (NULL), ([1,2,4])) AS t(val) WHERE val NOT NULL ORDER BY t.val <-> [3,3,3];\n-- [{'val': [1, 2, 3]},\n-- {'val': [1, 2, 4]},\n-- {'val': [1, 1, 1]},\n-- {'val': [0, 0, 0]}]","breadcrumbs":"SQL Reference » Operators » <-> (L2 or Euclidean Distance)","id":"112","title":"<-> (L2 or Euclidean Distance)"},"113":{"body":"The Cosine Distance operator (<=>) compares two vectors by the complement of their Cosine Similarity . It is symmetrical to the COSINE_DISTANCE function. SELECT val FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), ([1,2,4])) AS t(val) WHERE t.val <=> [3,3,3] NOT NULL ORDER BY t.val <=> [3,3,3];\n-- [{'val': [1, 1, 1]},\n-- {'val': [1, 2, 3]},\n-- {'val': [1, 2, 4]}]","breadcrumbs":"SQL Reference » Operators » <=> (Cosine Distance)","id":"113","title":"<=> (Cosine Distance)"},"114":{"body":"The Inverse Inner Product operator (<#>) compares two vectors by the inverse of their Inner Product . It is the inverse of the INNER_PRODUCT function. SELECT val FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), (NULL), ([1,2,4])) AS t(val) WHERE val IS NOT NULL ORDER BY t.val <#> [3,3,3];\n-- [{'val': [1, 2, 4]},\n-- {'val': [1, 2, 3]},\n-- {'val': [1, 1, 1]},\n-- {'val': [0, 0, 0]}]","breadcrumbs":"SQL Reference » Operators » <#> (Inverse Inner Product)","id":"114","title":"<#> (Inverse Inner Product)"},"115":{"body":"","breadcrumbs":"SQL Reference » Functions » Functions","id":"115","title":"Functions"},"116":{"body":"","breadcrumbs":"SQL Reference » Functions » String Functions","id":"116","title":"String Functions"},"117":{"body":"The CHARACTER_LENGTH function returns the number of unicode characters in a string. SELECT CHARACTER_LENGTH('josé');\n-- 4 SELECT CHARACTER_LENGTH('❤️🥫');\n-- 3","breadcrumbs":"SQL Reference » Functions » CHARACTER_LENGTH","id":"117","title":"CHARACTER_LENGTH"},"118":{"body":"The OCTET_LENGTH function returns the length of a string, in bytes (octets). SELECT OCTET_LENGTH('josé');\n-- 5 SELECT OCTET_LENGTH('❤️🥫');\n-- 10","breadcrumbs":"SQL Reference » Functions » OCTET_LENGTH","id":"118","title":"OCTET_LENGTH"},"119":{"body":"The TRIM, LTRIM, and RTRIM functions trim surrounding whitespace, whitespace to the left, and whitespace to the right of a string, respectively. SELECT TRIM(' hello ');\n-- 'hello' SELECT LTRIM(' hello ');\n-- 'hello ' SELECT RTRIM(' hello ');\n-- ' hello'","breadcrumbs":"SQL Reference » Functions » TRIM, LTRIM, RTRIM","id":"119","title":"TRIM, LTRIM, RTRIM"},"12":{"body":"If you know SQL, Endb SQL will feel instantly familiar. It is not \"SQL-like\". It is SQL. However, Endb SQL is dynamic , strongly-typed , time-aware , and shuns language embedding . Hopefully it is pleasant to use without feeling foreign.","breadcrumbs":"Tutorial » Endb SQL Basics » Endb SQL Basics","id":"12","title":"Endb SQL Basics"},"120":{"body":"The LOWER and UPPER functions downcase and upcase a string, respectively. SELECT LOWER('Relatable Algebra');\n-- 'relatable algebra' SELECT UPPER('Shouting Calculus');\n-- 'SHOUTING CALCULUS'","breadcrumbs":"SQL Reference » Functions » LOWER, UPPER","id":"120","title":"LOWER, UPPER"},"121":{"body":"The REPLACE function returns the string in the first parameter, with the second parameter (if found) replaced by the third. SELECT REPLACE('Relatable Algebra', 'Rela', 'Infla');","breadcrumbs":"SQL Reference » Functions » REPLACE","id":"121","title":"REPLACE"},"122":{"body":"The INSTR function returns the first character of a substring match on the second parameter, if found, and 0 if it is not found. SELECT INSTR('Coffee', 'ee');","breadcrumbs":"SQL Reference » Functions » INSTR","id":"122","title":"INSTR"},"123":{"body":"The SUBSTRING function returns the substring starting from the index provided as the second parameter. If the (optional) third parameter is provided, the substring will be of that length (or less, if the end of the source string is reached). SUBSTR is a synonym for SUBSTRING. SELECT SUBSTRING('Hello Edgar', 4);\nSELECT SUBSTR('Hello Edgar', 4, 2);","breadcrumbs":"SQL Reference » Functions » SUBSTRING","id":"123","title":"SUBSTRING"},"124":{"body":"The POSITION pseudo-function returns the first position of the first character of the first matched substring in another string. If the substring is not detected, POSITION returns 0. SELECT POSITION(\"h\" IN \"Hawaii\");\nSELECT POSITION(\"i\" IN \"Hawaii\");\nSELECT POSITION(\"Ha\" IN \"Hawaii\"); NOTE: POSITION is a \"pseudo-function\" because internally it uses custom syntax of the form IN .","breadcrumbs":"SQL Reference » Functions » POSITION","id":"124","title":"POSITION"},"125":{"body":"The UNICODE function returns an integer unicode value for the first character of the parameter given. SELECT UNICODE('Adam');","breadcrumbs":"SQL Reference » Functions » UNICODE","id":"125","title":"UNICODE"},"126":{"body":"The CHAR function returns a string corresponding to the supplied integer character codes. SELECT CHAR(65, 66, 67);","breadcrumbs":"SQL Reference » Functions » CHAR","id":"126","title":"CHAR"},"127":{"body":"CONCAT is equivalent to the Concatenation Operator (||) except that CONCAT is limited to 2-arity applications and || can be chained.","breadcrumbs":"SQL Reference » Functions » CONCAT","id":"127","title":"CONCAT"},"128":{"body":"The LIKE function serves the same purpose as the LIKE operator . However, the argument order is (effectively) reversed for the LIKE function, to match the signature used in SQLite. For the function version, the pattern is the first argument. Optionally, an alternative escape character can be provided as a third argument. SELECT * FROM users WHERE LIKE('Stev%', name);\nSELECT * FROM users WHERE LIKE('EdgarX%', name, 'X');","breadcrumbs":"SQL Reference » Functions » LIKE","id":"128","title":"LIKE"},"129":{"body":"","breadcrumbs":"SQL Reference » Functions » Collection Functions","id":"129","title":"Collection Functions"},"13":{"body":"Endb is a schemaless document database. You do not need CREATE TABLE — tables are dynamically created when you insert data. The following SQL is valid as soon as you start endb: INSERT INTO posts (id, user_id, text) VALUES (123, 456, 'Hello World'); Try querying it out: SELECT * FROM posts;","breadcrumbs":"Tutorial » Endb SQL Basics » Just Begin","id":"13","title":"Just Begin"},"130":{"body":"The LENGTH function counts the number of entries in a collection. When supplied with a string, it is a synonym for CHARACTER_LENGTH. SELECT LENGTH([3, 2]);\nSELECT LENGTH({name: 'Peas', price: 8.99, product_no: 77});\nSELECT LENGTH('josé'); NOTE: CARDINALITY is an synonym for LENGTH.","breadcrumbs":"SQL Reference » Functions » LENGTH","id":"130","title":"LENGTH"},"131":{"body":"An object's keys can be selected using OBJECT_KEYS. SELECT OBJECT_KEYS({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40});","breadcrumbs":"SQL Reference » Functions » OBJECT_KEYS","id":"131","title":"OBJECT_KEYS"},"132":{"body":"An object's values can be selected using OBJECT_VALUES. SELECT OBJECT_VALUES({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40});","breadcrumbs":"SQL Reference » Functions » OBJECT_VALUES","id":"132","title":"OBJECT_VALUES"},"133":{"body":"Returns an array of key-value pairs representing the given object. SELECT OBJECT_ENTRIES({a: 1, b: 2, c: 3});\n-- [['a': 1], ['b': 2], ['c': 3]]","breadcrumbs":"SQL Reference » Functions » OBJECT_ENTRIES","id":"133","title":"OBJECT_ENTRIES"},"134":{"body":"Constructs an object from an array of key-value pairs. SELECT OBJECT_FROM_ENTRIES([['a', 1], ['b', 2], ['c', 3]]);\n-- {a: 1, b: 2, c: 3}","breadcrumbs":"SQL Reference » Functions » OBJECT_FROM_ENTRIES","id":"134","title":"OBJECT_FROM_ENTRIES"},"135":{"body":"The PATCH function takes two documents. The document returned is the first document \"patched\" with any fields found in the second document. If the second document does not specify a field, that field is left untouched. If the second document specifies any fields with values of NULL, those fields are removed. SELECT PATCH( {name: 'Salt', nutrition: {sodium: 100, ingredients: 'Kosher Salt'}}, {name: 'Sea Salt', nutrition: {ingredients: NULL}}\n); The PATCH function has an equivalent operator for data manipulation: UPDATE PATCH","breadcrumbs":"SQL Reference » Functions » PATCH","id":"135","title":"PATCH"},"136":{"body":"Table Value Functions are only valid within the FROM clause.","breadcrumbs":"SQL Reference » Functions » Table Value Functions","id":"136","title":"Table Value Functions"},"137":{"body":"The UNNEST function can be thought of as the inverse of ARRAY_AGG , although it offers more power than just unlinking elements. It takes an array or object and pulls its elements into separate rows. SELECT * FROM UNNEST([1.99, 2.99, 3.99]) AS products(price); It is possible to unnest multiple arrays. If the arrays do not have the same number of elements, the shorter array(s) will have those values filled with NULL: SELECT names.* FROM (VALUES (['Leslie', 'Edgar', 'fiver2'], ['Lamport', 'Codd'])) AS x(first, last), UNNEST(x.first, x.last) AS names(first, last); When unnesting an object, keys-value pairs will be returned as per object_entries . This behaviour is useful for manipulating collections: SELECT * FROM UNNEST({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40}) AS prices(price);\n-- [{'price': ['sale_price', 1.5]},\n-- {'price': ['coupon_price', 1.4]},\n-- {'price': ['original_price', 1.99]}] Unnesting nested data from a queried table is done with the form FROM
, UNNEST(
.) AS foo(new_column). For example: INSERT INTO msgs {text: \"Here is some classic material\", user: \"George\", workday: 2024-02-25, media: [{type: \"image\", src: \"dsm.png\"}, {type: \"video\", src: \"vldb.mp4\"}]}; WITH m AS (SELECT * FROM msgs, UNNEST(msgs.media) AS m(media))\nSELECT media FROM m WHERE media..type MATCH 'video'; WITH ORDINALITY UNNEST can be suffixed with WITH ORDINALITY to append an ordinal column to the results. SELECT * FROM UNNEST([1.99, 2.99, 3.99]) WITH ORDINALITY AS products(price, n);\n-- [{'n': 0, 'price': 1.99}, {'n': 1, 'price': 2.99}, {'n': 2, 'price': 3.99}] NOTE: Endb ordinals are zero-indexed.","breadcrumbs":"SQL Reference » Functions » UNNEST","id":"137","title":"UNNEST"},"138":{"body":"The GENERATE_SERIES function generates an array of numbers within a given interval. The first and second parameters are the start and end of the interval. The optional third parameter is a step value by which to increment each number. The result is returned as a single anonymous column (with the default name, column1) containing the array. SELECT * FROM GENERATE_SERIES(0, 21) AS t(s);\nSELECT * FROM GENERATE_SERIES(0, 21, 3) AS t(s); It is possible to use the result of GENERATE_SERIES in other SQL expressions, like IN: SELECT * FROM products WHERE product_no IN (SELECT column1 FROM generate_series(1000, 20000) AS foo);","breadcrumbs":"SQL Reference » Functions » GENERATE_SERIES","id":"138","title":"GENERATE_SERIES"},"139":{"body":"","breadcrumbs":"SQL Reference » Functions » Numeric Functions","id":"139","title":"Numeric Functions"},"14":{"body":"Endb is immutable, so it does not permit destructive UPDATE or DELETE. For example, if you run an UPDATE, your previous INSERT isn't lost. Before we update the record, we'll make note of the current time, according to the database. (Any time after the INSERT and before the UPDATE would suffice.) -- make note of this time to use below\nSELECT CURRENT_TIMESTAMP; Multiple statements can be separated by semicolons. This time, we'll update the record and view it at once: UPDATE posts SET text = 'Hello Immutable World' WHERE id = 123; SELECT * from posts; You'll note that Hello World from your original insert isn't visible. That's because it only exists in the past and, by default, SELECT will show the state of the database as of now . To see the old version, you can time-travel back to a time when the old record was visible. Copy the timestamp you noted, without the quotes, something like SELECT * from posts FOR SYSTEM_TIME AS OF 2024-01-01T00:00:00.000000Z;: SELECT * from posts FOR SYSTEM_TIME AS OF {YOUR_NOTED_TIMESTAMP}; NOTE: Although there is no destructive DELETE in an immutable database, there is ERASE, which exists to remove data for user safety and compliance with laws like GDPR.","breadcrumbs":"Tutorial » Endb SQL Basics » Immutable","id":"14","title":"Immutable"},"140":{"body":"The RANDOM function returns a random integer. SELECT RANDOM();","breadcrumbs":"SQL Reference » Functions » RANDOM","id":"140","title":"RANDOM"},"141":{"body":"Endb provides standard SQL math functions based on SQLite's collection of math functions: ROUND SIN COS TAN SINH COSH TANH ASIN ACOS ATAN ASINH ACOSH ATANH ATAN2 FLOOR CEILING, CEIL SIGN SQRT EXP POWER, POW LOG, LOG10 LOG2 LN DEGREES RADIANS PI ABS NOTE: Endb follows the choice of most SQL databases and aliases LOG to LOG10 rather than LN (natural log), as specified by the SQL standard. NOTE: Mathematical operators are documented under Operators .","breadcrumbs":"SQL Reference » Functions » Math","id":"141","title":"Math"},"142":{"body":"","breadcrumbs":"SQL Reference » Functions » Date/Time Functions","id":"142","title":"Date/Time Functions"},"143":{"body":"The STRFTIME function formats a date or time value as a string. SELECT strftime('%Y/%m/%d', date('2001-01-01'));\nSELECT strftime('%Y %m %d at %H %M %S', datetime('2001-01-01 03:04:05'));","breadcrumbs":"SQL Reference » Functions » STRFTIME","id":"143","title":"STRFTIME"},"144":{"body":"The UNIXEPOCH function returns the number of seconds since the UNIX epoch. Accepts a DATE, TIMESTAMP, or STRING. SELECT UNIXEPOCH('2023-01-01');\nSELECT UNIXEPOCH(1970-01-01T00:00:00Z);","breadcrumbs":"SQL Reference » Functions » UNIXEPOCH","id":"144","title":"UNIXEPOCH"},"145":{"body":"The JULIANDAY function returns the Julian Day, which is the number of days since noon in UTC on November 24, 4714 B.C. Accepts a DATE, TIMESTAMP, or STRING. SELECT JULIANDAY(1970-01-01);","breadcrumbs":"SQL Reference » Functions » JULIANDAY","id":"145","title":"JULIANDAY"},"146":{"body":"The EXTRACT pseudo-function provides a way to access one named, numerical portion of a date, time, or timestamp. Portions of dates can only be extracted from dates or timestamps. Portions of times can only be extracted from timestamps or times. SELECT EXTRACT(YEAR FROM CURRENT_DATE);\nSELECT EXTRACT(MONTH FROM CURRENT_DATE);\nSELECT EXTRACT(DAY FROM CURRENT_TIMESTAMP);\nSELECT EXTRACT(HOUR FROM CURRENT_TIMESTAMP);\nSELECT EXTRACT(MINUTE FROM CURRENT_TIME);\nSELECT EXTRACT(SECOND FROM CURRENT_TIME); NOTE: EXTRACT is a \"pseudo-function\" because internally it uses custom syntax of the form FROM .","breadcrumbs":"SQL Reference » Functions » EXTRACT","id":"146","title":"EXTRACT"},"147":{"body":"The PERIOD function creates a new Period . It is equivalent to using Period literals. PERIOD(2001-04-01T00:00:00Z, 2001-05-01)","breadcrumbs":"SQL Reference » Functions » PERIOD","id":"147","title":"PERIOD"},"148":{"body":"","breadcrumbs":"SQL Reference » Functions » Aggregate Functions","id":"148","title":"Aggregate Functions"},"149":{"body":"The MIN and MAX functions return the minimum and maximum values for an expression, respectively. SELECT MIN(price) FROM products;\nSELECT MAX(price) FROM products; NOTE: MIN and MAX also have non-aggregate equivalents, which are 2-arity. When used that way, they each return the minimum or maximum value of the two values provided.","breadcrumbs":"SQL Reference » Functions » MIN, MAX","id":"149","title":"MIN, MAX"},"15":{"body":"Relationships are also dynamic. You can join any two tables on any two columns. Adding a user with id 456 allows a join with the previous posts table. INSERT INTO users (id, name) VALUES (456, 'Vikram'); SELECT * from posts p JOIN users u ON p.user_id = u.id;","breadcrumbs":"Tutorial » Endb SQL Basics » Dynamic Joins","id":"15","title":"Dynamic Joins"},"150":{"body":"The SUM function returns the sum of all non-null values under the column given as a parameter. SELECT SUM(price) FROM products; If all values for the given column are NULL, SUM returns NULL.","breadcrumbs":"SQL Reference » Functions » SUM","id":"150","title":"SUM"},"151":{"body":"The TOTAL function is equivalent to SUM except that it returns 0.0 in the case where all input values are NULL.","breadcrumbs":"SQL Reference » Functions » TOTAL","id":"151","title":"TOTAL"},"152":{"body":"The AVG function takes a numerical-type-agnostic average of all values under the column given as a parameter. SELECT AVG(price) FROM products;","breadcrumbs":"SQL Reference » Functions » AVG","id":"152","title":"AVG"},"153":{"body":"The COUNT function returns the count of non-null , non-empty values for the specified column. SELECT COUNT(price) FROM sales; NOTE: Because null/empty values are ignored, the behaviour of COUNT will differ from other SQL dialects. Whether or not COUNT(price) and COUNT(1) are equivalent is dependent on whether the price attribute exists with a non-null value on each document.","breadcrumbs":"SQL Reference » Functions » COUNT","id":"153","title":"COUNT"},"154":{"body":"The ARRAY_AGG function concatenates the results of an expression into an array. The parameter may be ordered within ARRAY_AGG. SELECT ARRAY_AGG(price) FROM products;\nSELECT ARRAY_AGG(name ORDER BY price DESC) FROM products; Note that when operating on arrays, the arrays themselves will be concatenated, not the contents of the arrays. The result will be an array of one higher dimension: SELECT ARRAY_AGG(x.column1) FROM (VALUES ([1,2]), ([3,4])) AS x;\n-- [{'column1': [[1, 2], [3, 4]]}]","breadcrumbs":"SQL Reference » Functions » ARRAY_AGG","id":"154","title":"ARRAY_AGG"},"155":{"body":"The GROUP_CONCAT function returns a string with concatenated non-null values from a column or group. Given a second parameter, It defaults to a comma-delimited list, but the second (optional) parameter can override the delimiter. SELECT GROUP_CONCAT(name) FROM products;\nSELECT GROUP_CONCAT(name, ':') FROM products;","breadcrumbs":"SQL Reference » Functions » GROUP_CONCAT","id":"155","title":"GROUP_CONCAT"},"156":{"body":"All aggregate functions can have a filter applied before aggregation. SELECT SUM(price) FILTER(WHERE price > 20) FROM products;","breadcrumbs":"SQL Reference » Functions » FILTER","id":"156","title":"FILTER"},"157":{"body":"","breadcrumbs":"SQL Reference » Functions » Data Type Functions","id":"157","title":"Data Type Functions"},"158":{"body":"The CAST function forces a value into a particular data type. Note that not all types are cast-compatible with each other. SELECT CAST(price AS INTEGER) FROM products;","breadcrumbs":"SQL Reference » Functions » CAST","id":"158","title":"CAST"},"159":{"body":"The TYPEOF function returns the type of the provided value. SELECT TYPEOF('hi2u');\nSELECT TYPEOF(1.12345678901234);\nSELECT TYPEOF(2018-01-01T00:00:00);","breadcrumbs":"SQL Reference » Functions » TYPEOF","id":"159","title":"TYPEOF"},"16":{"body":"Endb allows you to insert asymmetrical, jagged data. Let's add another user with more columns. INSERT INTO users (id, name, email) VALUES (789, 'Daniela', 'daniela@endatabas.com'); SELECT * from users; Note that the SELECT * is an implicitly dynamic query. It doesn't have any difficulty with the previous user document, even though it lacked an email column. In practice, most applications and SQL queries should specify exactly the columns they want to query. SELECT * is really only for exploratory queries, so it shows you everything visible in the table.","breadcrumbs":"Tutorial » Endb SQL Basics » Semi-Structured Data","id":"16","title":"Semi-Structured Data"},"160":{"body":"","breadcrumbs":"SQL Reference » Functions » Conditional Functions","id":"160","title":"Conditional Functions"},"161":{"body":"The IIF function is a conditional shorthand. It returns the second parameter if the condition is true and the third parameter if the condition is false. SELECT IIF(price > 5.99, 'Expensive!', 'Cheap') FROM products;","breadcrumbs":"SQL Reference » Functions » IIF","id":"161","title":"IIF"},"162":{"body":"The NULLIF function returns TRUE if the two supplied expressions are equal. SELECT NULLIF(1, 1);\nSELECT NULLIF(1, 'zig');","breadcrumbs":"SQL Reference » Functions » NULLIF","id":"162","title":"NULLIF"},"163":{"body":"The COALESCE function returns its first non-null argument. The following example returns 'zig': SELECT COALESCE(NULL, NULL, 'zig', 'zag');","breadcrumbs":"SQL Reference » Functions » COALESCE","id":"163","title":"COALESCE"},"164":{"body":"","breadcrumbs":"SQL Reference » Functions » Encoding Functions","id":"164","title":"Encoding Functions"},"165":{"body":"The BASE64 function takes a hexadecimal-encoded BLOB and returns a base64-encoded string, or vice-versa. BASE64 roundtrips its own data. There is therefore no BLOBFROMBASE64 function. SELECT BASE64(x'010203');\nSELECT BASE64('AQID');","breadcrumbs":"SQL Reference » Functions » BASE64","id":"165","title":"BASE64"},"166":{"body":"The UUID function returns a universally-unique identifier, as a string. The UUID_BLOB function takes a string UUID and returns a BLOB. The UUID_STR function takes a BLOB UUID and returns a string. When given a parameter of their return type, UUID_BLOB and UUID_STR will format the UUID provided. SELECT UUID();\nSELECT UUID_BLOB('d2ce21c9-d268-409a-b1e0-49e1200bfa47');\nSELECT UUID_STR(x'd2ce21c9d268409ab1e049e1200bfa47'); -- formatting:\nSELECT UUID_BLOB(x'd2ce21c9d268409ab1e049e1200bfa47');\nSELECT UUID_STR('d2ce21c9d268409ab1e049e1200bfa47');","breadcrumbs":"SQL Reference » Functions » UUID","id":"166","title":"UUID"},"167":{"body":"The SHA1 function takes either a hexadecimal-encoded BLOB, a string, or a number. It returns the SHA-1 encoding of that value. SELECT SHA1('2');","breadcrumbs":"SQL Reference » Functions » SHA1","id":"167","title":"SHA1"},"168":{"body":"The RANDOMBLOB function returns a random binary large object of the size given, in bytes. The ZEROBLOB function returns a zeroed-out binary large object of the size given, in bytes. SELECT RANDOMBLOB(32);\nSELECT ZEROBLOB(32);","breadcrumbs":"SQL Reference » Functions » RANDOMBLOB, ZEROBLOB","id":"168","title":"RANDOMBLOB, ZEROBLOB"},"169":{"body":"The HEX function takes a BLOB (or coerces its argument into a UTF-8 string, which in turn is interpreted as a BLOB) and turns the BLOB into an upper-case hexadecimal string. The UNHEX function takes a hexadecimal string and turns it into a BLOB. The hexadecimal string provided must contain character pairs . UNHEX takes an optional second parameter: a string containing non-hexadecimal characters to be ignored in the first parameter. If non-hexadecimal characters are found in the first parameter but not ignored in the second parameter, UNHEX returns NULL. SELECT HEX(15);\n-- '3135' SELECT UNHEX('3135');\n-- b'15' SELECT UNHEX('3135ZZ', 'Z');\n-- b'15' SELECT UNHEX('3135ZZ', 'M');\n-- NULL","breadcrumbs":"SQL Reference » Functions » HEX, UNHEX","id":"169","title":"HEX, UNHEX"},"17":{"body":"It may seem strange to leave jagged columns lying around. Endb doesn't discourage you from cleaning up your data, if you can: UPDATE users SET email = 'vikram@stockholm.se' WHERE name = 'Vikram'; SELECT * from users; The difference in Endb is that we haven't \"migrated\" the old data — it's still there. If you query for Vikram's user document as of 2 minutes ago, you will see the old record without an email. Queries in Endb always default to as-of-now , which is why the results of the query above shouldn't be surprising.","breadcrumbs":"Tutorial » Endb SQL Basics » Data \"Migration\"","id":"17","title":"Data \"Migration\""},"170":{"body":"","breadcrumbs":"SQL Reference » Functions » Vector Functions","id":"170","title":"Vector Functions"},"171":{"body":"At the moment, Endb performs exact nearest neighbor search, which provides perfect recall. Endb may support approximate vector indexes in the future, which trade accuracy for speed.","breadcrumbs":"SQL Reference » Functions » Indexing","id":"171","title":"Indexing"},"172":{"body":"The L2_DISTANCE function returns the Euclidean distance between two vectors. It is symmetrical to the <-> operator. SELECT L2_DISTANCE([-0.7888,-0.7361,-0.6208,-0.5134,-0.4044], [0.8108,0.6671,0.5565,0.5449,0.4466]);\n-- [{'column1': 2.7853052938591847}]","breadcrumbs":"SQL Reference » Functions » L2_DISTANCE","id":"172","title":"L2_DISTANCE"},"173":{"body":"The COSINE_DISTANCE function returns the complement of Cosine Similarity for two vectors. It is symmetrical to the <=> operator. SELECT COSINE_DISTANCE([-0.7888,-0.7361,-0.6208,-0.5134,-0.4044], [0.8108,0.6671,0.5565,0.5449,0.4466]);\n-- [{'column1': 1.9970250541178656}]","breadcrumbs":"SQL Reference » Functions » COSINE_DISTANCE","id":"173","title":"COSINE_DISTANCE"},"174":{"body":"The INNER_PRODUCT function returns the Inner Product of two vectors. It is inverse of the <#> operator. SELECT INNER_PRODUCT([1,2], [3,4]);\n-- [{'column1': 11.0}]","breadcrumbs":"SQL Reference » Functions » INNER_PRODUCT","id":"174","title":"INNER_PRODUCT"},"175":{"body":"To make best use of Time Queries, it is a good idea to review the time-related SQL data types, such as TIMESTAMP, DATE, TIME, and INTERVAL. These are covered in the SQL Data Types section. It is also a good idea to review Endb's other time-related functions, in case they are helpful to you: STRFTIME UNIXEPOCH JULIANDAY","breadcrumbs":"SQL Reference » Time Queries » Time Queries","id":"175","title":"Time Queries"},"176":{"body":"All Endb temporal predicates (CONTAINS, OVERLAPS, PRECEDES, SUCCEEDS, IMMEDIATELY PRECEDES, and IMMEDIATELY SUCCEEDS) follow the SQL:2011 standard's \"closed-open period model\". This means that a period represents all times starting from (and including) the start time up to (but excluding) the end time.","breadcrumbs":"SQL Reference » Time Queries » Note on SQL:2011 closed-open period model","id":"176","title":"Note on SQL:2011 closed-open period model"},"177":{"body":"Endb currently only supports times encoded as UTC.","breadcrumbs":"SQL Reference » Time Queries » Note on timezones","id":"177","title":"Note on timezones"},"178":{"body":"Endb provides access to the current value of the clock \"now\" in multiple date/time configurations.","breadcrumbs":"SQL Reference » Time Queries » Now","id":"178","title":"Now"},"179":{"body":"CURRENT_TIMESTAMP gets the current date and time in UTC. SELECT CURRENT_TIMESTAMP;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_TIMESTAMP","id":"179","title":"CURRENT_TIMESTAMP"},"18":{"body":"Endb eschews JSONB columns in favour of a native, strongly-typed, document-relational model. INSERT INTO users (id, name, friends)\nVALUES (123, 'Anastasia', [{name: 'Heikki', country: 'Finland'}, {name: 'Amit', country: 'Japan'}]); SELECT users.friends[1] FROM users WHERE id = 123; The users.friends[1] expression above is a path expression . A detailed explanation of Endb's path navigation is provided in the SQL Reference Path Navigation docs .","breadcrumbs":"Tutorial » Endb SQL Basics » Nested Data","id":"18","title":"Nested Data"},"180":{"body":"CURRENT_TIME gets the current time in UTC. SELECT CURRENT_TIME;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_TIME","id":"180","title":"CURRENT_TIME"},"181":{"body":"CURRENT_DATE gets the current date in UTC. Note that this may be different from your local date, depending on the time of day when your query is run. SELECT CURRENT_DATE;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_DATE","id":"181","title":"CURRENT_DATE"},"182":{"body":"All states an Endb database has ever seen are recorded, immutably. Accessing these prior states is accomplished by querying System Time. System Time is encoded in a special column, which is normally invisible to most queries, named system_time (lower case). Because system_time is invisible by default, it must be retrieved explicitly: SELECTT *, system_time FROM products;","breadcrumbs":"SQL Reference » Time Queries » System Time","id":"182","title":"System Time"},"183":{"body":"Endb permits time-traveling queries with the SQL:2011-compatible AS OF operator. The query will treat the DATE or TIMESTAMP supplied after AS OF as if it were that time now . SELECT * FROM products FOR SYSTEM_TIME AS OF 2023-08-25T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » AS OF (Time Travel)","id":"183","title":"AS OF (Time Travel)"},"184":{"body":"Endb permits time-omniscient queries with the SQL:2011-compatible ALL operator. All states, across the entire history of the relevant tables, are visible to a query suffixed with FOR SYSTEM_TIME ALL: SELECT * FROM products FOR SYSTEM_TIME ALL;","breadcrumbs":"SQL Reference » Time Queries » ALL (Time Omniscience)","id":"184","title":"ALL (Time Omniscience)"},"185":{"body":"The syntax for time-aware BETWEEN is the same as the normal BETWEEN operator . Inspect System Time with the form FOR SYSTEM_TIME BETWEEN x AND y. SELECT * FROM products FOR SYSTEM_TIME BETWEEN 2023-08-24T00:00:00 AND 2023-08-25T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » BETWEEN","id":"185","title":"BETWEEN"},"186":{"body":"Selects rows which fall between the two times, similar to BETWEEN, but is exclusive of both the start and end times. SELECT * FROM products FOR SYSTEM_TIME FROM 2023-08-24T00:00:00 TO 2023-08-30T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » FROM ... TO","id":"186","title":"FROM ... TO"},"187":{"body":"The standard SQL:2011 period predicates are available.","breadcrumbs":"SQL Reference » Time Queries » Period Predicates","id":"187","title":"Period Predicates"},"188":{"body":"Returns TRUE if the second period is contained within the first. SELECT {start: 2001-01-01, end: 2001-04-01} CONTAINS {start: 2001-02-01, end: 2001-04-01};","breadcrumbs":"SQL Reference » Time Queries » CONTAINS","id":"188","title":"CONTAINS"},"189":{"body":"Returns TRUE if any part of the first period is found within the second. SELECT {start: 2001-01-01, end: 2001-03-01} OVERLAPS {start: 2001-02-01, end: 2001-04-01};","breadcrumbs":"SQL Reference » Time Queries » OVERLAPS","id":"189","title":"OVERLAPS"},"19":{"body":"Because of Endb's native document-relational model, rows are documents and vice-versa. You can use an INSERT statement to add a document directly to the database: INSERT INTO users {id: 890, name: 'Aaron', friends: [{name: 'Jeff', country: 'Canada'}, {name: 'Kaia', country: 'Japan'}]};","breadcrumbs":"Tutorial » Endb SQL Basics » Documents","id":"19","title":"Documents"},"190":{"body":"Returns TRUE if the first period ends before the second period begins. SELECT 2001-03-01 PRECEDES [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » PRECEDES","id":"190","title":"PRECEDES"},"191":{"body":"Returns TRUE if the first period begins after the second period ends. SELECT 2001-06-01 SUCCEEDS [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » SUCCEEDS","id":"191","title":"SUCCEEDS"},"192":{"body":"Returns TRUE if the first period ends exactly as the second period begins. SELECT 2001-04-01 IMMEDIATELY PRECEDES [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » IMMEDIATELY PRECEDES","id":"192","title":"IMMEDIATELY PRECEDES"},"193":{"body":"Returns TRUE if the first period begins exactly as the second period ends. SELECT 2001-05-01 IMMEDIATELY SUCCEEDS [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » IMMEDIATELY SUCCEEDS","id":"193","title":"IMMEDIATELY SUCCEEDS"},"194":{"body":"Because Endb is schemaless and semi-structured, it offers a number of powerful path-nativation primitives inspired by JSONPath , SQL/JSON , and their derivatives in legacy relational databases. You will want to familiarize yourself with Endb's nested data types (arrays and objects) before learning about path navigation. It will also be helpful to learn about other functions and operators that are frequently helpful in conjunction with path navigation: MATCH - filter by containment ARRAY_AGG - concatenate results into an array UNNEST - pull array elements into separate rows WITH - Common Table Expressions In the examples below, most path examples are shown in the SELECT clause, but they are also valid in the WHERE clause.","breadcrumbs":"SQL Reference » Path Navigation » Path Navigation","id":"194","title":"Path Navigation"},"195":{"body":"If you are familiar with arrays and objects, try adding some nested objects to the table paths (the table name is arbitrary). INSERT INTO paths {a: 2, b: {a: 3}, c: [{a: 1}, 2]};","breadcrumbs":"SQL Reference » Path Navigation » Nested Objects","id":"195","title":"Nested Objects"},"196":{"body":"Navigating the root of any document (row) as a tree looks like standard SQL, because it is: SELECT a FROM paths; Similarly, however, it is possible to navigate documents listed in an array: SELECT [{a: 2}, {a: 3}, {b: 4}].a;\n-- [{'a': [2, 3]}] It is also possible to navigate fields of sub-documents (columns of nested rows) with further dot notation: SELECT b.a FROM paths;\n-- [{'a': 3}]","breadcrumbs":"SQL Reference » Path Navigation » Root Navigation","id":"196","title":"Root Navigation"},"197":{"body":"It is possible (and helpful) to create a row literal to represent rows returned, so they are easier to navigate. The format of a row literal is {
.* }: SELECT { paths.* } FROM paths; Or the shorthand: SELECT paths FROM paths; See Row Literal Data Type","breadcrumbs":"SQL Reference » Path Navigation » Row Literals","id":"197","title":"Row Literals"},"198":{"body":"The double dot (..) notation performs a \"deep scan\" by recursively walking the document to match the name given. SELECT { paths.* }..a FROM paths;\n-- [{'a': [2, 3, 1]}] SELECT b..a FROM paths;\n-- [{'a': [3]}] SELECT * FROM paths WHERE paths..a MATCH 3; -- finds a match\nSELECT * FROM paths WHERE paths..a MATCH 4; -- does not","breadcrumbs":"SQL Reference » Path Navigation » Recursive Paths","id":"198","title":"Recursive Paths"},"199":{"body":"The square bracket notation (['']) performs a lookup of a single descendent child. SELECT { paths.* }['b']['a'] FROM paths;\n-- [{'a': 3}] SELECT b['a'] FROM paths;\n-- [{'a': 3}] Named Children can be combined with recursive paths, though the default recursive path syntax is synonymous with named children: SELECT { paths.* }..a FROM paths;\nSELECT { paths.* }..['a'] FROM paths;\nSELECT b..['a'] FROM paths;","breadcrumbs":"SQL Reference » Path Navigation » Named Child","id":"199","title":"Named Child"},"2":{"body":"This quick tutorial intends to walk you through the core aspects of Endb. By the end, you will have endb installed (if you want) and you will have used it to learn some of what it can do. Quickstart Try It! Endb SQL Basics","breadcrumbs":"Tutorial » Tutorial","id":"2","title":"Tutorial"},"20":{"body":"Endb will always do its best to provide you with meaningful error messages that point you to a solution: SELECT * FROM im_not_here;","breadcrumbs":"Tutorial » Endb SQL Basics » Error Messages","id":"20","title":"Error Messages"},"200":{"body":"The square bracket notation ([]) can also perform indexed lookups of a single descendent child. SELECT { paths.* }['b'][0] FROM paths;\n-- [{'column1': {'a': 3}}] SELECT { paths.* }['c'][1] FROM paths;\n-- [{'column1': 2}] SELECT c[1] FROM paths;\n-- [{'column1': 2}] Numbered Children can be combined with recursive paths. This finds and returns all indexed values, counting backward: SELECT { paths.* }..[-1] FROM paths;\n-- [{'column1': [2]}]","breadcrumbs":"SQL Reference » Path Navigation » Numbered Child","id":"200","title":"Numbered Child"},"201":{"body":"The square bracket notation ([*]) can also perform a wildcard lookup of all descendent children. SELECT [{a: 2}, {a: 3}, {b: 4}, 5][*]; Wildcards can be combined with recursive paths. This finds and returns all values: SELECT { paths.* }..[*] FROM paths;\n-- [{'column1': [2, {'a': 3}, [{'a': 1}, 2], 3, {'a': 1}, 2, 1]}] SELECT c..[*] FROM paths;\n-- [{'column1': [{'a': 1}, 2, 1]}]","breadcrumbs":"SQL Reference » Path Navigation » Wildcard Child","id":"201","title":"Wildcard Child"},"202":{"body":"Path editing is accomplished with an extended path syntax, where each path begins with $. Endb's path editing functions are heavily inspired by SQLite's JSON Functions . Path editing functions add functionality ($, #) to a subset Endb's normal path navigation syntax: path editing functions do not support recursion or wildcards. Path editing functions are available to UPDATE ... SET and UPDATE ... UNSET/REMOVE .","breadcrumbs":"SQL Reference » Path Navigation » Path Functions","id":"202","title":"Path Functions"},"203":{"body":"Takes an object, a path, and a new value. The new value will overwrite existing fields or add a new field if it doesn't already exist. SELECT path_set({a: 2, c: 4}, $.c, [97,96]);\n-- {'a': 2, 'c': [97, 96]}","breadcrumbs":"SQL Reference » Path Navigation » path_set","id":"203","title":"path_set"},"204":{"body":"Takes an object, a path, and a new value. The new value is ignored if the path does not match an existing field. SELECT path_replace({a: 2, c: 4}, $.a, 99);\n-- {'a': 99, 'c': 4} SELECT path_replace({a: 2, c: 4}, $.e, 99);\n-- {'a': 2, 'c': 4}","breadcrumbs":"SQL Reference » Path Navigation » path_replace","id":"204","title":"path_replace"},"205":{"body":"Takes an object, a path, and a new value. The new value is ignored if the path matches an existing field. SELECT path_insert({a: 2, c: 4}, $.e, 99);\n-- {'a': 2, 'c': 4, 'e': 99}","breadcrumbs":"SQL Reference » Path Navigation » path_insert","id":"205","title":"path_insert"},"206":{"body":"Takes an object and a variable number of arguments specifying which paths to remove. If a path is not found, nothing is removed for that argument. # represents the last element in a collection. SELECT path_remove([0,1,2,3,4], $[#-1], $[0]);\n-- [1, 2, 3] SELECT path_remove({x: 25, y: 42}, $.y);\n-- {'x': 25}","breadcrumbs":"SQL Reference » Path Navigation » path_remove","id":"206","title":"path_remove"},"207":{"body":"Takes an object and a variable number of path arguments. Returns the value found at each path, if any, otherwise NULL. If only a single path is provided, a scalar is returned. If multiple paths are provided, an array is returned. SELECT path_extract({a: 2, c: [4, 5, {f: 7}]}, $.c[2].f);\n-- 7 SELECT path_extract({a: 2, c: [4, 5], f: 7}, $.x, $.a);\n-- [NULL, 2]","breadcrumbs":"SQL Reference » Path Navigation » path_extract","id":"207","title":"path_extract"},"208":{"body":"Endb allows introspection of its information schema. The Endb information schema does not describe the structure of each table. Because Endb is a document database, each document (row) is responsible for its own schema. The information schema is used by Endb to describe database objects at a high level and is used for schemaless queries, such as SELECT *. Note that all information schema tables are hard-coded to lower-case names and must be queried as such.","breadcrumbs":"SQL Reference » Schema » Schema","id":"208","title":"Schema"},"209":{"body":"-> SELECT * FROM information_schema.tables;\n[{'table_catalog': None, 'table_name': 'stores', 'table_schema': 'main', 'table_type': 'BASE TABLE'}, {... 'table_name': 'products', ... }, {... 'table_name': 'sales', ... }]","breadcrumbs":"SQL Reference » Schema » Tables","id":"209","title":"Tables"},"21":{"body":"Much more detail on Endb SQL is provided in the SQL Reference .","breadcrumbs":"Tutorial » Endb SQL Basics » Learn More","id":"21","title":"Learn More"},"210":{"body":"-> SELECT * FROM information_schema.columns;\n[{'column_name': 'addresses', 'ordinal_position': 0, 'table_catalog': None, 'table_name': 'stores', 'table_schema': 'main'}, {'column_name': 'brand', ... }, {'column_name': 'price', ... }, ... ]","breadcrumbs":"SQL Reference » Schema » Columns","id":"210","title":"Columns"},"211":{"body":"-> SELECT * FROM information_schema.views;\n[{'table_catalog': None, 'table_name': 'sold_products', 'table_schema': 'main', 'view_definition': 'SELECT * FROM products p JOIN sales s ON p.id = s.p_id'}]","breadcrumbs":"SQL Reference » Schema » Views","id":"211","title":"Views"},"212":{"body":"The check_constraints table in Endb is used to store assertions . -> SELECT * FROM information_schema.check_constraints;\n[{'check_clause': \"(NOT EXISTS (SELECT * FROM users WHERE TYPEOF(email) != 'text'))\", 'constraint_catalog': None, 'constraint_name': 'string_email', 'constraint_schema': 'main'}]","breadcrumbs":"SQL Reference » Schema » Check Constraints","id":"212","title":"Check Constraints"},"213":{"body":"Endb provides basic view functionality.","breadcrumbs":"SQL Reference » Views » Views","id":"213","title":"Views"},"214":{"body":"CREATE VIEW creates a non-materialized view based on the query which follows the AS operator. Column names are listed in parentheses after the view name. CREATE VIEW simple_products(name, price) AS SELECT name, ROUND(price) FROM products; Alternatively, named columns can each immediately follow queried columns. CREATE VIEW easy_products AS SELECT name label, ROUND(price) easy_price FROM products; NOTE: To modify a view, use DROP VIEW then re-create the view with the desired columns.","breadcrumbs":"SQL Reference » Views » CREATE VIEW","id":"214","title":"CREATE VIEW"},"215":{"body":"DROP VIEW deletes a view based on its name. DROP VIEW easy_products;","breadcrumbs":"SQL Reference » Views » DROP VIEW","id":"215","title":"DROP VIEW"},"216":{"body":"","breadcrumbs":"SQL Reference » Assertions » Assertions","id":"216","title":"Assertions"},"217":{"body":"Creates a checked, deferred assertion which executes on commit for inserts and updates. Although CREATE ASSERTION (normally) refers to the table it is asserting on, that table need not exist for the assertion to be created.","breadcrumbs":"SQL Reference » Assertions » CREATE ASSERTION","id":"217","title":"CREATE ASSERTION"},"218":{"body":"CREATE ASSERTION string_email CHECK (NOT EXISTS (SELECT * FROM users WHERE TYPEOF(email) != 'text'));\nINSERT INTO users {name: 'Steven', email: 123};","breadcrumbs":"SQL Reference » Assertions » Type Constraint","id":"218","title":"Type Constraint"},"219":{"body":"There are a number of possible ways to create the equivalent of a UNIQUE constraint, as found in schema-on-write databases. One sensible approach is given below. CREATE ASSERTION unique_email CHECK (1 >= (SELECT MAX(c.cnt) FROM (SELECT COUNT(*) AS cnt FROM users GROUP BY email) AS c));\nINSERT INTO users {name: 'Steven', email: 's@endatabas.com'};\nINSERT INTO users {name: 'Sarah', email: 's@endatabas.com'};","breadcrumbs":"SQL Reference » Assertions » Unique Constraint","id":"219","title":"Unique Constraint"},"22":{"body":"The SQL Reference contains details and edge cases about Endb SQL. NOTE: The Endb SQL dialect is under active development. While most major features of Endb SQL are stable, some more esoteric features (MATCH, path navigation, etc.) may experience naming and semantics changes before Endb 1.0 is released. Intention Data Manipulation Queries SQL Data Types Operators Functions Time Queries Path Navigation Schema Views Assertions","breadcrumbs":"SQL Reference » SQL Reference","id":"22","title":"SQL Reference"},"220":{"body":"There are multiple possible meanings to \"not null\" columns in Endb: Columns can be strictly checked for literal NULL in the value position. Rows can be forbidden from eliding a column (a missing value). Both literal NULL and elided columns can both be prevented. This example checks for literal NULL only: CREATE ASSERTION notnull_email CHECK (NOT EXISTS (SELECT * FROM users WHERE email IS NULL));\nINSERT INTO users {name: 'Tian Tian', email: NULL}; -- check fails\nINSERT INTO users {name: 'Tian Tian'}; -- permitted","breadcrumbs":"SQL Reference » Assertions » Not Null Constraint","id":"220","title":"Not Null Constraint"},"221":{"body":"Removes an assertion from the database based on its name. DROP ASSERTION string_email;","breadcrumbs":"SQL Reference » Assertions » DROP ASSERTION","id":"221","title":"DROP ASSERTION"},"222":{"body":"Endatabas provides a variety of tools to communicate with an Endb instance. The Console is a command-line user interface to send SQL to Endb manually. The client libraries are used in the data access layer of an application which uses Endb for storage. The client libraries support both HTTP and WebSocket APIs. To access Endb over HTTP, create an Endb instance and call the sql method on it. To access Endb over WebSockets, create an EndbWebSocket instance and call the sql method on it. See the language-specific documentation below for further details. Console JavaScript / TypeScript Python NOTE: For any programming language not listed above, it is possible to create small client libraries such as these using the HTTP and WebSocket APIs. All official Endatabas clients are permissively-licensed and you are welcome to use them as examples to create your own client library. Their source code is available here: https://github.com/endatabas/endb/tree/main/clients","breadcrumbs":"Clients » Clients","id":"222","title":"Clients"},"223":{"body":"A small console is provided to learn Endb SQL interactively and run experimental queries. It is distributed in the same Python package as the Python client .","breadcrumbs":"Clients » Console » Console","id":"223","title":"Console"},"224":{"body":"pip install endb","breadcrumbs":"Clients » Console » Install","id":"224","title":"Install"},"225":{"body":"endb_console [--url URL] [-u USERNAME] [-p PASSWORD] Show additional command line options with endb_console --help: usage: endb_console [-h] [--url URL] [-u USERNAME] [-p PASSWORD] [sql ...] positional arguments: sql SQL statement or file options: -h, --help show this help message and exit --url URL -u USERNAME, --username USERNAME -p PASSWORD, --password PASSWORD","breadcrumbs":"Clients » Console » Usage","id":"225","title":"Usage"},"226":{"body":"When the Endb console starts, it will provide a multiline prompt (->) where you can enter SQL statements and queries. The prompt will extend onto new lines (..) until you enter a semicolon. -> INSERT INTO users\n.. {name: 'Conrad', email: 'c1o2n@shell.com'};\n-> SELECT * FROM users; The console has history which you can use the up and down arrows to navigate. History does not persist between console sessions. Learn more about Endb SQL in the SQL Reference . To quit, type CTRL+D.","breadcrumbs":"Clients » Console » Prompt","id":"226","title":"Prompt"},"227":{"body":"The console comes with a number of special, non-SQL commands.","breadcrumbs":"Clients » Console » Commands","id":"227","title":"Commands"},"228":{"body":"Set the URL at runtime with the url command. -> url https://192.168.1.200:3803/sql","breadcrumbs":"Clients » Console » URL","id":"228","title":"URL"},"229":{"body":"Set the accept header content type at runtime with the accept command. -> accept text/csv","breadcrumbs":"Clients » Console » Accept","id":"229","title":"Accept"},"23":{"body":"The goal of Endb's SQL dialect is to be small, coherent, and powerful. The SQL specification is massive, with pages ordering in the thousands. Rather than implement the entire SQL specification from scratch (a gargantuan task) or mimic the SQL dialect of another database, Endb chooses a tiny core and builds powerful, composable features on top of that. This tiny core draws inspiration from many sources, but SQLite in particular. If SQLite supports a particular operator or function, Endb SQL also tries to. Endb SQL also draws strong inspiration from the SQL specification itself (and its predecessors ) and from PostgreSQL . Endb SQL's nested data is also heavily inspired by JSONPath , SQL/JSON , and their derivatives found in major SQL databases. Light inspiration is drawn from PartiQL , SQL++ , and XQuery . For more information on Endb's influences, please see our bibliography .","breadcrumbs":"SQL Reference » Intention » Intention","id":"23","title":"Intention"},"230":{"body":"Set the username at runtime with the username command. -> username efcodd","breadcrumbs":"Clients » Console » Username","id":"230","title":"Username"},"231":{"body":"Set the password at runtime with the password command. -> password equ1valenc3","breadcrumbs":"Clients » Console » Password","id":"231","title":"Password"},"232":{"body":"All SQL commands can be timed by toggling the timer on: timer on. Toggle the timer back off with timer off. -> timer on\n-> SELECT * FROM users;\n[{'name': 'Aaron'} {'name': 'Irene'} ... ]\nElapsed: 0.003904 ms","breadcrumbs":"Clients » Console » Timer","id":"232","title":"Timer"},"233":{"body":"Quit the console by typing quit. -> quit","breadcrumbs":"Clients » Console » Quit","id":"233","title":"Quit"},"234":{"body":"The console communicates with Endb over the HTTP API . Data is returned as LD-JSON documents and marshalled into strongly-typed Python objects. For example: [{'date': None, 'email': 'c1o2n@shell.com', 'name': 'Conrad'}, {'date': datetime.datetime(2024, 1, 29, 18, 18, 30, 129159, tzinfo=datetime.timezone.utc), 'email': 'kitty@tramline.in', 'name': 'Akshay'}] The Data Types page talks about types in more detail.","breadcrumbs":"Clients » Console » Data Types","id":"234","title":"Data Types"},"235":{"body":"The JavaScript and TypeScript client library is used to communicate with an Endb instance from a JavaScript or TypeScript application. Type declarations are provided in the package for TypeScript. NPM Package: @endatabas/endb","breadcrumbs":"Clients » JavaScript » JavaScript","id":"235","title":"JavaScript"},"236":{"body":"Install Usage Examples Import Endb EndbWebSocket sql() Template Literals Data Types Complete Examples JavaScript API Reference","breadcrumbs":"Clients » JavaScript » Table of Contents","id":"236","title":"Table of Contents"},"237":{"body":"npm install @endatabas/endb\nnpm install ws","breadcrumbs":"Clients » JavaScript » Install","id":"237","title":"Install"},"238":{"body":"","breadcrumbs":"Clients » JavaScript » Usage Examples","id":"238","title":"Usage Examples"},"239":{"body":"import { Endb, EndbWebSocket } from '@endatabas/endb';","breadcrumbs":"Clients » JavaScript » Import","id":"239","title":"Import"},"24":{"body":"Creating, updating, and deleting data in Endb is done using standard SQL Data Manipulation Language (DML). Endb is also immutable and schemaless, so it contains a number of shorthands and document-oriented conveniences. Endb does not require any Data Definition Language (DDL), such as CREATE TABLE.","breadcrumbs":"SQL Reference » Data Manipulation » Data Manipulation","id":"24","title":"Data Manipulation"},"240":{"body":"Use the Endb class to communicate with Endb over HTTP. It accepts an optional url parameter. Options can be supplied for accept, username, and password. Accept headers default to LD-JSON and can be set to any valid content type listed in the HTTP API . If you choose application/vnd.apache.arrow.file or application/vnd.apache.arrow.stream, the raw response body will be be returned from sql(). var e = new Endb();\nvar e = new Endb('http://localhost:3803/sql');\nvar e = new Endb('http://localhost:3803/sql', {accept: 'text/csv'});\nvar e = new Endb('http://localhost:3803/sql', {accept: 'application/json', username: 'zig', password: 'zag'}); NOTE: Choosing accept headers other than LD-JSON will return JavaScript data structures symmetrical with those returned from the respective accept header provided to the HTTP API. text/csv returns comma-delimited strings, application/json returns tuples as arrays, and so on.","breadcrumbs":"Clients » JavaScript » Endb","id":"240","title":"Endb"},"241":{"body":"Use the EndbWebSocket class to communicate with Endb over WebSockets. It accepts an optional url parameter. Options can be supplied for ws (any implementation of the JavaScript WebSocket interface definition ), username, and password. In a web browser, ws will default to the web browser's WebSocket implementation. EndbWebSocket only communicates in LD-JSON, so the accept header cannot be set. // in web browser:\nvar ews = new EndbWebSocket();\nvar ews = new EndbWebSocket('ws://localhost:3803/sql', {username: 'zig', password: 'zag'}); // in node.js:\nimport WebSocket from 'ws';\nvar ews = new EndbWebSocket({ws: WebSocket});\nvar ews = new EndbWebSocket('ws://localhost:3803/sql', {ws: WebSocket, username: 'zig', password: 'zag'});","breadcrumbs":"Clients » JavaScript » EndbWebSocket","id":"241","title":"EndbWebSocket"},"242":{"body":"The asynchronous sql method is available to both Endb and EndbWebSocket. It accepts q, and optional p, m, and accept parameters and returns an array of strongly-typed documents. (See JavaScript API Reference .) To ignore the p or m parameters but still supply an accept header, supply the default values or null. e.sql(\"SELECT * FROM users;\");\ne.sql(\"INSERT INTO USERS (date, name, email) VALUES (?, ?, ?);\", [new Date(), 'Aaron', 'aaron@canadahealth.ca']);\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\ne.sql(\"SELECT * FROM users;\", [], false, 'text/csv');\ne.sql(\"SELECT * FROM users;\", null, null, 'application/json');\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');","breadcrumbs":"Clients » JavaScript » sql()","id":"242","title":"sql()"},"243":{"body":"It is possible to use Template Literals (string templating) to pass named SQL parameters. The parameter passed to the Template Literal is only valid when used in a position where a positional SQL parameter is also valid. The signature which accepts Template Literals does not accept any other parameters to the method. var n = 'Michael';\ne.sql`INSERT INTO users (name) VALUES (${n});`; var u = {name: 'Radha', roles: ['artist', 'marketing']};\ne.sql`INSERT INTO users ${u}`;","breadcrumbs":"Clients » JavaScript » Template Literals","id":"243","title":"Template Literals"},"244":{"body":"When an LD-JSON (default) accept header is used, strongly typed data is returned according to this mapping: null - null xsd:date - Date xsd:dateTime - Date xsd:base64Binary - Uint8Array xsd:integer - BigInt For more information on Endb data types, see the Data Types doc .","breadcrumbs":"Clients » JavaScript » Data Types","id":"244","title":"Data Types"},"245":{"body":"import { Endb } from '@endatabas/endb'; var e = new Endb();\nawait e.sql(\"INSERT INTO users {name: 'Thupil'};\");\nvar result = await e.sql(\"SELECT * FROM users;\");\nconsole.log(result); var e2 = new Endb('http://localhost:3803/sql', {accept: 'application/json', username: 'zig', password: 'zag'});\nawait e.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\nresult = await e.sql(\"SELECT * FROM users;\", null, null, 'application/json');\nconsole.log(result); import WebSocket from 'ws';\nimport { EndbWebSocket } from '@endatabas/endb'; var ews = new EndbWebSocket({ws: WebSocket});\nawait ews.sql(\"insert into users {name: 'Lydia'};\");\nvar ws_result = await ews.sql(\"select * from users;\");\nconsole.log(ws_result); var ews2 = new EndbWebSocket({ws: WebSocket, username: 'zig', password: 'zag'});\nawait ews2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\nws_result = await ews2.sql(\"SELECT * FROM users;\", null, null, 'application/json');\nconsole.log(ws_result);","breadcrumbs":"Clients » JavaScript » Complete Examples","id":"245","title":"Complete Examples"},"246":{"body":"NOTE: The following API documentation is generated from source code docstrings in the endb repository .","breadcrumbs":"Clients » JavaScript » JavaScript API Reference","id":"246","title":"JavaScript API Reference"},"247":{"body":"Endb\nEndatabas client for the HTTP API EndbWebSocket\nEndatabas client for the WebSocket API","breadcrumbs":"Clients » JavaScript » Classes","id":"247","title":"Classes"},"248":{"body":"Endatabas client for the HTTP API Kind : global class Endb new Endb([url], [opt]) .sql(q, [p], [m], [accept]) ⇒ Promise. new Endb([url], [opt]) Create an Endb object (Endatabas client for the HTTP API) ParamTypeDefaultDescription [url]string\"http://localhost:3803/sql\"HTTP URL to the Endatabas /sql API [opt]ObjectHTTP options [opt.accept]string\"application/ld+json\"Accept Header content type [opt.username]stringusername for HTTP Basic Auth [opt.password]stringpassword for HTTP Basic Auth endb.sql(q, [p], [m], [accept]) ⇒ Promise. Execute a SQL statement over HTTP Kind : instance method of Endb Returns : Promise. - - Array of documents ParamTypeDescription qstringSQL query as string or Template Literal [p]Array | ObjectPositional parameters, named parameters, or an array of either [m]booleanmany parameters flag [accept]stringAccept Header content type Example // Simple query\nsql(\"SELECT * FROM users;\");\n// Positional parameters\nsql(\"INSERT INTO users (date, name) VALUES (?, ?);\", [new Date(), 'Aaron']);\n// Named parameters\nsql(\"INSERT INTO users {date: :d, name: :n};\", {d: new Date(), n: 'Aaron'});\n// Many positional parameters (batches)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\n// Many named parameters (batches)\nsql(\"INSERT INTO users {name: :n};\", [{n: 'Judy'}, {n: 'Addis'}], true);\n// All parameters (many parameters and accept header)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\n// Named parameters via Template Literals\nsql(`INSERT INTO users (name) VALUES (${u});`, [{u: 'Michael'}]);","breadcrumbs":"Clients » JavaScript » Endb","id":"248","title":"Endb"},"249":{"body":"Endatabas client for the WebSocket API Kind : global class EndbWebSocket new EndbWebSocket([url], [opt]) .close() .sql(q, [p], [m]) ⇒ Promise. new EndbWebSocket([url], [opt]) Create an EndbWebSocket object (Endatabas client for the WebSocket API) ParamTypeDefaultDescription [url]string\"ws://localhost:3803/sql\"WebSocket URL to the Endatabas /sql API [opt]ObjectWebSocket options [opt.ws]stringWebSocket implementation [opt.username]stringusername for Basic Auth [opt.password]stringpassword for Basic Auth endbWebSocket.close() Close the WebSocket connection Kind : instance method of EndbWebSocket endbWebSocket.sql(q, [p], [m]) ⇒ Promise. Execute a SQL statement over a WebSocket with LD-JSON Kind : instance method of EndbWebSocket Returns : Promise. - - Array of documents ParamTypeDescription qstringSQL query as string or Template Literal [p]Array | ObjectPositional parameters, named parameters, or an array of either [m]booleanmany parameters flag Example // Simple query\nsql(\"SELECT * FROM users;\");\n// Positional parameters\nsql(\"INSERT INTO users (date, name) VALUES (?, ?);\", [new Date(), 'Aaron']);\n// Named parameters\nsql(\"INSERT INTO users {date: :d, name: :n};\", {d: new Date(), n: 'Aaron'});\n// Many positional parameters (batches)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\n// Many named parameters (batches)\nsql(\"INSERT INTO users {name: :n};\", [{n: 'Judy'}, {n: 'Addis'}], true);\n// All parameters (many parameters and accept header)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\n// Named parameters via Template Literals\nsql(`INSERT INTO users (name) VALUES (${u});`, [{u: 'Michael'}]);","breadcrumbs":"Clients » JavaScript » EndbWebSocket","id":"249","title":"EndbWebSocket"},"25":{"body":"To create a new document, you can use the standard SQL INSERT command. INSERT INTO products (product_no, name, price) VALUES (1, 'Tofu', 7.99); To create multiple new documents at once, delimit their value lists with commas: INSERT INTO products (product_no, name, price) VALUES (1, 'Butter', 5.99), (2, 'Margarine', 4.99); It is also possible to insert a document directly using an OBJECT literal . INSERT INTO products {product_no: 3, name: 'Tea', price: 3.99}; To insert multiple documents directly, delimit documents with commas: INSERT INTO products {name: 'Coffee', price: 3.99}, {name: 'Croissant', price: 2.99}; It is possible to insert the results of a query: INSERT INTO cheap_products SELECT * FROM products WHERE price < 4.00;","breadcrumbs":"SQL Reference » Data Manipulation » INSERT","id":"25","title":"INSERT"},"250":{"body":"The Python client library is used to communicate with an Endb instance from a Python application. PyPI Package: endb","breadcrumbs":"Clients » Python » Python","id":"250","title":"Python"},"251":{"body":"Install Usage Examples Import Endb EndbWebSocket sql() Data Types Complete Examples Python API Reference","breadcrumbs":"Clients » Python » Table of Contents","id":"251","title":"Table of Contents"},"252":{"body":"pip install endb\npip install websockets # optional WebSocket support\npip install pyarrow # optional Apache Arrow support","breadcrumbs":"Clients » Python » Install","id":"252","title":"Install"},"253":{"body":"","breadcrumbs":"Clients » Python » Usage Examples","id":"253","title":"Usage Examples"},"254":{"body":"from endb import (Endb, EndbWebSocket)","breadcrumbs":"Clients » Python » Import","id":"254","title":"Import"},"255":{"body":"Use Endb to communicate with Endb over HTTP. It accepts optional url, accept, username, and password parameters. Accept headers default to LD-JSON and can be set to any valid content type listed in the HTTP API . If you have pyarrow installed, you can also use application/vnd.apache.arrow.file and application/vnd.apache.arrow.stream. e = Endb()\ne = Endb('http://localhost:3803/sql')\ne = Endb('http://localhost:3803/sql', 'text/csv')\ne = Endb('http://localhost:3803/sql', 'application/json', 'zig', 'zag') NOTE: Choosing accept headers other than LD-JSON will return Python data structures symmetrical with those returned from the respective accept header provided to the HTTP API. text/csv returns comma-delimited strings, application/json returns tuples as lists, and so on.","breadcrumbs":"Clients » Python » Endb","id":"255","title":"Endb"},"256":{"body":"Use the EndbWebSocket class to communicate with Endb over WebSockets. It accepts optional url, username, and password parameters. ews = EndbWebSocket()\news = EndbWebSocket('ws://localhost:3803/sql', 'zig', 'zag')","breadcrumbs":"Clients » Python » EndbWebSocket","id":"256","title":"EndbWebSocket"},"257":{"body":"The sql method is available to both Endb and EndbWebSocket. It accepts q, and optional p, m, and accept parameters and returns an list of strongly-typed documents. (See Python API Reference .) It is sychronous for Endb and asynchronous for EndbWebSocket. To ignore the p or m parameters but still supply an accept header, supply the default values or use a named (accept) parameter. from datetime import date, datetime, timezone\ne.sql(\"INSERT INTO USERS (date, name, email) VALUES (?, ?, ?);\", [datetime.now(timezone.utc), 'Aaron', 'aaron@canadahealth.ca'])\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True)\ne.sql(\"SELECT * FROM users;\", [], False, 'text/csv')\ne.sql(\"SELECT * FROM users;\", accept = 'text/csv')\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')","breadcrumbs":"Clients » Python » sql()","id":"257","title":"sql()"},"258":{"body":"When an LD-JSON (default) accept header is used, strongly typed data is returned according to this mapping: null - None xsd:date - datetime.date xsd:time - datetime.time xsd:dateTime - datetime.datetime xsd:base64Binary - bytes (from base64) xsd:integer - int For more information on Endb data types, see the Data Types doc .","breadcrumbs":"Clients » Python » Data Types","id":"258","title":"Data Types"},"259":{"body":"from endb import Endb\nfrom datetime import date, datetime, timezone\ne = Endb()\ne.sql(\"INSERT INTO users {name: 'Yuvi'}\")\ne.sql(\"SELECT * FROM users;\") e2 = Endb('http://localhost:3803/sql', 'application/json', 'zig', 'zag')\ne2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')\ne2.sql(\"SELECT * FROM users;\", [], False, 'application/json') When the websockets dependency is installed, it is possible to return asynchronous results to the Python interactive shell directly if you start it with python3 -m asyncio: from endb import EndbWebSocket\news = EndbWebSocket()\nawait ews.sql(\"INSERT INTO users {name: 'Lydia'}\")\nws_result = await ews.sql(\"SELECT * FROM users;\")\nprint(ws_result) ews2 = EndbWebSocket(username = 'zig', password = 'zag')\nawait ews2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')\nws_result = await ews2.sql(\"SELECT * FROM users;\", [], False, 'application/json')\nprint(ws_result)","breadcrumbs":"Clients » Python » Complete Examples","id":"259","title":"Complete Examples"},"26":{"body":"To update an existing row, you can use the standard SQL UPDATE command: UPDATE products SET price = 4.99 WHERE name = 'Coffee'; Set multiple columns by separating them with commads; UPDATE products SET price = 4.99, name = 'Kaapi' WHERE name = 'Coffee'; Because Endb is schemaless, each document (or row) has its own schema. As a result, you may want to remove a column from an individual row. You can do this with the UNSET operator: UPDATE products UNSET product_no WHERE name = 'Coffee';\nUPDATE products REMOVE product_no WHERE name = 'Coffee'; REMOVE is an alias for UNSET. It is possible to set and unset values in a single update. Unsetting a column which doesn't exist is not an error: UPDATE products SET price = 5.98 UNSET product_no WHERE name = 'Coffee';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE","id":"26","title":"UPDATE"},"260":{"body":"NOTE: The following API documentation is generated from source code docstrings in the endb repository .","breadcrumbs":"Clients » Python » Python API Reference","id":"260","title":"Python API Reference"},"261":{"body":"","breadcrumbs":"Clients » Python » endb module","id":"261","title":"endb module"},"262":{"body":"Bases: AbstractEndb An Endatabas client for the HTTP API url HTTP URL of an Endatabas instance Type: str accept Accept header content type Type: str username Username for HTTP Basic Auth Type: str password Password for HTTP Basic Auth Type: str sql(q, p=[], m=False, accept=None) Executes a SQL statement The SQL statement is sent to Endb.url over HTTP. Parameters: q ( str ) – SQL statement or query to execute p ( array_like , default= [ ] ) – Positional or named SQL parameters (or an array of either, if using many parameters) m ( bool , default=False ) – Many parameters flag accept ( str , optional ) – Accept header content type (defaults to Endb.accept) Raises: TypeError – Internal error if attempting to translate an unknown type to LD-JSON.","breadcrumbs":"Clients » Python » class endb.Endb(url='http://localhost:3803/sql', accept='application/ld+json', username=None, password=None)","id":"262","title":"class endb.Endb(url='http://localhost:3803/sql', accept='application/ld+json', username=None, password=None)"},"263":{"body":"Bases: AbstractEndb An Endatabas client for the HTTP API url HTTP URL of an Endatabas instance Type: str username Username for HTTP Basic Auth Type: str password Password for HTTP Basic Auth Type: str async close() Closes the WebSocket connection async sql(q, p=[], m=False, accept=None) Executes a SQL statement The SQL statement is sent to Endb.url over WebSockets. Parameters: q ( str ) – SQL statement or query to execute p ( array_like , default= [ ] ) – Positional or named SQL parameters (or an array of either, if using many parameters) m ( bool , default=False ) – Many parameters flag accept ( str , optional ) – Ignored. WebSocket communication is always in LD-JSON. Raises: AssertionError – If ‘id’ of request and response do not match. RuntimeError – If response from server contains an error.","breadcrumbs":"Clients » Python » class endb.EndbWebSocket(url='ws://localhost:3803/sql', username=None, password=None)","id":"263","title":"class endb.EndbWebSocket(url='ws://localhost:3803/sql', username=None, password=None)"},"264":{"body":"Reference documentation exists as a detailed perspective on each feature of Endb. It does not need to be read from beginning to end. Installation Operation Monitoring HTTP API WebSocket API Data Types","breadcrumbs":"Reference » Reference","id":"264","title":"Reference"},"265":{"body":"You only need one of the following installation options. If you followed the Quickstart, you already have the Docker Hub version installed.","breadcrumbs":"Reference » Installation » Installation","id":"265","title":"Installation"},"266":{"body":"Endb is still in early beta. While in beta, new versions are not guaranteed to have binary-compatible storage with previous versions. We encourage you to experiment with Endb but please do not use it in production until a General Availability release.","breadcrumbs":"Reference » Installation » Warning: Early Beta","id":"266","title":"Warning: Early Beta"},"267":{"body":"There are two major release channels available: stable and nightly. To run the nightly builds, replace endatabas/endb with endatabas/endb:nightly in the commands below. If you run Docker, you can use the default command below. --rm cleans up (optional), -p exposes the default endb port, and -v mounts a local volume so your data persists even if you shut down the Docker image. mkdir -p endb_data\ndocker pull endatabas/endb\ndocker run --rm -p 3803:3803 -v endb_data:/app/endb_data endatabas/endb If you run Podman, you'll need to specify the docker.io repo explicitly: mkdir -p endb_data\npodman pull docker.io/endatabas/endb\npodman run --rm -p 3803:3803 -v endb_data:/app/endb_data docker.io/endatabas/endb","breadcrumbs":"Reference » Installation » Installing from Docker Hub","id":"267","title":"Installing from Docker Hub"},"268":{"body":"If you want to run endb from the main branch, compile and build the Docker image: https://github.com/endatabas/endb/#building https://github.com/endatabas/endb/#docker","breadcrumbs":"Reference » Installation » Installing from Git: Docker","id":"268","title":"Installing from Git: Docker"},"269":{"body":"If you don't want Docker at all, you can compile and run the endb binary: https://github.com/endatabas/endb/#building ./target/endb NOTE: If you move the endb binary, be sure to copy libendb.so (Linux) or libendb.dylib (MacOS) into the same directory. This is because endb requires libendb to run.","breadcrumbs":"Reference » Installation » Installing from Git: Binary","id":"269","title":"Installing from Git: Binary"},"27":{"body":"Endb provides a PATCH operator, similar to the PATCH function . The PATCH operator is used in conjunction with UPDATE to set fields on a document (columns on a row) in a declarative fashion. UPDATE products PATCH {price: 1.98, product_no: products.product_no + 1000} WHERE price = 2.00; PATCH is based on RFC 7386: JSON Merge Patch .","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE PATCH","id":"27","title":"UPDATE PATCH"},"270":{"body":"The endb executable aims to provide self-explanatory help for direct usage of the binary. See Monitoring for more information about logging, metrics, and tracing. $ endb --help\nUsage: endb [OPTIONS] Options: -d, --data-directory [env: ENDB_DATA_DIRECTORY=] [default: endb_data] -h, --help Print help -V, --version Print version Authentication: --username [env: ENDB_USERNAME=] --password [env: ENDB_PASSWORD=] Network: -p, --port [env: ENDB_PORT=] [default: 3803] --bind-address [env: ENDB_BIND_ADDRESS=] [default: 0.0.0.0] --protocol [env: ENDB_PROTOCOL=] [default: http] [possible values: http, https] --cert-file [env: ENDB_CERT_FILE=] --key-file [env: ENDB_KEY_FILE=] The -d option accepts a special value of :memory: to run an in-memory node, without persisting anything to disk. The --cert-file and --key-file options are ignored when --protocol is set to http. When --protocol is set to https, they are both required.","breadcrumbs":"Reference » Operation » Operation","id":"270","title":"Operation"},"271":{"body":"If you would like to back up your Endb data, you can use any commodity copy or sync tool (such as rsync) to maintain a copy of your --data-directory (ENDB_DATA_DIRECTORY). To restore that directory, stop Endb, replace or sync that directory where Endb is running, and restart Endb. In the future, a backup option will be provided for an object store separated from compute.","breadcrumbs":"Reference » Operation » Backup and Restore","id":"271","title":"Backup and Restore"},"272":{"body":"Endb exposes plaintext logs, Prometheus metrics, and optional OpenTelemetry tracing. Any one, or a combination, of these can be used to monitor an Endb instance. Some monitoring options are offered as flags. Set flags by setting the environment variable to 0 or 1 (ex. ENDB_LOG_ANSI=0).","breadcrumbs":"Reference » Monitoring » Monitoring","id":"272","title":"Monitoring"},"273":{"body":"By default, endb logs to STDOUT with a log level of endb=INFO. Adjust the log level with the ENDB_LOG_LEVEL environment variable. Endb uses Rust Logging and more details about log levels are available in that document. Other flags include: ENDB_LOG_ANSI - turns ANSI terminal colour output on or off (on by default) ENDB_LOG_THREAD_IDS - set to enable or disable logging of thread ids (enabled by default) Example: docker run --rm -e ENDB_LOG_LEVEL=endb=DEBUG -e ENDB_LOG_ANSI=0 -e ENDB_LOG_THREAD_IDS=1 -p 3803:3803 -v demo_data:/app/endb_data docker.io/endatabas/endb:latest","breadcrumbs":"Reference » Monitoring » Logging","id":"273","title":"Logging"},"274":{"body":"A Prometheus endpoint is available at /metrics. This endpoint is enabled by default. If your Endb instance is running locally, you can view metrics in a browser at http://localhost:3803/metrics The Prometheus tracing level defaults to endb=DEBUG. Set the tracing level with ENDB_TRACING_LEVEL.","breadcrumbs":"Reference » Monitoring » Prometheus","id":"274","title":"Prometheus"},"275":{"body":"To enable OpenTelemetry, set ENDB_TRACING_OTEL=1 and OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317/ Configuration options for the OTLP exporter and additional OTLP environment variables may also prove useful for configuration. The OpenTelemetry tracing level defaults to endb=DEBUG. Set the tracing level with ENDB_TRACING_LEVEL. At the moment, only gRPC metrics are exposed, not HTTP.","breadcrumbs":"Reference » Monitoring » OpenTelemetry","id":"275","title":"OpenTelemetry"},"276":{"body":"Endb exposes a number of metrics to the Prometheus endpoint and OpenTelemetry. These can be useful in debugging performance of applications connected to Endb.","breadcrumbs":"Reference » Monitoring » Metrics","id":"276","title":"Metrics"},"277":{"body":"query_real_time_duration_seconds query_gc_run_time_duration_seconds query_consed_bytes http_request_duration_seconds","breadcrumbs":"Reference » Monitoring » Histograms","id":"277","title":"Histograms"},"278":{"body":"queries_active interactive_transactions_active buffer_pool_usage_bytes dynamic_space_usage_bytes","breadcrumbs":"Reference » Monitoring » Counters","id":"278","title":"Counters"},"279":{"body":"websocket_message_internal_errors_total object_store_read_bytes_total object_store_written_bytes_total queries_total transactions_conflicted_total transactions_committed_total transactions_prepared_total transactions_retried_total wal_read_bytes_total wal_written_bytes_total http_requests_total","breadcrumbs":"Reference » Monitoring » Monotonic Counters","id":"279","title":"Monotonic Counters"},"28":{"body":"The SET operator permits paths on its left-hand side. The behaviour of the form UPDATE
SET = is identical to that of the path_set function. UPDATE users SET $.addresses[0].city = 'Chicago' WHERE name = 'Steven';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE SET $path","id":"28","title":"UPDATE SET $path"},"280":{"body":"Endb exposes a variety of tracing spans to OpenTelemetry. Tracing data is mostly useful if your Endb instance is not performing in the way you expect. buffer_pool_eviction build_info commit compaction constraints gc index log_replay log_rotation object_store_delete object_store_get object_store_list object_store_put query shutdown snapshot startup wal_append_entry wal_read_next_entry wal_fsync websocket_connections_active websocket_message_duration_seconds websocket_messages_total","breadcrumbs":"Reference » Monitoring » Tracing","id":"280","title":"Tracing"},"281":{"body":"If a client is not available for your programming language yet, your app can interact directly with the Endb HTTP API. Any HTTP client may be used but in the examples below we'll use curl to demonstrate the API without writing any code. You can send SQL statements to endb over HTTP: curl -d \"INSERT INTO users (name) VALUES ('Tianyu')\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\ncurl -d \"SELECT * FROM users\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql You can send SQL to endb with standard HTTP Query Parameters, Verbs, Content Types, Accept Headers, and HTTP Basic Authentication. Each one is outlined below.","breadcrumbs":"Reference » HTTP API » HTTP API","id":"281","title":"HTTP API"},"282":{"body":"The query parameters Endb's HTTP endpoint accepts are: q - (q)uery: a SQL query, optionally parameterized p - (p)arameters: named or positional parameters m - (m)any parameter lists: bulk parameters , used for bulk insert/update","breadcrumbs":"Reference » HTTP API » HTTP Query Parameters","id":"282","title":"HTTP Query Parameters"},"283":{"body":"POST allows explicit Content Types and Accept headers: curl -d 'SELECT 1' -H \"Content-Type: application/sql\" -H \"Accept: text/csv\" -X POST http://localhost:3803/sql GET allows a single, simple URL. GET does not permit DML. curl -X GET \"http://localhost:3803/sql?q=SELECT%201\"","breadcrumbs":"Reference » HTTP API » HTTP Verbs","id":"283","title":"HTTP Verbs"},"284":{"body":"The HTTP Content-Type header is used to specify what format the client is sending data to Endb.","breadcrumbs":"Reference » HTTP API » Content Types","id":"284","title":"Content Types"},"285":{"body":"curl -d '{\"q\": \"SELECT * from products;\"}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"SELECT * from products WHERE name = ?;\", \"p\": [\"Salt\"]}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO products {name: :name};\", \"p\": {\"name\": \"Paprika\"}}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql NOTE: To enable strongly-typed values, payloads sent with the application/json content type have values resolved with JSON-LD scalars. Standard JSON values are a subset of JSON-LD scalars, so data sent as regular JSON is unaffected by this behaviour.","breadcrumbs":"Reference » HTTP API » application/json:","id":"285","title":"application/json:"},"286":{"body":"Although values in the application/json content type are resolved using JSON-LD scalars, you can explicitly specify an application/ld+json content type to avoid all ambiguity. See JSON-LD . curl -d '{\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}}}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » application/ld+json","id":"286","title":"application/ld+json"},"287":{"body":"curl -d 'SELECT 1' -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql Submit parameters to application/sql by providing form data or query parameters. Form data and query parameters can be combined, though it is not necessarily recommended. curl -F q=\"INSERT INTO sauces {name: ?, color: ?};\" -X POST http://localhost:3803/sql?p=%5B%22ketchup%22%2C%22purple%22%5D","breadcrumbs":"Reference » HTTP API » application/sql:","id":"287","title":"application/sql:"},"288":{"body":"curl -F q=\"SELECT * from products;\" -H \"Content-Type: multipart/form-data\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: ?};\" -F p='[\"Sriracha\"]' -X POST http://localhost:3803/sql NOTE: Many HTTP clients (including curl) automatically assume a content type of multipart/form-data when form fields are provided. This is true for curl when the -F (--form) argument is used and it has been elided from further examples.","breadcrumbs":"Reference » HTTP API » multipart/form-data","id":"288","title":"multipart/form-data"},"289":{"body":"Although the other content types are preferable for obvious reasons, application/x-www-form-urlencoded is offered for completeness. curl -d 'q=SELECT%20*%20FROM%20products;' -H \"Content-Type: application/x-www-form-urlencoded\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » application/x-www-form-urlencoded","id":"289","title":"application/x-www-form-urlencoded"},"29":{"body":"The UNSET (synonym: REMOVE) operator permits paths on its left-hand side. The behaviour of the form UPDATE
UNSET = is identical to that of the path_remove function. UPDATE users UNSET $.addresses[0].city WHERE name = 'Steven';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE UNSET $path","id":"29","title":"UPDATE UNSET $path"},"290":{"body":"The HTTP Accept header is used to specify how data is returned to the Endb client. The default Accept header content type is application/json.","breadcrumbs":"Reference » HTTP API » Accept Headers","id":"290","title":"Accept Headers"},"291":{"body":"text/csv returns comma-separated rows. Column order from the SELECT clause is maintained. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,'csv')) t1\" -H \"Content-Type: application/sql\" -H \"Accept: text/csv\" -X POST http://localhost:3803/sql returns: \"column1\",\"column2\"\n2,\"csv\"\n1,\"hello\"","breadcrumbs":"Reference » HTTP API » text/csv","id":"291","title":"text/csv"},"292":{"body":"application/json returns rows as an array of JSON tuples. Column order from the SELECT clause is maintained. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/json\" -X POST http://localhost:3803/sql returns: [[2,\"2023-07-22\"],[1,\"hello\"]]","breadcrumbs":"Reference » HTTP API » application/json","id":"292","title":"application/json"},"293":{"body":"application/x-ndjson returns newline-delimited JSON documents. Column order from the SELECT clause is not maintained. JSON documents cannot guarantee column order. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/x-ndjson\" -X POST http://localhost:3803/sql returns: {\"column1\":2,\"column2\":\"2023-07-22\"}\n{\"column1\":1,\"column2\":\"hello\"}","breadcrumbs":"Reference » HTTP API » application/x-ndjson","id":"293","title":"application/x-ndjson"},"294":{"body":"application/ld+json returns documents of strongly-typed (\"Linking Data\") JSON records. Column order from the SELECT clause is not maintained. JSON documents cannot guarantee column order. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/ld+json\" -X POST http://localhost:3803/sql returns: {\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"column1\":2,\"column2\":{\"@value\":\"2023-07-22\",\"@type\":\"xsd:date\"}},{\"column1\":1,\"column2\":\"hello\"}]} See JSON-LD .","breadcrumbs":"Reference » HTTP API » application/ld+json","id":"294","title":"application/ld+json"},"295":{"body":"multipart/mixed returns documents as a valid multipart/mixed response, albeit all as LD-JSON. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: multipart/mixed\" -X POST http://localhost:3803/sql returns: --369d7885-c6e9-4b01-93c9-9449a5fcd637\nContent-Type: application/ld+json {\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"column1\":2,\"column2\":{\"@value\":\"2023-07-22\",\"@type\":\"xsd:date\"}},{\"column1\":1,\"column2\":\"hello\"}]} --369d7885-c6e9-4b01-93c9-9449a5fcd637--","breadcrumbs":"Reference » HTTP API » multipart/mixed","id":"295","title":"multipart/mixed"},"296":{"body":"application/vnd.apache.arrow.file returns columnar data as an Apache Arrow file. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql --output hello.arrow The above command returns a file containing a single RecordBatch in an Apache Arrow file in IPC format. You can examine the file with functions like pyarrow.ipc.open_file , as seen in this gist .","breadcrumbs":"Reference » HTTP API » application/vnd.apache.arrow.file","id":"296","title":"application/vnd.apache.arrow.file"},"297":{"body":"application/vnd.apache.arrow.stream returns columnar data as an Apache Arrow stream. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.stream\" -X POST http://localhost:3803/sql --output streamed.arrows The above command returns a file containing an Apache Arrow IPC stream. You can examine the file with functions like pyarrow.ipc.open_stream , as seen in this gist .","breadcrumbs":"Reference » HTTP API » application/vnd.apache.arrow.stream","id":"297","title":"application/vnd.apache.arrow.stream"},"298":{"body":"Endb supports HTTP Basic Authentication as defined by RFC 7235 . Pass --username and --password arguments to the endb binary to force basic authentication for HTTP connections. (See Operation for more details, including environment variables which can be passed to Docker images.) ./target/endb --username zig --password zag Then, from any HTTP client, provide the username and password combination to execute queries. curl --user zig:zag -d \"SELECT 'Hello World';\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql If the client passes an incorrect username or password, it will receive a 401 Authorization Required HTTP status code as a result, but no body. Be aware of this to ensure client code is written to detect 401 status codes. $ curl -i --user zig:wrong -d \"SELECT 'Hello World';\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\nHTTP/1.1 401 Authorization Required NOTE: HTTP Basic Auth is not secure without the additional use of HTTPS.","breadcrumbs":"Reference » HTTP API » HTTP Basic Authentication","id":"298","title":"HTTP Basic Authentication"},"299":{"body":"SQL parameters are available to: application/json and application/ld+json as part of the POST body multipart/form-data as form data application/x-www-form-urlencoded as URL query parameters application/sql as form data and/or URL query parameters Parameters can be JSON literals, JSON-LD scalars, or SQL literals. A JSON-LD scalar always has the form: {\"@type\": \"xsd:TYPE\", \"@value\": \"DATA\"}. JSON-LD types are listed under the Data Types table.","breadcrumbs":"Reference » HTTP API » Parameters","id":"299","title":"Parameters"},"3":{"body":"Endb is still in early beta. While in beta, new versions are not guaranteed to have binary-compatible storage with previous versions. We encourage you to experiment with Endb but please do not use it in production until a General Availability release.","breadcrumbs":"Tutorial » Warning: Early Beta","id":"3","title":"Warning: Early Beta"},"30":{"body":"To delete an existing row, use the standard SQL DELETE command. DELETE FROM products WHERE price = 5.98; You may delete all rows from a table by eliding the WHERE clause: DELETE FROM products; Note: In Endb, DELETE does not remove any data. It is always possible to view data prior to the DELETE with time queries . If you need to remove data for compliance (with laws such as GDPR or PIPEDA), use ERASE .","breadcrumbs":"SQL Reference » Data Manipulation » DELETE","id":"30","title":"DELETE"},"300":{"body":"Named parameters substitute parameter placeholders with the form :param by the parameter key with the corresponding name. Named parameters are represented as a JSON object. curl -d '{\"q\": \"INSERT INTO products {name: :name, price: :price};\", \"p\": {\"name\": \"Paprika\", \"price\": 2.99}}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}}}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: :sauce};\" -F p='{\"sauce\": \"Sriracha\"}' -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Named Parameters","id":"300","title":"Named Parameters"},"301":{"body":"Positional parameters substitute parameter placeholders with the form ? by the parameter values, in the order they appear. Positional parameters are respresented as a JSON array. curl -d '{\"q\": \"SELECT * FROM products WHERE name = ? AND price > ?;\", \"p\": [\"Salt\", 3.99]}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO events {start: ?};\", \"p\": [{\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}]}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: ?};\" -F p='[\"Sriracha\"]' -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Positional Parameters","id":"301","title":"Positional Parameters"},"302":{"body":"Bulk operations are possible by setting the m flag to true. Bulk operations are available to both named and positional parameters. The list of parameters supplied in bulk must be nested in an array. curl -d '{\"q\": \"INSERT INTO products {name: :name};\", \"p\": [{\"name\": \"Soda\"}, {\"name\": \"Tonic\"}], \"m\": true}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO sauces {name: ?, color: ?};\" -F p='[[\"Mustard\", \"Yellow\"], [\"Ketchup\", \"Red\"]]' -F m=true -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Bulk Parameters","id":"302","title":"Bulk Parameters"},"303":{"body":"As it is possible to receive Apache Arrow data from an Endb query, it is possible to submit Apache Arrow as a statement parameter. The example below assumes the existence of a a table called names, which only contains one column (name). Apache Arrow Streams can also be used as parameters in the same way. # create a sample Arrow file:\ncurl -d \"SELECT * FROM names;\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql --output names.arrow\n# use the sample Arrow file:\ncurl -F m=true -F q=\"INSERT INTO projects {name: :name};\" -F \"p=@names.arrow;type=application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql NOTE: This feature should be used with caution. Do not submit arbitrary Arrow files as parameters. If a malformed Arrow file is submitted, the error message returned (if any) is unlikely to provide guidance. Preferably, Arrow files should be created using Endb itself, as in the example above. Most users will prefer to use a human-readable file format instead, such as a JSON variant or static SQL statements.","breadcrumbs":"Reference » HTTP API » Apache Arrow File Parameters","id":"303","title":"Apache Arrow File Parameters"},"304":{"body":"Bulk inserts are possible by combining the tools mentioned under Parameters . For example, the OBJECTS keyword can insert an array of object literals. Note that each object used as a positional parameter must be wrapped in a JSON array, since there may be more than one positional parameter supplied. Similarly, each named parameter must be wrapped in an object containing a key of the corresponding name. curl -F m=true -F q=\"INSERT INTO products OBJECTS ?\" -F p=\"[[{name: 'jam'}], [{name: 'butter'}]]\" -X POST http://localhost:3803/sql\ncurl -F m=true -F q=\"INSERT INTO products OBJECTS :product\" -F p=\"[{product: {name: 'jelly'}}, {product: {name: 'ghee'}}]\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Bulk Insert","id":"304","title":"Bulk Insert"},"305":{"body":"It is possible to pass multiple SQL statements to Endb by delimiting them with semicolons. Parameters will be passed to all statements in order. Only the result of the last statement is returned to the client. In the following example, the INSERT will be successful but will not return a result. The SELECT will return to the client. curl --form-string q=\"INSERT INTO sauces {name: ?, color: ?}; SELECT {namo: ?, colour: ?};\" -F p='[\"Mustard\", \"Yellow\", \"Ketchup\", \"Red\"]' -X POST http://localhost:3803/sql NOTE: --form-string is required instead of --form to send semicolon-delimited statements with curl.","breadcrumbs":"Reference » HTTP API » Multiple Statements","id":"305","title":"Multiple Statements"},"306":{"body":"If a client is not available for your programming language yet, your app can interact directly with the Endb WebSocket API. Any WebSocket client can be used but in the examples below we'll use websocat to demonstrate the API without writing any code. Connect to Endb with: websocat ws://localhost:3803/sql You can send SQL statements to endb over WebSockets with JSON-RPC 2.0 . {\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users (name) VALUES (?);\", \"p\": [[\"Tsehay\"], [\"Iniku\"]], \"m\": true}}\n{\"jsonrpc\": \"2.0\", \"id\": 2, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM users;\", \"p\": [], \"m\": false}} NOTE: To send the method calls above, paste them into a websocat session one-at-a-time and press . Further examples will assume JSON-RPC strings are sent in an existing websocat session.","breadcrumbs":"Reference » WebSocket API » WebSocket API","id":"306","title":"WebSocket API"},"307":{"body":"Following the JSON-RPC 2.0 spec, a SQL statement or query to the Endb WebSocket API requires these components: id - a string or integer identifier used to correlate requests to responses method - always the string \"sql\" params - request params are sent as JSON-RPC by-name request parameters, as listed below","breadcrumbs":"Reference » WebSocket API » JSON-RPC Request Object","id":"307","title":"JSON-RPC Request Object"},"308":{"body":"q - (q)uery: a SQL query, optionally parameterized p - (p)arameters: named or positional SQL parameters m - (m)any parameter lists: bulk parameters , used for bulk insert/update","breadcrumbs":"Reference » WebSocket API » JSON-RPC Request Parameters","id":"308","title":"JSON-RPC Request Parameters"},"309":{"body":"A response from the Endb WebSocket API will include these components: id - the id provided in the request object, so it can be correlated result - the response, encoded as JSON-LD, as in this example: {\"jsonrpc\":\"2.0\", \"id\":111, \"result\":{\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"name\":\"Hing\",\"price\":2.99}]}} If your query is invalid or causes an internal error, you will receive an error instead, which includes: id - the id of the request object, if one was provided (otherwise null) error - a code and message, as returned by Endb {\"jsonrpc\":\"2.0\", \"id\":222, \"error\":{\"code\":-32603,\"message\":\"Error: Unknown table: users\\n ╭─[:1:15]\\n │\\n 1 │ SELECT * FROM users;\\n │ ──┬── \\n │ ╰──── Unknown table\\n───╯\\n\"}}","breadcrumbs":"Reference » WebSocket API » JSON-RPC Response Object","id":"309","title":"JSON-RPC Response Object"},"31":{"body":"Endb provides flexible upserts with the common ON CONFLICT clause. When the INSERT command detects a conflict, it will perform the instructions in the DO clause. The following command needs to be executed twice to see the upsert effect. INSERT INTO products {name: 'Pepper', price: 9.99} ON CONFLICT (name, price) DO UPDATE SET v = 2; To specify no operation on conflict, use DO NOTHING: INSERT INTO products {name: 'Pepper', price: 9.99} ON CONFLICT (name, price) DO NOTHING; To reference the document currently being inserted, the DO clause provides a statement-local relation named excluded. INSERT INTO products {name: 'Salt', price: 6};\nINSERT INTO products {name: 'Salt', price: 7} ON CONFLICT (name) DO UPDATE SET price = excluded.price; Similarly, the existing table is still available in the DO clause to provide further filtering: INSERT INTO products {product_no: 99, name: 'Cumin', price: 3.00, v: 5};\nINSERT INTO products {product_no: 99, name: 'Cumin', price: 5.00, v: 6} ON CONFLICT (product_no, name) DO UPDATE SET price = excluded.price, v = excluded.v WHERE products.v < 6;","breadcrumbs":"SQL Reference » Data Manipulation » ON CONFLICT (Upsert)","id":"31","title":"ON CONFLICT (Upsert)"},"310":{"body":"Endb supports HTTP Basic Authentication, as defined by RFC 7235 , on top of RFC 6455 . This is because the WebSocket Protocol RFC (6455) does not define authentication mechanisms itself. Pass --username and --password arguments to the endb binary to force basic authentication for HTTP connections. (See Operation for more details, including environment variables which can be passed to Docker images.) ./target/endb --username zig --password zag Then, use Basic Auth headers to connect to Endb: websocat -H='Authorization: Basic' ws://zig:zag@localhost:3803/sql Rather than Authorization: Basic, the Sec-WebSocket-Protocol header may be used. It is offered because web browsers do not support the Basic Auth header over WebSockets.","breadcrumbs":"Reference » WebSocket API » WebSocket Basic Authentication","id":"310","title":"WebSocket Basic Authentication"},"311":{"body":"SQL parameters to a WebSocket request are always JSON-LD . A JSON-LD scalar always has the form: {\"@type\": \"xsd:TYPE\", \"@value\": \"DATA\"}. JSON-LD types are listed under the Data Types table. For example, if a strongly-typed DateTime is required, it can be submitted like so: {\"jsonrpc\": \"2.0\", \"id\": 11, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users (name, date) VALUES (?, ?);\", \"p\": [\"dosha\", {\"@value\": \"2024-01-29T18:18:30.129159\", \"@type\": \"xsd:dateTime\"}], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Parameters","id":"311","title":"Parameters"},"312":{"body":"Named SQL parameters substitute parameter placeholders with the form :param by the parameter key with the corresponding name. Named parameters are represented as a JSON object. {\"jsonrpc\": \"2.0\", \"id\": 111, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO products {name: :name, price: :price};\", \"p\": {\"name\": \"Hing\", \"price\": 2.99}, \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 112, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2021-04-09T20:00:00Z\"}}, \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Named Parameters","id":"312","title":"Named Parameters"},"313":{"body":"Positional SQL parameters substitute parameter placeholders with the form ? by the parameter values, in the order they appear. Positional parameters are respresented as a JSON array. {\"jsonrpc\": \"2.0\", \"id\": 211, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM products WHERE name = ? AND price > ?;\", \"p\": [\"Hing\", 2.00], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 213, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO events {start: ?};\", \"p\": [{\"@type\": \"xsd:dateTime\", \"@value\": \"2021-04-09T20:00:00Z\"}], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Positional Parameters","id":"313","title":"Positional Parameters"},"314":{"body":"Bulk operations are possible by setting the m flag to true. Bulk operations are available to both named and positional parameters. The list of parameters supplied in bulk must be nested in an array. {\"jsonrpc\": \"2.0\", \"id\": 311, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users {name: :name};\", \"p\": [{\"name\": \"Sungwon\"}, {\"name\": \"Olga\"}], \"m\": true}}\n{\"jsonrpc\": \"2.0\", \"id\": 312, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO sauces {name: ?, color: ?};\", \"p\": [[\"Sriracha\", \"#FE6F5E\"], [\"Gochujang\", \"#FF8066\"]], \"m\": true}}","breadcrumbs":"Reference » WebSocket API » Bulk Parameters","id":"314","title":"Bulk Parameters"},"315":{"body":"Unlike the HTTP API , the WebSocket API is stateful and thus capable of explicit transactions. See the Transactions documentation for further details on SQL syntax. {\"jsonrpc\": \"2.0\", \"id\": 411, \"method\": \"sql\", \"params\": {\"q\": \"BEGIN TRANSACTION;\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 412, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO delete_me {name: 'Roll Me Back'};\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 413, \"method\": \"sql\", \"params\": {\"q\": \"ROLLBACK;\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 414, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM delete_me;\", \"p\": [], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Transactions","id":"315","title":"Transactions"},"316":{"body":"","breadcrumbs":"Reference » Data Types » Data Types","id":"316","title":"Data Types"},"317":{"body":"Endb supports the following native scalar types for now. JSON-LD values with a type of @json will be returned from Endb as JSON literals, verbatim. The @type listed in parentheses is for reference purposes only. JSON literal types are implicit so a @value/@type pair is not returned for a JSON literal. SQL JSON-LD Example Literal Description NULL @json null Null, nil, undefined, or missing TEXT @json (xsd:string) \"hello\" UTF-8 string BOOLEAN @json (xsd:boolean) FALSE 8-bit boolean INTEGER @json (xsd:int[eger]) 42 64/128-bit two's complement integer REAL @json (xsd:double) 9007199254740992.123 64-bit IEEE 754 floating point number TIMESTAMP xsd:dateTime 2007-01-01T00:00:00 ISO microsecond precision timestamp DATE xsd:date 2007-01-01 ISO date TIME xsd:time 23:30:00 ISO time INTERVAL xsd:duration PT12H34M56.789S ISO interval BLOB xsd:base64Binary x'DEADBEEF' Binary large object SQL Data Types are covered in detail in the SQL Reference.","breadcrumbs":"Reference » Data Types » Scalars","id":"317","title":"Scalars"},"318":{"body":"SQL JSON-LD Example Literal Description ARRAY @json [\"Joe\", \"Dan\", \"Dwayne\"] Zero-based array OBJECT @json {n: 3, b: 2023-01-01} Object, map, dict, document","breadcrumbs":"Reference » Data Types » Collections","id":"318","title":"Collections"},"319":{"body":"SQL JSON-LD Description DECIMAL xsd:decimal Arbitrary precision decimal. Use 2 BIGINTs or VARCHAR URI xsd:anyURI Unsupported. Use VARCHAR UUID @json (xsd:string) Unsupported. Use VARCHAR or BLOB If you strongly feel you need a native representation of one of these types, email us: hello@endatabas.com","breadcrumbs":"Reference » Data Types » Unsupported Scalar Types","id":"319","title":"Unsupported Scalar Types"},"32":{"body":"ERASE completely removes documents (rows) from visibility to any queries. Once a document has been erased, it is no longer possible to query for it at all. ERASE FROM products WHERE name = 'Salt';","breadcrumbs":"SQL Reference » Data Manipulation » ERASE","id":"32","title":"ERASE"},"320":{"body":"What? Why? Architecture Roadmap License","breadcrumbs":"Appendix » Appendix","id":"320","title":"Appendix"},"321":{"body":"From the outside, Endatabas (or Endb ) is an open source SQL document database with full history. On the inside, this means all records in Endatabas are immutable. An ERASE statement is provided for compliance with laws and policies like GDPR. Time-travel is possible, but queries default to \"as-of-now\". (Which is the thing you want 97% of the time.) Rows are \"schema-last\" documents and joins can be arbitrary, but queries are written in SQL. Endb stores data in Apache Arrow: scalars are strongly typed, the on-disk format is columnar, and the execution engine understands rows and columns. Endb separates storage from compute to provide unlimited disk space. In Swedish, Endatabas means both \"a database\" and \" one database\". This One Database Dream is twofold: Endb hopes to provide HTAP , so a secondary analytics database is not required for most users. Endb plans to use AI ( adaptive indexing ) to provide fast OLTP and OLAP queries on cheap, elastic infrastructure.","breadcrumbs":"Appendix » What? » What is Endatabas?","id":"321","title":"What is Endatabas?"},"322":{"body":"After years of market research, the complaint of database users is universal: \"I want to stop babysitting the database.\" This can mean many things but they're all expensive and complex. The database equivalent of Greenspun's 10th Rule might be \"any sufficiently complicated backend system contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half a database.\" This was true for much of the work we did in the 2010s and 2020s. \"Babysitting\" is sometimes the energy wasted by repeatedly building and maintaining ad-hoc databases for ourselves instead of building tools for customers. Buying data products also requires babysitting. DBAs babysit Oracle indexes. Developers babysit Postgres query optimizations. Data engineers babysit ETL pipelines. Analysts baybsit Redshift history. SREs babysit Aurora costs. Endb can't solve all these problems, but it attempts to be a jack-of-all-trades database that solves as many as it can — for as many people as it can.","breadcrumbs":"Appendix » What? » Who wants One Database?","id":"322","title":"Who wants One Database?"},"323":{"body":"After years of Computer Science research, it's also clear a sea change in database tech is due... right about now. (Give or take ten years. Our timing may be off.) Hellerstein and Stonebraker's What Goes Around Comes Around remains true, decade after decade, since it was published in 2004. As always, the relational data model is still king and SQL is still the lingua franca of databases. Together, they assimilate new rivals every decade or so. Endatabas tries to stand right at the center of this upcoming collapse of the data toolchain. If we, as an industry, can drop a decade's vestigial growth in favour of a tighter, simpler solution? Wonderful. But what if we could shed a half-century's vestiges? Perhaps event streams, relations, documents, graphs, temporal data, ETL and CDC can all live under one roof for many businesses. Let's see. We're not sure if we can make this work. But it's exciting to try. — One Database: Clean. Simple. Less. (Read more in Why Endatabas? )","breadcrumbs":"Appendix » What? » When is One Database possible?","id":"323","title":"When is One Database possible?"},"324":{"body":"(Read more in What is Endatabas? ) Why did we build Endatabas (aka Endb) at all? Isn't one of the many ( many ) existing databases good enough? Many incumbent databases serve their use cases and markets well. But the demands placed on databases are growing rapidly. These demands pull in multiple directions, all at once, and existing technology cannot support them without introducing enormous complexity. Metamorphosis is required. Endb takes good ideas and makes them easier to access, while reducing operational headache. It does not try to be flashy or unnecessarily revolutionary. Instead, it tries to be simple and familiar on the surface while providing a lot of new power under the covers. Let's talk about what that means in clear, concrete terms.","breadcrumbs":"Appendix » Why? » Why Endatabas?","id":"324","title":"Why Endatabas?"},"325":{"body":"The tagline \"SQL Document Database With Full History\" says a lot, but it doesn't say everything. Endatabas is, first and foremost, an immutable database . That's the Full History part. But storing all your data, forever, has clear implications. We consider these implications to be the pillars of Endatabas. In 3D geometry, the legs of a tripod are mutually supportive; as long as all three feet are in contact with the ground, the tripod will not wobble or collapse. So it is with the pillars. Each supports and implies the others. The pillars are as follows: Full History (requires: immutable data and erasure) Timeline (requires: time-traveling queries) Separation of Storage from Compute (requires: light and adaptive indexing) Documents (requires: schemaless tables, \"schema-per-row\", arbitrary joins) Analytics (requires: columnar storage and access) At the top of this five-dimensional structure is SQL, the lingua franca of database queries. We believe it is the right time to integrate these ideas. But first let's go back a few decades to see how we got here.","breadcrumbs":"Appendix » Why? » What is Endatabas, anyway?","id":"325","title":"What is Endatabas, anyway?"},"326":{"body":"None of the ideas in Endatabas are new. George Copeland's What if mass storage were free? asked, back in 1980, what an immutable database might look like. His prescient vision for a database with full history enjoys the clarity of a researcher at the beginning of the database era. People have occasionally asked of Endatabas, \"why bother retaining all history?\" But this is the wrong question. The real question is: \"why bother destroying data?\" Copeland's answers, \"The deletion concept was invented to reuse expensive computer storage.\" The software industry has grown so accustomed to the arbitrary deletion of historical data that we now take destroying data for granted. Mass storage is not free yet — but it is cheap. Copeland himself addresses \"a more realistic argument: if the cost of mass storage were low enough, then deletion would become undesirable.\" Any system that exploits the separation of storage and compute can enjoy these low costs. An immutable dataset and a timeline of changing states are two sides of the same coin. Previous states carry the innate property of time (whether defined by familiar wall clocks or versions or logical clocks). Jensen and Snodgrass have thoroughly researched time-related database queries. Much of their work was published in the 1990s and early 2000s. Storing time, querying across time, time as a value ... these challenging subjects eventually grew to form SQL:2011 . Most SQL databases have struggled to implement SQL:2011. Incorporating time as a core concept in mutable databases (those which support destructive updates and deletes) amplifies existing complexity. Time should simplify the database, not complicate it. Document databases have a more convoluted story. Attempts at \"schemaless\", semi-structured, document, and object databases stretch from Smalltalk in the 1980s to C++ in the 1990s to Java and graphs in the 2000s to JSON in the 2010s . Despite all this, the most successful semi-structured document store, as of 2023, is a Postgres database with JSON columns. Database users desire flexible storage and querying — but yesterday's weather says they desire SQL more. Can't we have both? SQL has four identities, four histories. There is an SQL of academia, born of Codd's relational algebra (1970) and Chamberlin/Boyce SEQUEL (1974) , grown over decades with research like Snodgrass/Jensen's TSQL2. Then there is the SQL of industry, the many-tentacled leviathan of IBM, Oracle, and Microsoft: the SQL sold to businesses and governments, ceaselessly bifurcated into new dialects with each version and implementation. Between these two rests the SQL of the ISO specification — unified across 11 published standards, from SQL-86 to SQL:2023, spanning thousands of pages, adhered to by no single database. [1] Last, there is colloquial SQL, the language one refers to by the question, \"do you know SQL?\" These four threads are intertwined across four decades, making it very difficult to clearly define what is meant by \"SQL\", even in very narrow contexts. Colloquial SQL is of greatest interest to us. This is the ubiquitous query language any new database must implement to succeed. Khoshafian and Copeland introduced the Decomposition Storage Model (DSM) in 1985. The four decades that followed saw any number of approaches to data analytics. Most of the time, however, these demanded expensive data acrobatics: data was piped, streamed, dumped, and copied into denormalized cubes and time-series databases. As humanity grew out of the batch processing of the 1980s into the always-online society of the 2020s, analytics data became another form of operational data and this pipeline was looped back to users and customers. Hybrid Transactional/Analytical Processing (HTAP) promises a simpler, natural successor to OLTP and OLAP systems. For many businesses, the transactional/analytical divide is as arbitrary as destroying data with every state change. Humanity will arbitrarily destroy data in 2026 because hard disks were expensive in 1986. Similarly, we will wastefully query data with multiple systems in 2026 because CPUs were slow in 1986.","breadcrumbs":"Appendix » Why? » History","id":"326","title":"History"},"327":{"body":"When you approach Endb from a distance, you won't see the pillars at first. You'll see the structure they support. This structure also binds the pillars together. The query language of a database is its glue. It is the user interface. It defines the user experience. It is at once a programming language, a dialogue, an envelope, a protocol. But a query engine is not divorced from its query language, and so the language choice also informs system design and behaviour. There are mundane reasons for choosing SQL. If asked \"do you know SQL?\" there's a high probability the answer is \"yes.\" SQL is the language of data science and third-party tools. If any sufficiently successful database has to provide SQL access anyway, one may as well start there. But this is not why we chose SQL. We believe SQL can be beautiful. As mentioned in History , we are primarily concerned with colloquial SQL. The other threads of SQL are relevant but Endb will never implement the entire SQL specification. Instead, the Endb SQL dialect unifies the pillars under one strongly-dynamically-typed umbrella, a variation of the SQLite dialect. SQLite's applications are quite different from those of Endatabas, so Endb SQL is not weakly-typed and Endb types are not a free-for-all. Instead, Endb internally adopts types from Apache Arrow , which it uses as a storage medium. When considering alternatives, there are no direct contenders. Cypher, Datalog, MongoDB query documents, and other schemaless query languages work well for one database implementation but lack both mindshare and standards. PartiQL, SQL++, and other NewSQL languages that depart from SQL suffer precisely because they are almost SQL. One can fantasize about designing a query language from scratch but it's very easy to get wrong and takes decades to build mindshare. SQL has been through this decades-long gauntlet. Just as PL/SQL and T-SQL differ, so will Endb SQL from other dialects. However, colloquial SQL is comparable to colloquial Hindi — at higher levels, it bifurcates into Urdu and Sanskrit but speakers of both lineages understand one another. Endb SQL will be familiar to users of other SQL dialects. With its long, rich history SQL not only has the necessary theoretical underpinnings but the battle scars of technology that lasts. It sits alongside POSIX, TCP/IP, LISP, C, and the QWERTY keyboard layout. It will see its centenary.","breadcrumbs":"Appendix » Why? » Why SQL?","id":"327","title":"Why SQL?"},"328":{"body":"Even if we ignore Copeland's dream of mass storage from 1980, it is easy to see why destroying data is harmful. To destroy data is to destroy facts — to lie about the truth of what happened. Few modern systems permit the total destruction of data for this obvious reason. Some choose to create audit tables: users_audits, sales_audits, and so on. Some choose to log anything and everything. \"It's on disk somewhere.\" It's not uncommon for companies to extract metrics from logs to create invoices and reports, turning a log file into a bespoke immutable database. Industries which take their data very seriously (banking, healthcare) already store immutable records. They just do so in a mutable database. Append-only tables are not new, but they're an order of magnitude easier to work with — for both users and operators — if the database is append-only from the ground up. These same industries will resist the destruction of data unless absolutely necessary, but they will bend to necessity. Erasure is concomitant with immutability — we cannot have one without the other. The existing designs of databases create serious problems for privacy. DELETE, when overloaded to mean both \"save disk space\" and \"explicitly remove this data\", becomes opaque. It does not leave any queryable record of the deletion. Removing data should keep tombstones so it's at least known that some data was removed.","breadcrumbs":"Appendix » Why? » Why Full History?","id":"328","title":"Why Full History?"},"329":{"body":"Keeping your data's entire history is the write-side of the equation. If you didn't care about getting this data back, you could just dump it into an unintelligible pile. But you not only want your data back, you want to query it in the easiest way possible. One very sensible way to see and query immutable data is along a timeline. Endb makes no assumptions about your desire to participate in this timeline. By default, everything is visible as-of-now but querying the past should feel effortless. -- without time travel:\nSELECT * FROM products;\n-- time travel to 2020:\nSELECT * FROM products FOR SYSTEM_TIME AS OF 2020-08-25T00:00:00;","breadcrumbs":"Appendix » Why? » Why a timeline?","id":"329","title":"Why a timeline?"},"33":{"body":"The WITH keyword can create Common Table Expressions (CTEs) for DML, just as it can for queries . WITH top_margin_products AS (SELECT product_no, name FROM products WHERE (price - cost) > 5.00)\nINSERT INTO banner_products SELECT product_no, name FROM top_margin_products;","breadcrumbs":"SQL Reference » Data Manipulation » WITH (Common Table Expressions)","id":"33","title":"WITH (Common Table Expressions)"},"330":{"body":"Separating storage from compute is an implementation detail. AWS customers don't choose Amazon Aurora because they're craving this separation. Decoupling storage from compute makes scale (both up and down) trivial. It also introduces the possibility of \"reducing network traffic, ... fast crash recovery, failovers to replicas without loss of data, and fault-tolerant, self-healing storage.\" This decoupling is concomitant with Light and Adaptive Indexing . It is undesirable to manually construct expensive indexes for unknown future schemas over (effectively) infinite data. Instead, we should let machine learning handle this job.","breadcrumbs":"Appendix » Why? » Why Separation of Storage and Compute?","id":"330","title":"Why Separation of Storage and Compute?"},"331":{"body":"It can be argued that \"why documents?\" is really multiple questions: why schemaless? why nested data? why dynamic SQL? First, the challenges. It is extremely difficult to force global schema onto every row in a table in an immutable world. Even if there were a simple mechanism in SQL to alter table schema only for certain durations (there isn't), the database user would still be burdened with querying based on a particular schema at a particular time in the history of the table. This complexity is compounded by the fact that static schemas have less and less meaning in a temporal world. Endb introduces SQL:2011 time-travel and period predicates . The difficulty, mentioned earlier, that other databases encounter when introducing SQL:2011 is twofold: dealing with \"time\" in a world where history can be violently rewritten and managing an unbending schema across time. Nested data is equally unnatural in incumbent databases. SQL:99, SQL:2016, SQL:2023 all offer some way of shoehorning nested data into flat tables. DynamoDB, Couchbase, and MongoDB are the most common document databases but they don't speak SQL. [2] Not only will no one ever decompose relational data into 6NF, it is unlikely we'll ever see a return to the classic BCNF of business entity-relationship diagrams. Nested data is here to stay. Foreign, embedded JSON (or XML) is little more than a band-aid. Nested data should be native to SQL queries. Second, the joys. Schema-per-row can be incredibly liberating. Not only does this feel more natural, it embraces the messy truth of the real world. Schema-on-write can be added later, when the business is ready to lock down what it knows about a domain. But many use cases demand flexible schemas. What if this week's project requires downloading huge amounts of semi-structured JSON pricing data from the APIs of competing online stores to compare them? Endb can handle this case out of the box. Most databases would require a great deal of manipulation first. Dynamic SQL is required to support schemaless, nested data — but it also brings its own joys. When dynamic SQL rests on top of a flexible data model which can ingest any data, it is capable of exploring nested data and easily constructing arbitrary joins users could normally only construct in a graph database.","breadcrumbs":"Appendix » Why? » Why documents?","id":"331","title":"Why documents?"},"332":{"body":"It is often the job of analytics databases to record and query all the data of a business, denormalized for speed. There will always be analytical jobs which require data to be transformed. But many businesses already allow data scientists, analysts, and even CEOs read-only access to an OLTP replica. HTAP is right on the horizon . Endb hopes to participate in that evolution by making all business data accessible to easy-to-produce, cheap, ephemeral read replicas.","breadcrumbs":"Appendix » Why? » Why \"One Database\"?","id":"332","title":"Why \"One Database\"?"},"333":{"body":"We cannot reconcile building and selling a product we would never buy ourselves.","breadcrumbs":"Appendix » Why? » Why Commercial Open Source?","id":"333","title":"Why Commercial Open Source?"},"334":{"body":"All of the pillars outlined above have their own strike-when-the-iron-is-hot moment. The SQLite we know today began to materialize in 2001. Amazon S3 was launched in 2006. MongoDB was first released in 2007. Immutable data and functional programming reached the mainstream in the 2010s. Datomic (arguably the first immutable OLTP database) was release in 2012. Amazon Aurora was released in 2015 and Google's AlloyDB in 2022. Apache Arrow saw its first release in 2016. Over the past decade, many financial firms built their own in-house temporal databases. SQL:2011, SQL:2016, and SQL:2023 were ratified in their respective eponymous years. HTAP hasn't quite happened yet. AI-driven indexes haven't quite happened yet. The moment for something like Endatabas is now... but it is a very long moment. Endatabas cannot be built in a Postgres-compatible fashion. Technically, it would be prohibitively expensive to build Endatabas from existing components. It's time for something new. The complete SQL specification is very difficult to implement in full, though Mimer likely comes closest to this goal . There is XQuery, of course. But most businesses today do not build their nested data storage on XQuery.","breadcrumbs":"Appendix » Why? » Why Now?","id":"334","title":"Why Now?"},"335":{"body":"","breadcrumbs":"Appendix » Architecture » Architecture","id":"335","title":"Architecture"},"336":{"body":"All records in Endatabas are immutable. Historical data is not lost when an UPDATE or DELETE statement is executed. You can think of endb as one giant log of transactions with fast queries made possible by adaptive indexing .","breadcrumbs":"Appendix » Architecture » Immutable","id":"336","title":"Immutable"},"337":{"body":"The only time data in Endatabas is truly deleted is with the ERASE statement. This is used for user safety and compliance with laws like GDPR.","breadcrumbs":"Appendix » Architecture » Erasure","id":"337","title":"Erasure"},"338":{"body":"Both the heart and \"UI\" of Endatabas is a dynamic SQL engine which natively understands strongly-typed, semi-structured rows (documents). Here is an example to illustrate what that means: INSERT INTO stores {brand: \"Alonzo's Analog Synthesizers\", addresses: [{city: \"New Jersey\", country: \"United States\", opened: 1929-09-01}, {city: \"Göttingen\", country: \"Germany\", opened: 1928-09-01}]}; -- recursive query of ISO dates from the nested document:\nSELECT addresses..opened FROM stores; Endb SQL bases its core SQL dialect on SQLite. It also draws inspiration from SQL:99, SQL:2011, SQL:2016, and SQL:2023. Read more in our bibliography .","breadcrumbs":"Appendix » Architecture » Dynamic SQL","id":"338","title":"Dynamic SQL"},"339":{"body":"Endatabas stores and processes data as columns. Endb's columnar storage is built on Apache Arrow . Endb SQL allows users to retrieve data as documents. The ultimate goal is for Endatabas to serve many (hybrid) purposes: day-to-day transactions and analytical jobs.","breadcrumbs":"Appendix » Architecture » Columnar: Hybrid Transactional Analytic Processing (HTAP)","id":"339","title":"Columnar: Hybrid Transactional Analytic Processing (HTAP)"},"34":{"body":"Parameters to DML are documented under the HTTP API .","breadcrumbs":"SQL Reference » Data Manipulation » Parameters","id":"34","title":"Parameters"},"340":{"body":"Queries are compiled to Common Lisp and use hash joins. Join ordering is done heuristically, by base table size. Correlated queries are memoized by building indexes in-memory during query execution.","breadcrumbs":"Appendix » Architecture » Query Execution","id":"340","title":"Query Execution"},"341":{"body":"More detailed information about the future of Endb can be found in the roadmap .","breadcrumbs":"Appendix » Architecture » Future","id":"341","title":"Future"},"342":{"body":"If you're not sure what this is, think Amazon Aurora, Google AlloyDB, and Neon. Compute nodes are the classic database (Postgres, MongoDB, etc.) — in an immutable world, these are just caches. Storage is elastic object or blob storage (S3, Azure Blobs, etc.). Endatabas is built to live in the clouds, alongside infinite disk. Although the groundwork for separating storage from compute exists in Endb today, elastic storage backends are not yet implemented.","breadcrumbs":"Appendix » Architecture » Cloud: Separation of Storage from Compute","id":"342","title":"Cloud: Separation of Storage from Compute"},"343":{"body":"For more information on light and adaptive indexing, you can watch Håkan's talk from 2022: \"Light and Adaptive Indexing for Immutable Databases\" Endb does not yet support adaptive indexing.","breadcrumbs":"Appendix » Architecture » Adaptive Indexing","id":"343","title":"Adaptive Indexing"},"344":{"body":"You can read our high-level roadmap on GitHub .","breadcrumbs":"Appendix » Roadmap » Roadmap","id":"344","title":"Roadmap"},"345":{"body":"All Endatabas code is Copyright Håkan Råberg and Steven Deobald and licensed GNU Affero General Public License v3.0 , unless otherwise specified. To contribute to Endatabas, please refer to CONTRIBUTING .","breadcrumbs":"Appendix » License » License","id":"345","title":"License"},"35":{"body":"Transactions in Endb are implicit. Run multiple DML statements in a single transaction by providing multiple statements (delimited by semicolons) to a single POST to the HTTP API .","breadcrumbs":"SQL Reference » Data Manipulation » Transactions","id":"35","title":"Transactions"},"36":{"body":"Endb SQL strives to empower the query author. Basic SQL queries should be familiar. Advanced SQL queries should be simple.","breadcrumbs":"SQL Reference » Queries » Queries","id":"36","title":"Queries"},"37":{"body":"The most common hand-written SQL query tends to be the easiest: SELECT * FROM products; Without a WHERE clause (discussed below) the entire table is returned. Because Endb is schemaless, * has a special meaning. Each document (row) in Endb carries with it its own schema. As a result, * refers to the widest possible set of columns, across all the rows returned. In many SQL dialects, columns are strictly ordered. Because Endb columns cannot have a strict order, * returns them in alphabetical order. You can select the widest set of columns for a specific table with
.*: SELECT p.* FROM products p JOIN coupons c ON p.price = c.price;","breadcrumbs":"SQL Reference » Queries » SELECT *","id":"37","title":"SELECT *"},"38":{"body":"In programmatic environments, it is almost always preferable to query for specific columns by name: SELECT product_no, price FROM products; Select a list of columns by delimiting them with commas. SELECT product_no, v, price, name FROM products; Select a column with spaces by delimiting it with backticks or square braces: SELECT products['product no'] FROM products;\nSELECT `product no` FROM products; NOTE: Whether or not your Endb client respects column ordering is dependent on the content type it uses in Accept Headers. It is worth reading over the Accept Header documentation, in this regard. Limit query results to distinct rows or expand to all rows with DISTINCT and ALL. SELECT DISTINCT name FROM products;\nSELECT ALL product_no FROM products p JOIN sales s ON p.name = s.name;","breadcrumbs":"SQL Reference » Queries » SELECT","id":"38","title":"SELECT"},"39":{"body":"","breadcrumbs":"SQL Reference » Queries » FROM","id":"39","title":"FROM"},"4":{"body":"","breadcrumbs":"Tutorial » Quickstart » Quickstart","id":"4","title":"Quickstart"},"40":{"body":"For convenience, tables can be given aliases immediately following their name in the FROM clause. SELECT p.name FROM products p; The AS operator can also (optionally) be used to provide an alias for a table. SELECT p.name FROM products AS p; More usefully, it can give a temporary table name to an expression. The temporary table name can either have anonymous columns or named columns. (The VALUES keyword is explained in the following VALUES Lists section.) SELECT p.column1 FROM (VALUES ('Paprika', 4.77)) AS p;\nSELECT p.price FROM (VALUES ('Paprika', 4.77)) AS p(name, price);","breadcrumbs":"SQL Reference » Queries » Alias Tables","id":"40","title":"Alias Tables"},"41":{"body":"The AS keyword is also used to alias columns. This is useful when column names conflict in a join. (Joins are explained below.) If the same column is specified more than once, the last reference to that column name is the one which will be returned: SELECT c.price, p.price FROM products p JOIN coupons c ON p.name = c.name; If both columns are required, AS can be used to rename one or both of the columns: SELECT p.price AS regular_price, c.price FROM products p JOIN coupons c ON p.name = c.name;","breadcrumbs":"SQL Reference » Queries » Alias Columns","id":"41","title":"Alias Columns"},"42":{"body":"Because Endb is schemaless, documents (rows) can be joined on any fields (columns) which have equivalent values. Joins are written in the form JOIN ON . .. Join operators are generally comparisons or booleans . INSERT INTO coupons {name: 'Salt', price: 3.0};\nSELECT * FROM products p JOIN coupons c ON p.name = c.name; LEFT JOIN, LEFT OUTER JOIN, INNER JOIN, and CROSS JOIN are all supported. NOTE: Endb does not restrict name clashes in unqualified column selection or SELECT *. If two tables share the same column name, the results from the column of the second table in the join will be visible in the returned result, but not the results of the first.","breadcrumbs":"SQL Reference » Queries » JOIN","id":"42","title":"JOIN"},"43":{"body":"When the columns to join share the same name between two tables, USING is a shorthand that permits joining on the equality of those two columns. A USING query also supports unambiguous use of the unqualified column name in the SELECT clause. SELECT project_name, users.name, projects.budget FROM users JOIN projects USING (project_name);","breadcrumbs":"SQL Reference » Queries » USING","id":"43","title":"USING"},"44":{"body":"Rather than returning the entire table, documents (rows) can be filtered with a WHERE clause. SELECT * FROM products WHERE price > 4;","breadcrumbs":"SQL Reference » Queries » WHERE (Filtering)","id":"44","title":"WHERE (Filtering)"},"45":{"body":"More advanced filters are documented in Operators and Functions .","breadcrumbs":"SQL Reference » Queries » Advanced Filtering","id":"45","title":"Advanced Filtering"},"46":{"body":"Results from queries can be ordered with standard SQL ORDER BY. SELECT * FROM products ORDER BY price; By default, ordering is ascending. For descending order, suffix the ORDER BY clause with DESC: SELECT * FROM products ORDER BY price DESC; To force ascending order, use ASC: SELECT * FROM products ORDER BY price ASC; It is also possible to order by an expression: SELECT * FROM products ORDER BY LENGTH(name);\nSELECT * FROM products ORDER BY -price; In the example above, LENGTH is an example of a function. A complete list of functions can be found in the Functions documentation.","breadcrumbs":"SQL Reference » Queries » ORDER BY (Sorting Results)","id":"46","title":"ORDER BY (Sorting Results)"},"47":{"body":"GROUP BY accepts a list of columns and creates aggregated rows based on each of those columns, in order. Each aggregate is returned as a single row. Each column returned must either be a column specified in the GROUP BY clause or a column created with an aggregate function , such as SUM. SELECT name, price FROM products GROUP BY name, price;\nSELECT name, SUM(price) FROM products GROUP BY name;","breadcrumbs":"SQL Reference » Queries » GROUP BY","id":"47","title":"GROUP BY"},"48":{"body":"HAVING adds a search condition to an aggregate query. SELECT name, SUM(price) FROM products GROUP BY name HAVING LENGTH(name) > 4; It is most often used with GROUP BY (seen above), but it is also legal with other aggregates: SELECT SUM(products.price) FROM products HAVING SUM(products.price) = 13;","breadcrumbs":"SQL Reference » Queries » HAVING","id":"48","title":"HAVING"},"49":{"body":"LIMIT specifies the maximum number of rows to be returned by the query. SELECT * FROM products LIMIT 2; It always makes sense to control the order of returned rows so LIMIT always returns the same rows for the same query -- unless you don't care which rows are returned. SELECT * FROM products ORDER BY price ASC LIMIT 2; OFFSET allows queries to skip rows before returning a limited set. SELECT * FROM products ORDER BY price ASC LIMIT 2 OFFSET 2;","breadcrumbs":"SQL Reference » Queries » LIMIT","id":"49","title":"LIMIT"},"5":{"body":"mkdir -p endb_data\ndocker pull endatabas/endb\ndocker run --rm -p 3803:3803 -v endb_data:/app/endb_data docker.io/endatabas/endb See Installation for more ways to install and build endb. See Try It! for methods of connecting to Endb and running queries.","breadcrumbs":"Tutorial » Quickstart » Install Endb","id":"5","title":"Install Endb"},"50":{"body":"The VALUES keyword is used to create a static table of documents (rows). Each row is denoted by a pair of parentheses. All rows must have Union Compatibility which, for Endb, means they have the same number of columns. VALUES (1, 'Salt'), (2, 'Pepper'), (3, 'Vinegar'); Endb assigns anonymous columns the names column1, column2, etc. Columns can instead be given names with a table alias : SELECT * FROM (VALUES (1, 'Salt'), (2, 'Pepper'), (3, 'Vinegar')) AS t (product_no, name);","breadcrumbs":"SQL Reference » Queries » VALUES Lists","id":"50","title":"VALUES Lists"},"51":{"body":"The OBJECTS keyword is used to create a static table comprised of object literals, each representing a document (row). Each row is directly denoted by an object literal. OBJECTS lists do not require Union Compatibility , so jagged lists are permitted. OBJECTS {product_no: 1, name: 'Salt'}, {product_no: 2, name: 'Pepper', price: 3.99};\nSELECT * FROM (OBJECTS {product_no: 1, name: 'Salt'}, {product_no: 2, name: 'Pepper'}) as t;","breadcrumbs":"SQL Reference » Queries » OBJECTS Lists","id":"51","title":"OBJECTS Lists"},"52":{"body":"The set operations union, intersection, and difference are available to the results of two queries.","breadcrumbs":"SQL Reference » Queries » Set Operations: UNION, INTERSECT, EXCEPT","id":"52","title":"Set Operations: UNION, INTERSECT, EXCEPT"},"53":{"body":"Append the results of one query to another. Duplicate rows are removed. SELECT * FROM products UNION SELECT * FROM new_products; To keep duplicate rows, use UNION ALL: SELECT * FROM products UNION ALL SELECT * FROM new_products;","breadcrumbs":"SQL Reference » Queries » UNION","id":"53","title":"UNION"},"54":{"body":"The intersection of two queries returns results which are found in both. SELECT * FROM products INTERSECT SELECT * FROM new_products;","breadcrumbs":"SQL Reference » Queries » INTERSECT","id":"54","title":"INTERSECT"},"55":{"body":"The difference of two queries returns only results from the first query which are not found in the second. Another way of thinking about this is that results of the second query are removed from the first. SELECT * FROM products EXCEPT SELECT * FROM ignored_products;","breadcrumbs":"SQL Reference » Queries » EXCEPT","id":"55","title":"EXCEPT"},"56":{"body":"\"Union Compatibility\" refers to the ability of two queries to be used in a union, intersection, or difference. Because Endb is dynamically-typed, the only constraint on union compatibility is the number of columns returned. In general, it only makes sense to use set operations on two queries which return either: (1) explicit columns, so order and naming are respected or (2) columns with the same names, so they are guaranteed to return in order, in the case of * queries. When applying set operations to * queries, keep in mind that the widest column set (across the entire history of the table) will be returned. If the queries return a different number of columns, set operations will result in an error: -> SELECT * FROM products UNION SELECT * FROM new_products;\n400 Bad Request\nNumber of UNION left columns: 3 does not match right columns: 2","breadcrumbs":"SQL Reference » Queries » Union-Compatibility","id":"56","title":"Union-Compatibility"},"57":{"body":"The WITH keyword is used to create Common Table Expressions , or CTEs. CTEs act like temporary tables or views within the context of a query or DML statement . CTEs are used in place of a sub-select to simplify the appearance of a query. WITH clauses take the form WITH AS (). WITH top_margin_products AS (SELECT product_no FROM products WHERE (price - cost) > 5.00)\nSELECT name FROM products\nWHERE product_no IN (SELECT product_no FROM top_margin_products);","breadcrumbs":"SQL Reference » Queries » WITH (Common Table Expressions)","id":"57","title":"WITH (Common Table Expressions)"},"58":{"body":"The RECURSIVE keyword can be added to WITH to create recursive CTEs which can refer to themselves. Recursive CTEs will always have the form UNION or UNION ALL . Here is a naive example, demonstrating the recursive construction of a Fibonacci Sequence: WITH RECURSIVE fib(previous, current) AS ( VALUES (0, 1) UNION ALL SELECT fib.current, fib.previous + fib.current FROM fib WHERE fib.previous + fib.current < 5000\n)\nSELECT * FROM fib; The most beneficial uses for WITH RECURSIVE are walking hierarchical and graph-shaped data sets -- capabilities ordinary SQL lacks. However, Endb recursive queries are also capable of solving Sudoku puzzles and constructing fractals, as seen in the test suite . (Credit goes to SQLite's delightful Outlandish Recursive Query Examples .)","breadcrumbs":"SQL Reference » Queries » WITH RECURSIVE","id":"58","title":"WITH RECURSIVE"},"59":{"body":"Lateral queries permit access to named values from the FROM clause in the SELECT clause. The LATERAL keyword is optional in Endb as all queries are lateral queries by default. SELECT halved FROM products, LATERAL (SELECT price / 2.0 AS halved) h;\nSELECT halved FROM products, (SELECT price / 2.0 AS halved) h;","breadcrumbs":"SQL Reference » Queries » LATERAL","id":"59","title":"LATERAL"},"6":{"body":"If you do not want to install a full Endb instance, you can try the Live Demo instead. The Wasm Console runs Endb directly in your web browser, so you can ignore the steps in Try It! and jump straight to Endb SQL Basics . NOTE: The Wasm Console is not a full Endb instance. It does not provide APIs and has other performance and infrastructure limitations.","breadcrumbs":"Tutorial » Quickstart » Try Online","id":"6","title":"Try Online"},"60":{"body":"Repeatable reads are achieved in Endb by creating savepoints , which queries can return to later. When returning to a savepoint in the future, queries will return results according to the state of the database when the savepoint was captured. By default, savepoints have a 60-second lifespan, after which they expire. Use of a savepoint during its lifespan will renew its lease, allowing it to be used for another 60 seconds. Savepoints can be forcibly expired with RELEASE. Attempting to use a savepoint that has been expired or released will return No active savepoint: . NOTE: Repeatable reads are only available to the HTTP API .","breadcrumbs":"SQL Reference » Queries » Repeatable Reads: SAVEPOINT, ROLLBACK, RELEASE","id":"60","title":"Repeatable Reads: SAVEPOINT, ROLLBACK, RELEASE"},"61":{"body":"Other SQL dialects have more transaction-specific semantics for SAVEPOINT, ROLLBACK, and RELEASE. Because this difference in behaviour may be confusing to users familiar with other databases, we provide the example below. The result of the final query returns the first two dungeons, which were inserted prior to the savepoint, but not \"Tower of Hera\". INSERT INTO dungeons {name: 'Eastern Palace'};\nINSERT INTO dungeons {name: 'Desert Palace'};\nSAVEPOINT desert_palace;\nINSERT INTO dungeons {name: 'Tower of Hera'};\nROLLBACK TO desert_palace; SELECT * FROM dungeons; NOTE: The ROLLBACK and SELECT above must be executed together, in the same stateless \"transaction\". (Normally this will mean executing both statements in a single HTTP request.)","breadcrumbs":"SQL Reference » Queries » Minimal Example","id":"61","title":"Minimal Example"},"62":{"body":"The SAVEPOINT operator captures a new savepoint at the time it executes. Savepoints can be named or anonymous. Anonymous savepoints are named with a UUID. The name of the savepoint is returned as an attribute named result. SAVEPOINT desert_palace;\n-- [{'result': 'desert_palace'}]\nSAVEPOINT;\n-- [{'result': '0b12de43-1c92-4d92-ab7c-51c5a5129074'}]","breadcrumbs":"SQL Reference » Queries » SAVEPOINT","id":"62","title":"SAVEPOINT"},"63":{"body":"Inside the scope of a stateless \"transaction\" (normally a single HTTP request), ROLLBACK is used to return to a savepoint. ROLLBACK TO returns to a named savepoint (by name) or an anonymous savepoint (by string UUID). Queries executed inside such a transaction return results according to the state of the database when the savepoint was created. The use of ROLLBACK renews the lease of the associated savepoint. ROLLBACK TO desert_palace; SELECT * FROM dungeons;\nROLLBACK TO 'eab07765-de6f-4f74-8052-838dd29ee8e7'; SELECT * FROM dungeons;","breadcrumbs":"SQL Reference » Queries » ROLLBACK","id":"63","title":"ROLLBACK"},"64":{"body":"The RELEASE keyword expires a savepoint so it can no longer be used. Anonymous savepoints can be released by string UUID. RELEASE desert_palace;\nRELEASE 'f7c314dd-47b9-4c85-9502-b8e35c82b935';","breadcrumbs":"SQL Reference » Queries » RELEASE","id":"64","title":"RELEASE"},"65":{"body":"Standard SQL keywords are used to begin, commit, and rollback explicit transactions. NOTE: Explicit transactions are only available to the WebSocket API .","breadcrumbs":"SQL Reference » Queries » Transactions","id":"65","title":"Transactions"},"66":{"body":"This minimal example assumes a connection via the WebSocket API. BEGIN;\nINSERT INTO dungeons {name: 'Dark Palace'};\nINSERT INTO dungeons {name: 'Swamp Palace'};\nINSERT INTO dungeons {name: 'Skull Woods'};\nROLLBACK;\nSELECT * FROM dungeons;","breadcrumbs":"SQL Reference » Queries » Minimal Example","id":"66","title":"Minimal Example"},"67":{"body":"The BEGIN keyword starts a new transaction. BEGIN TRANSACTION;","breadcrumbs":"SQL Reference » Queries » BEGIN [TRANSACTION]","id":"67","title":"BEGIN [TRANSACTION]"},"68":{"body":"The COMMIT keyword commits the open transaction to disk. END is a synonym for COMMIT. COMMIT TRANSACTION;","breadcrumbs":"SQL Reference » Queries » COMMIT [TRANSACTION]","id":"68","title":"COMMIT [TRANSACTION]"},"69":{"body":"The ROLLBACK keyword throws away any uncommitted changes since the transaction began. ROLLBACK TRANSACTION; NOTE: The ROLLBACK keyword should not be confused with the ROLLBACK keyword for savepoints . Both can be called without mentioning a savepoint or transaction, but their behaviour differs based on whether the client is in an explicit transaction or not.","breadcrumbs":"SQL Reference » Queries » ROLLBACK [TRANSACTION]","id":"69","title":"ROLLBACK [TRANSACTION]"},"7":{"body":"You can send SQL statements to endb over HTTP or WebSockets. Any HTTP or WebSocket client will do, and Endb ships with a console and client libraries.","breadcrumbs":"Tutorial » Try It! » Try It!","id":"7","title":"Try It!"},"70":{"body":"","breadcrumbs":"SQL Reference » SQL Data Types » SQL Data Types","id":"70","title":"SQL Data Types"},"71":{"body":"Null serves a variety of purposes in Endb. Explicit: You can provide an explicit NULL value \"Unknown\": As with any SQL, you will receive a null when 3-Valued Logic cannot determine if a statement is true or false \"Missing\": Jagged rows will return NULL for columns projected for a document which does not contain them","breadcrumbs":"SQL Reference » SQL Data Types » NULL","id":"71","title":"NULL"},"72":{"body":"Endb accepts unbounded, variable-length strings with either single or double quotes. CHAR and VARCHAR are synonyms for TEXT. INSERT INTO users (name, title) VALUES ('River', \"Prodigy\"); When casting using the CHAR synonym, an optional integer argument indicates the desired length of the resulting string, padded with spaces: SELECT CAST(123 AS CHAR(10));\n-- [{'column1': '123 '}]","breadcrumbs":"SQL Reference » SQL Data Types » TEXT (CHAR, VARCHAR)","id":"72","title":"TEXT (CHAR, VARCHAR)"},"73":{"body":"Boolean values can be TRUE, FALSE, or NULL.","breadcrumbs":"SQL Reference » SQL Data Types » BOOLEAN","id":"73","title":"BOOLEAN"},"74":{"body":"64-bit integer capable of auto-promotion to 128-bit integer.","breadcrumbs":"SQL Reference » SQL Data Types » INTEGER (BIGINT)","id":"74","title":"INTEGER (BIGINT)"},"75":{"body":"A 64-bit IEEE 754 floating point number, or double.","breadcrumbs":"SQL Reference » SQL Data Types » REAL (DOUBLE)","id":"75","title":"REAL (DOUBLE)"},"76":{"body":"Timestamps can be represented as either SQL timestamps, according to the SQL Specification, or ISO timestamps. The following are legal timestamp literals: 2007-01-01T00:00:00 2007-01-01T00:00:00.123Z 2007-01-01T00:00:00.000000Z TIMESTAMP '2007-01-01 00:00:00' TIMESTAMP '2007-01-01 00:00:00.000000Z'","breadcrumbs":"SQL Reference » SQL Data Types » TIMESTAMP","id":"76","title":"TIMESTAMP"},"77":{"body":"Dates can be represented as either SQL dates, according to the SQL Specification, or ISO dates. The following are legal date literals: 2007-01-01 DATE '2007-01-01'","breadcrumbs":"SQL Reference » SQL Data Types » DATE","id":"77","title":"DATE"},"78":{"body":"Times can be represented as either SQL times, according to the SQL Specification, or ISO times. The following are legal time literals: 23:59:12 23:59:12.12345 TIME '23:59:12' TIME '23:59:12.12345'","breadcrumbs":"SQL Reference » SQL Data Types » TIME","id":"78","title":"TIME"},"79":{"body":"A Period is a window of time between two date/time types. Periods are used with Period Predicates . {start: 2001-01-01, end: 2001-04-01} [2001-04-01T00:00:00Z, 2001-05-01] It is also possible to create a Period with the PERIOD constructor function.","breadcrumbs":"SQL Reference » SQL Data Types » PERIOD","id":"79","title":"PERIOD"},"8":{"body":"Our first couple examples will use curl , which you probably already have installed, to send queries directly to the API. curl -d \"INSERT INTO users (name) VALUES ('Tianyu')\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\ncurl -d \"SELECT * FROM users\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql You don't need to use the API diretly if there is a client library available for your language of choice, but it is helpful to know that the underlying API is human-readable and based on open standards. Read more in the full HTTP API docs .","breadcrumbs":"Tutorial » Try It! » curl","id":"8","title":"curl"},"80":{"body":"An interval (or duration ) is created whenever two times are subtracted. SELECT 2001-01-02 - 2001-01-01; Interval literals can be constructed with ISO 8601 syntax : PT12H30M5S P1Y2M10DT2H30M This is equivalent to the same ISO 8601 syntax provided as a string to the DURATION constructor: DURATION('PT12H30M5S') DURATION('P1Y2M10DT2H30M') Interval literals can also be constructed with the classic SQL intervals DSL: INTERVAL '1-2' YEAR TO MONTH INTERVAL '0 12:34:56.789' DAY TO SECOND","breadcrumbs":"SQL Reference » SQL Data Types » INTERVAL (DURATION)","id":"80","title":"INTERVAL (DURATION)"},"81":{"body":"Binary Large Objects can be encoded as hexidecimal literals or cast from strings. x'DEADBEEF' CAST(\"hello\" AS BLOB)","breadcrumbs":"SQL Reference » SQL Data Types » BLOB (VARBINARY)","id":"81","title":"BLOB (VARBINARY)"},"82":{"body":"Endb SQL uses zero-based arrays. Arrays can be created with array literals similar to JSON. [\"one\", \"two\", \"three\"] Alternatively, arrays can also be created using a literal syntax similar to that in the SQL Specification or a constructor function. ARRAY [\"one\", \"two\", \"three\"] ARRAY(\"one\", \"two\", \"three\") Array literals can contain the spread operator SELECT [1, 2, ...[3, 4], 5];\n-- [{'column1': [1, 2, 3, 4, 5]}] Array equality is tested lexicographically .","breadcrumbs":"SQL Reference » SQL Data Types » ARRAY","id":"82","title":"ARRAY"},"83":{"body":"Objects (which can also be thought of as documents, or rows) can be created with object literals enclosed in curly braces, similar to JSON. Keys in object literals can be quoted or unquoted. {name: \"Hanna\", birthday: 1982-12-31} {'name': \"Hanna\", 'birthday': 1982-12-31} Alternatively, objects can be created using either an OBJECT constructor keyword, similar to that in the SQL Specification. OBJECT(name: 'Hanna', birthday: 1982-12-31) Object literals can contain spreads , computed fields , shorthands , and row literals . SELECT { a: 1, ...[2, 3] };\n-- [{'column1': {'0': 2, '1': 3, 'a': 1}}]\nSELECT { foo: 2, ['foo' || 2]: 5 };\n-- [{'column1': {'foo': 2, 'foo2': 5}}]\nSELECT {p.name, c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'name': 'Salt'}}]\nSELECT {product: {p.*}, discounted: c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'product': {'name': 'Salt', 'price': 5.99}}}] Object equality is tested by comparing each key-value pair as an array.","breadcrumbs":"SQL Reference » SQL Data Types » OBJECT","id":"83","title":"OBJECT"},"84":{"body":"","breadcrumbs":"SQL Reference » SQL Data Types » Dynamic Literals","id":"84","title":"Dynamic Literals"},"85":{"body":"It is possible return an entire document (row) as a single literal value. The syntax is akin to Postgres ROW literals . Unlike table.*, which pads non-existent columns with NULL, a row literal returns exactly the schema specified for each individual row. { table.* } Example usage: SELECT { products.* } FROM products; As a shorthand, a table's name may be used in the SELECT clause to return entire rows as documents: -> SELECT users FROM users;\n-- [{'users': {'email': 'patrick@oracle.com', 'name': 'Patrick'}},\n-- {'users': {'email': 'preethi@shopify.ca', 'name': 'Preethi'}}] NOTE: When a table contains a column of the same name, the column takes precedence and a single column is returned, as usual: -> SELECT status FROM status;\n-- [{'status': 'error'}, {'status': 'ok'}]","breadcrumbs":"SQL Reference » SQL Data Types » Row Literals","id":"85","title":"Row Literals"},"86":{"body":"The Spread Operator (..., sometimes known as \"splat\") can be used to directly flatten/unnest one collection (an array, object, or row literal) into another. Strings are treated as character collections. SELECT [1, 2, ...[3, 4], 5];\n-- [{'column1': [1, 2, 3, 4, 5]}] SELECT [1, 2, ...\"foo\", 5];\n-- [{'column1': [1, 2, 'f', 'o', 'o', 5]}] If an array is spread into an object, its ordinals will be used as properties: SELECT { a: 1, ...{b: 2} };\n-- [{'column1': {'a': 1, 'b': 2}}] SELECT { a: 1, ...[2, 3] };\n-- [{'column1': {'0': 2, '1': 3, 'a': 1}}]","breadcrumbs":"SQL Reference » SQL Data Types » Spread","id":"86","title":"Spread"},"87":{"body":"In the key/property position, square brackets are used to construct computed fields in object literals . Computed fields are implicitly cast to string. SELECT { foo: 2, [2 + 2]: 5 };\n-- [{'column1': {'4': 5, 'foo': 2}}]\nSELECT { foo: 2, ['foo' || 2]: 5 };\n-- [{'column1': {'foo': 2, 'foo2': 5}}]","breadcrumbs":"SQL Reference » SQL Data Types » Computed Fields","id":"87","title":"Computed Fields"},"88":{"body":"Column names can be referred to in place of key-value pairs in object literals . SELECT {p.name, c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'name': 'Salt'}}]","breadcrumbs":"SQL Reference » SQL Data Types » Shorthands","id":"88","title":"Shorthands"},"89":{"body":"Endb date/time data types currently only support times encoded as UTC.","breadcrumbs":"SQL Reference » SQL Data Types » Note on timezones","id":"89","title":"Note on timezones"},"9":{"body":"Endb provides a small console for writing Endb SQL directly: pip install endb_console\nendb_console # connects to localhost by default Assuming you inserted a user with curl above, you can query that table directly: -> SELECT * FROM users; Read more in the Console doc .","breadcrumbs":"Tutorial » Try It! » Console","id":"9","title":"Console"},"90":{"body":"Operations performed on scalars will attempt to widen those scalars for the purpose of the operation, if reasonable. -> select 2.0 = 2;\n[{'column1': True}] This widening includes joins on scalars, but not collections (ARRAY or OBJECT): -> INSERT INTO zig {at: 2023-12-21, val: 2}\n[{'result': 1}]\n-> INSERT INTO zag {at: 2023-12-21T00:00:00, val: 2.0}\n[{'result': 1}]\n-> SELECT * FROM zig i JOIN zag a ON i.at = a.at;\n[{'at': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc), 'val': 2.0}]\n-> SELECT * FROM zig i JOIN zag a ON i.val = a.val;\n[{'at': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc), 'val': 2.0}]","breadcrumbs":"SQL Reference » SQL Data Types » Note on type widening","id":"90","title":"Note on type widening"},"91":{"body":"","breadcrumbs":"SQL Reference » Operators » Operators","id":"91","title":"Operators"},"92":{"body":"Two values can be compared using standard SQL comparison operators: =, == (equals) > (greater than) < (less than) >= (greater than or equal to) <= (less than or equal to) <>, != (not equal to) SELECT * FROM products WHERE NOT name = 'Coffee';\nSELECT * FROM products WHERE name = 'Coffee' AND name <> 'Kaapi';\nSELECT * FROM products WHERE name > 'Cake' AND price >= 5.00;","breadcrumbs":"SQL Reference » Operators » Comparison","id":"92","title":"Comparison"},"93":{"body":"BETWEEN returns TRUE when a value is greater-than-or-equal-to the first limit and less-than-or-equal-to the second. It has the form BETWEEN x AND y. It can be negated with the form NOT BETWEEN x AND y. SELECT * FROM products WHERE price BETWEEN 2.00 AND 4.00;\nSELECT * FROM products WHERE price NOT BETWEEN 2.00 AND 4.00; NOTE: BETWEEN can also be used with System Time .","breadcrumbs":"SQL Reference » Operators » BETWEEN","id":"93","title":"BETWEEN"},"94":{"body":"WHERE and HAVING clauses can be modified and combined with standard SQL boolean operators.","breadcrumbs":"SQL Reference » Operators » Boolean Operators","id":"94","title":"Boolean Operators"},"95":{"body":"IS and IS NOT behave like = (==) and <> (!=) , respectively. They are usually used to augment equality checks to test for NULL, which is the third boolean value, representing \"unknown\". The literal UNKNOWN is permitted in IS / IS NOT expressions in place of NULL. When both sides of IS evaluate to NULL it returns TRUE. When only one side of IS NOT evaluates to NULL it returns TRUE, When only one side of IS evaluates to NUll it returns FALSE. When both sides of IS NOT evaluates to NULL it returns FALSE. SELECT * FROM products WHERE product_no IS NULL;\nSELECT * FROM products WHERE product_no IS UNKNOWN;\nSELECT * FROM products WHERE product_no IS NOT NULL;\nSELECT * FROM products WHERE product_no IS 386;\nSELECT * FROM products WHERE product_no IS NOT 444; NOTE: A WHERE clause of the form IS NULL will not return rows for which does not exist, as positive equality is only tested against extant columns. For example, the query SELECT * FROM products WHERE name IS NULL; will not return rows for which the column name does not exist. However, SELECT * FROM products WHERE name IS NOT NULL; will not return either rows where the name column has a value of NULL or the name column is missing. Thus, IS and IS NOT are not symmetrical for jagged data.","breadcrumbs":"SQL Reference » Operators » IS, IS NOT","id":"95","title":"IS, IS NOT"},"96":{"body":"IS DISTINCT FROM is a synonym for IS NOT. IS NOT DISTINCT FROM is a synonym for IS. NOTE: The IS [NOT] DISTINCT FROM form is provided for SQL specification compatibility and is not recommended, as it tends to be verbose and confusing.","breadcrumbs":"SQL Reference » Operators » IS [NOT] DISTINCT FROM","id":"96","title":"IS [NOT] DISTINCT FROM"},"97":{"body":"NOT can be prefixed to any clause to negate it: SELECT * FROM products WHERE NOT (name = 'Coffee'); AND returns true if two clauses both return true: SELECT * FROM products WHERE name = 'Coffee' AND price > 2.99; OR returns true if either of two clauses return true: SELECT * FROM products WHERE name = 'Coffee' OR name = 'Kaapi';","breadcrumbs":"SQL Reference » Operators » NOT, AND, OR","id":"97","title":"NOT, AND, OR"},"98":{"body":"Standard SQL mathemetical operators are available to any two numeric values: + (addition) - (subtraction) * (multiplication) / (division) % (modulo; integer remainder of division) << (left bit shift) >> (right bit shift) +NUMBER (unary plus) -NUMBER (unary minus) SELECT 1 + 3.555;\nSELECT 1 - 3.555;\nSELECT 2 * 3.555;\nSELECT 2 / 3.555;\nSELECT 2 % 3.555;\nSELECT 62 << 2;\nSELECT 62 >> 2;\nSELECT +128.5;\nSELECT -128.5; NOTE: Mathematical functions are documented under Functions .","breadcrumbs":"SQL Reference » Operators » Math","id":"98","title":"Math"},"99":{"body":"Standard SQL bitwise manipulation operators are available to any two values. & (bitwise and) | (bitwise or) The bitwise not operator is also available to a single value: ~ (bitwise not) SELECT 1 & 2;\nSELECT 1 | 2;\nSELECT ~1;","breadcrumbs":"SQL Reference » Operators » Bitwise Operators","id":"99","title":"Bitwise Operators"}},"length":346,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{",":{"0":{",":{"0":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"9":{"0":{"4":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.0}}},"4":{"0":{"4":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"0":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"3":{"6":{"1":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"0":{"8":{",":{"0":{".":{"6":{"6":{"7":{"1":{",":{"0":{".":{"5":{"5":{"6":{"5":{",":{"0":{".":{"5":{"4":{"4":{"9":{",":{"0":{".":{"4":{"4":{"6":{"6":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":20,"docs":{"14":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"188":{"tf":2.23606797749979},"189":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"159":{"tf":1.0},"317":{"tf":1.0},"76":{"tf":1.0}},"z":{"df":7,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"137":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"80":{"tf":1.0}}},"3":{":":{"0":{"4":{":":{"0":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}},"4":{"df":13,"docs":{"147":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"5":{"df":6,"docs":{"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"6":{"df":1,"docs":{"191":{"tf":1.0}}},"7":{"df":6,"docs":{"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0}}},"8":{"df":4,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"329":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.4142135623730951}},"t":{"2":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":0,"docs":{},"z":{"df":5,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}},"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":{"1":{"2":{"d":{"df":0,"docs":{},"e":{"4":{"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"272":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0}}},"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"291":{"tf":1.0}}}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}}}}}}},"1":{",":{"1":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"4":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"5":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"27":{"tf":1.0}}},"9":{"7":{"0":{"2":{"5":{"0":{"5":{"4":{"1":{"1":{"7":{"8":{"6":{"5":{"6":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"322":{"tf":1.0}}}}},"1":{".":{"0":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"312":{"tf":1.0}}},"2":{"df":1,"docs":{"312":{"tf":1.0}}},"df":2,"docs":{"311":{"tf":1.0},"326":{"tf":1.0}}},"2":{"3":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"218":{"tf":1.0},"72":{"tf":1.0}}},"8":{".":{"5":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.0}}},"9":{"1":{"5":{"9":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"3":{"4":{":":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":1.7320508075688772},"90":{"tf":2.0}}},"3":{"df":1,"docs":{"48":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"9":{"2":{"8":{"df":1,"docs":{"338":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"326":{"tf":1.0}}},"4":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"2":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"326":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"103":{"tf":2.8284271247461903},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"219":{"tf":1.0},"234":{"tf":1.0},"25":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":3.0},"90":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{",":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"'":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"2":{"3":{"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"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":{"0":{"df":3,"docs":{"27":{"tf":1.0},"313":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":9,"docs":{"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"59":{"tf":1.4142135623730951},"90":{"tf":2.0}}},"7":{"8":{"5":{"3":{"0":{"5":{"2":{"9":{"3":{"8":{"5":{"9":{"1":{"8":{"4":{"7":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"df":7,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"1":{"df":10,"docs":{"147":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"334":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"323":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"7":{"df":4,"docs":{"317":{"tf":1.4142135623730951},"334":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0}}},"1":{"df":3,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}},"2":{"df":1,"docs":{"334":{"tf":1.0}}},"5":{"df":1,"docs":{"334":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}},"2":{"df":2,"docs":{"334":{"tf":1.0},"343":{"tf":1.0}}},"3":{"df":6,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"318":{"tf":1.0},"326":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"4":{"df":3,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"311":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"1":{"1":{"df":1,"docs":{"313":{"tf":1.0}}},"3":{"df":1,"docs":{"313":{"tf":1.0}}},"df":2,"docs":{"138":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"\"":{",":{"\"":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"x":{"df":0,"docs":{},"s":{"d":{":":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"294":{"tf":1.0},"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":{}},"]":{",":{"[":{"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"292":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{":":{"1":{"2":{".":{"1":{"2":{"3":{"4":{"5":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"145":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}},"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":2,"docs":{"137":{"tf":1.0},"206":{"tf":1.4142135623730951}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"329":{"tf":1.0}}},"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":{"234":{"tf":1.0}},"t":{"1":{"8":{":":{"1":{"8":{":":{"3":{"0":{".":{"1":{"2":{"9":{"1":{"5":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":41,"docs":{"103":{"tf":2.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"25":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.8284271247461903},"87":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"3":{",":{"3":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"5":{"5":{"5":{"df":1,"docs":{"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":4,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"234":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"186":{"tf":1.0}}},"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":{"df":1,"docs":{"314":{"tf":1.0}}},"2":{"df":1,"docs":{"314":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"2":{"6":{"0":{"3":{",":{"\"":{"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":{"\"":{":":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}},"6":{"9":{"d":{"7":{"8":{"8":{"5":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"3":{":":{"3":{"8":{"0":{"3":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"325":{"tf":1.0}}},"df":25,"docs":{"103":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"206":{"tf":1.0},"25":{"tf":1.0},"318":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"4":{".":{"0":{"0":{"df":2,"docs":{"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"7":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"298":{"tf":1.7320508075688772}}},"9":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"315":{"tf":1.0}}},"2":{"df":1,"docs":{"315":{"tf":1.0}}},"3":{"df":1,"docs":{"315":{"tf":1.0}}},"4":{"df":1,"docs":{"315":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"206":{"tf":1.0},"317":{"tf":1.0}}},"4":{"4":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"1":{"4":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"b":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"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":{"0":{"1":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"8":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"103":{"tf":2.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"154":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}},"f":{"7":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"]":{".":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{"0":{"0":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"26":{"tf":1.0},"30":{"tf":1.0}}},"9":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"161":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"c":{"5":{"a":{"5":{"1":{"2":{"9":{"0":{"7":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"31":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}},"6":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"4":{"/":{"1":{"2":{"8":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"317":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"6":{"df":1,"docs":{"126":{"tf":1.0}}},"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":2,"docs":{"109":{"tf":1.0},"31":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"7":{".":{"9":{"9":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"5":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"6":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"130":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"207":{"tf":1.7320508075688772},"31":{"tf":1.0}}},"8":{".":{"9":{"9":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"2":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"1":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.4142135623730951}}},"9":{".":{"9":{"9":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"7":{"1":{"9":{"9":{"2":{"5":{"4":{"7":{"4":{"0":{"9":{"9":{"2":{".":{"1":{"2":{"3":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"9":{"a":{"5":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"7":{"df":1,"docs":{"295":{"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":{}},"5":{"0":{"2":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"203":{"tf":1.0}}},"7":{",":{"9":{"6":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"321":{"tf":1.0}}},"9":{"df":3,"docs":{"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"100":{"tf":1.0}}},"a":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"a":{"df":2,"docs":{"242":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"19":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951}}}}}},"b":{"7":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"109":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"229":{"tf":2.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"146":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"222":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"r":{"d":{"df":8,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"103":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"141":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":2.0}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}},"t":{"df":4,"docs":{"225":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"210":{"tf":1.0},"270":{"tf":1.0},"326":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"0":{"]":{".":{"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"148":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":2,"docs":{"321":{"tf":1.0},"334":{"tf":1.0}},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"50":{"tf":1.0}},"s":{"df":2,"docs":{"141":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"283":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"y":{"d":{"b":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"327":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"203":{"tf":1.0},"265":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}},"n":{"df":5,"docs":{"128":{"tf":1.0},"214":{"tf":1.0},"327":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"263":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"330":{"tf":1.0},"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"299":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"124":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":2.0},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":29,"docs":{"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.0},"315":{"tf":1.4142135623730951},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":2.0}}},"p":{"df":2,"docs":{"281":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"301":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"328":{"tf":1.4142135623730951},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"320":{"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":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"286":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.7320508075688772},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"286":{"tf":1.7320508075688772},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":14,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.7320508075688772},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"297":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"289":{"tf":1.7320508075688772},"293":{"tf":1.7320508075688772},"299":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"127":{"tf":1.0},"16":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"327":{"tf":1.0}}},"df":2,"docs":{"156":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":7,"docs":{"195":{"tf":1.0},"303":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"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":2,"docs":{"320":{"tf":1.0},"335":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"331":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"163":{"tf":1.0},"169":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"225":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"137":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"137":{"tf":1.0},"154":{"tf":1.7320508075688772},"194":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"154":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.4142135623730951},"82":{"tf":2.8284271247461903},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"226":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":3.0},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"s":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"k":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"288":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"263":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"141":{"tf":1.0}}},"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"262":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"322":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"310":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"298":{"tf":1.4142135623730951},"310":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":1,"docs":{"74":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"187":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"281":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":2.8284271247461903},"259":{"tf":2.0}}}},"r":{"df":3,"docs":{"12":{"tf":1.0},"185":{"tf":1.0},"298":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":1,"docs":{"330":{"tf":1.0}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"342":{"tf":1.0}}}}}},"b":{"'":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"196":{"tf":1.0}}},"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"e":{"3":{"5":{"c":{"8":{"2":{"b":{"9":{"3":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":2.6457513110645907}}}}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"14":{"tf":1.0},"232":{"tf":1.0},"271":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"322":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"(":{"'":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"0":{"1":{"0":{"2":{"0":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":2.0},"258":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"141":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"47":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"i":{"c":{"df":12,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":2.0},"310":{"tf":2.6457513110645907},"36":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"326":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}},"y":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"201":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"156":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"264":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}}}},"t":{"df":3,"docs":{"0":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"172":{"tf":1.0},"185":{"tf":2.23606797749979},"186":{"tf":1.4142135623730951},"226":{"tf":1.0},"326":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":2.6457513110645907}}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"319":{"tf":1.0},"74":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.4142135623730951},"266":{"tf":1.0},"269":{"tf":1.7320508075688772},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"81":{"tf":1.0}}}}},"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"270":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"317":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":2.449489742783178}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":2.0},"317":{"tf":1.0},"319":{"tf":1.0},"342":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"317":{"tf":1.4142135623730951},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"186":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}},"d":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"241":{"tf":1.0}}},"df":4,"docs":{"241":{"tf":1.4142135623730951},"274":{"tf":1.0},"310":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"334":{"tf":1.4142135623730951},"339":{"tf":1.0},"342":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"282":{"tf":1.4142135623730951},"302":{"tf":2.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"314":{"tf":2.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"332":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"168":{"tf":1.4142135623730951},"258":{"tf":1.0}}}}}},"c":{"'":{"]":{"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"1":{"df":0,"docs":{},"o":{"2":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"e":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"2":{"]":{".":{"df":0,"docs":{},"f":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"a":{"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"315":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"329":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"182":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"1":{"2":{"3":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"109":{"tf":1.0},"158":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"d":{"c":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"df":17,"docs":{"103":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":1,"docs":{"332":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"331":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"r":{"(":{"1":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":2.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"169":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.7320508075688772},"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"161":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"141":{"tf":1.0},"327":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"23":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"137":{"tf":1.0},"331":{"tf":1.0},"342":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"85":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"267":{"tf":1.0},"323":{"tf":1.0}}},"r":{"df":3,"docs":{"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"235":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"178":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"176":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"d":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"208":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"206":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"305":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"293":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"138":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}},"2":{"df":1,"docs":{"50":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"296":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"339":{"tf":1.4142135623730951}}}},"df":40,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"196":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":2.0},"220":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"303":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.6457513110645907},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.6457513110645907},"71":{"tf":1.0},"85":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":2.449489742783178}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"227":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}},"m":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":6,"docs":{"155":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"280":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":2.23606797749979}}}},"o":{"d":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":7,"docs":{"194":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"222":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"r":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}},"t":{"df":10,"docs":{"158":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"268":{"tf":1.0},"269":{"tf":1.0},"340":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"317":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"0":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"289":{"tf":1.0},"32":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0}}},"x":{"df":4,"docs":{"322":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"334":{"tf":1.0}}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"271":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"342":{"tf":1.7320508075688772},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":2.449489742783178},"127":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"330":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"178":{"tf":1.0},"275":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":2.8284271247461903},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":6,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"280":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"107":{"tf":1.4142135623730951},"138":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"188":{"tf":1.7320508075688772},"194":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"263":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":31,"docs":{"154":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"326":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"340":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"126":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.7320508075688772},"173":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"173":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.0},"200":{"tf":1.0},"219":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.0},"279":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"330":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":2.449489742783178},"217":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":2.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":23,"docs":{"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"d":{"2":{"6":{"8":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"t":{"a":{"'":{"df":1,"docs":{"329":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":2.6457513110645907},"323":{"tf":2.0},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":3.7416573867739413},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"331":{"tf":2.449489742783178},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":62,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.0},"24":{"tf":2.0},"240":{"tf":1.0},"244":{"tf":2.0},"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.0},"264":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"290":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.23606797749979},"30":{"tf":1.7320508075688772},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":3.3166247903554},"327":{"tf":1.0},"328":{"tf":2.8284271247461903},"329":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951},"331":{"tf":3.3166247903554},"332":{"tf":2.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"58":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"142":{"tf":1.0},"178":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":19,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"175":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"338":{"tf":1.0},"77":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"311":{"tf":1.0}},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"(":{"2":{"0":{"2":{"3":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}},"y":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"181":{"tf":1.0},"339":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"b":{"a":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":23,"docs":{"143":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"6":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}}},"c":{"a":{"d":{"df":5,"docs":{"323":{"tf":1.7320508075688772},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"270":{"tf":2.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"290":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"241":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"215":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":2.8284271247461903},"326":{"tf":2.0},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"315":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"155":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"6":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"306":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"153":{"tf":1.0},"181":{"tf":1.0},"259":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"c":{"df":2,"docs":{"154":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"a":{"c":{"df":4,"docs":{"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"r":{"df":4,"docs":{"214":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"72":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"326":{"tf":2.0},"328":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"264":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"322":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.0}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"153":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"327":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"102":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"270":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"342":{"tf":1.0},"68":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"172":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"c":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":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":{"267":{"tf":1.0}}}}},"df":8,"docs":{"265":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":2.449489742783178},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"269":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"24":{"tf":1.0},"340":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"338":{"tf":1.0}},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}},"m":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"326":{"tf":1.0},"329":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"61":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"80":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"'":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"340":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"56":{"tf":1.0},"84":{"tf":1.0}},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"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":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"b":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"a":{"b":{"0":{"7":{"7":{"6":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":21,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"266":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"37":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"137":{"tf":1.0}}}},"df":1,"docs":{"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":2.23606797749979}}}}},"df":7,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"240":{"tf":2.0},"245":{"tf":1.0},"255":{"tf":2.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"122":{"tf":1.0}},"|":{".":{"*":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"c":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"321":{"tf":1.0},"342":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":2.0},"137":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0}}}}}}},"i":{"d":{"df":3,"docs":{"220":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"319":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"o":{"d":{"df":8,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"309":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"222":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"321":{"tf":2.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"df":7,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"'":{"df":8,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"282":{"tf":1.0},"339":{"tf":1.0}}},"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.7320508075688772},"245":{"tf":1.0},"255":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"=":{"0":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"273":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"273":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":116,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"208":{"tf":2.0},"21":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.7320508075688772},"240":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":2.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":2.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"241":{"tf":1.4142135623730951},"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":0,"docs":{}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"w":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"264":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.4142135623730951},"306":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"184":{"tf":1.0},"23":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"v":{"df":1,"docs":{"270":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"3":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"162":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"219":{"tf":1.0},"322":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.0},"321":{"tf":1.0},"337":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.7320508075688772},"56":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":2.0},"128":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"t":{"c":{"df":3,"docs":{"22":{"tf":1.0},"342":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":6,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0}},"u":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"241":{"tf":2.0},"245":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"338":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"151":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"217":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"103":{"tf":1.0},"106":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.4142135623730951},"264":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.0},"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"327":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"283":{"tf":1.0},"315":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"s":{"df":5,"docs":{"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"146":{"tf":2.23606797749979},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"f":{"7":{"c":{"3":{"1":{"4":{"d":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"330":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}},"s":{"df":14,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"315":{"tf":2.0},"317":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"334":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"321":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"330":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"323":{"tf":1.0}}}}}}},"df":10,"docs":{"207":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.449489742783178},"305":{"tf":1.0},"86":{"tf":1.0}},"e":{"6":{"df":0,"docs":{},"f":{"5":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"319":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0}}},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"w":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}}}},"f":{"8":{"0":{"6":{"6":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"b":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"135":{"tf":2.23606797749979},"196":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"225":{"tf":1.0},"270":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":1.4142135623730951},"303":{"tf":2.6457513110645907},"328":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":5,"docs":{"156":{"tf":1.4142135623730951},"194":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"163":{"tf":1.0},"169":{"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},"325":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"325":{"tf":1.0}},"r":{"2":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"t":{"df":1,"docs":{"331":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"176":{"tf":1.0},"214":{"tf":1.4142135623730951},"246":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"o":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.0},"138":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.23606797749979}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"158":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"46":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"0":{"tf":1.0},"325":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.0},"284":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"321":{"tf":1.0}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"29":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.0},"169":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"341":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"326":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"321":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":77,"docs":{"100":{"tf":1.0},"109":{"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.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":2.6457513110645907},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"334":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"196":{"tf":1.0},"222":{"tf":1.0},"288":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"271":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}}},"c":{"df":1,"docs":{"280":{"tf":1.0}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"325":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"329":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"t":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":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":{"344":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":12,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"198":{"tf":1.0},"219":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"331":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"314":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"325":{"tf":1.0}},"e":{"df":2,"docs":{"323":{"tf":1.0},"58":{"tf":1.0}}},"o":{"d":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"342":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"342":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"219":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"324":{"tf":1.0}},"n":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"p":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"ö":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"=":{"'":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":2.0}}}},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":2,"docs":{"330":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"328":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":2,"docs":{"208":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":2.0},"94":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":24,"docs":{"143":{"tf":1.0},"225":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"324":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"229":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":1.7320508075688772},"310":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"202":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}}},"o":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"296":{"tf":1.0}}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"109":{"tf":2.0},"119":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"317":{"tf":1.0}}}},"p":{"df":6,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.7320508075688772},"270":{"tf":2.0},"8":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"x":{"(":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"208":{"tf":1.0},"327":{"tf":1.0},"344":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"327":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"226":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"o":{"c":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"321":{"tf":1.0},"332":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"334":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"1":{".":{"1":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"p":{"=":{"%":{"5":{"b":{"%":{"2":{"2":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"%":{"2":{"2":{"%":{"2":{"c":{"%":{"2":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"%":{"2":{"2":{"%":{"5":{"d":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"q":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"1":{"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":{}}},"df":22,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":28,"docs":{"11":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"262":{"tf":2.23606797749979},"263":{"tf":2.0},"264":{"tf":1.0},"270":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.449489742783178},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":2.6457513110645907},"310":{"tf":1.4142135623730951},"315":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"s":{":":{"/":{"/":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"2":{"0":{"0":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"/":{"#":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"b":{"df":2,"docs":{"265":{"tf":1.0},"267":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"331":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"303":{"tf":1.0},"326":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"326":{"tf":1.0},"339":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"å":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"343":{"tf":1.0}}},"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"d":{"\"":{":":{"1":{"1":{"1":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"a":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"166":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"153":{"tf":1.0},"169":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}},"m":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"214":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":2.0},"182":{"tf":1.0},"24":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"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":9,"docs":{"23":{"tf":1.0},"241":{"tf":1.4142135623730951},"249":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"325":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"176":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"324":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"280":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":2.0}}}},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"26":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"208":{"tf":2.0},"23":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"321":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"(":{"[":{"1":{",":{"2":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"174":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"114":{"tf":1.7320508075688772},"174":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}},"df":0,"docs":{}}}},"df":38,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"25":{"tf":3.1622776601683795},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":2.8284271247461903},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":2,"docs":{"321":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"194":{"tf":1.0},"202":{"tf":1.0},"23":{"tf":2.0},"338":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":18,"docs":{"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"224":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":2.0},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.7320508075688772},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"222":{"tf":1.7320508075688772},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"303":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"(":{"'":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.4142135623730951}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"98":{"tf":1.0}},"r":{"df":1,"docs":{"325":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"223":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"326":{"tf":1.0}}}}},"f":{"a":{"c":{"df":3,"docs":{"222":{"tf":1.0},"241":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"262":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"175":{"tf":1.0},"317":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"324":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":2.0},"137":{"tf":1.0},"174":{"tf":1.0}}},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"c":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"324":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"317":{"tf":2.0},"326":{"tf":1.0},"338":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"t":{"'":{"df":5,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.7320508075688772},"334":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"23":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"m":{"df":1,"docs":{"304":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"304":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"o":{"b":{"df":3,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"318":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"15":{"tf":2.0},"211":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":3.3166247903554},"43":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"y":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":3.3166247903554},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"c":{"\"":{":":{"\"":{"2":{".":{"0":{"df":1,"docs":{"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}}},"df":0,"docs":{}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"(":{"1":{"9":{"7":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"k":{"a":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"270":{"tf":1.4142135623730951},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"103":{"tf":1.0},"304":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":2,"docs":{"328":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"172":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"12":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.4142135623730951},"317":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"206":{"tf":1.0},"305":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"331":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"d":{"df":19,"docs":{"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":1.0},"194":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"330":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"v":{"df":2,"docs":{"17":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0},"98":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"325":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"'":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}},"[":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"118":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.7320508075688772},"46":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}},"s":{"df":5,"docs":{"123":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"16":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"208":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"327":{"tf":1.0},"344":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{".":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"10":{"tf":1.7320508075688772},"222":{"tf":2.0},"235":{"tf":1.0},"250":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"222":{"tf":1.0},"320":{"tf":1.0},"345":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"(":{"'":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.6457513110645907},"6":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0}}},"g":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"294":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"327":{"tf":1.0},"340":{"tf":1.0}}},"t":{"df":24,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"155":{"tf":1.0},"196":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"282":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.0},"197":{"tf":2.0},"220":{"tf":1.7320508075688772},"236":{"tf":1.0},"243":{"tf":2.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"317":{"tf":2.0},"318":{"tf":1.0},"51":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"342":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"181":{"tf":1.0},"267":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"g":{"1":{"0":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"141":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.7320508075688772},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":2.6457513110645907},"328":{"tf":1.7320508075688772},"336":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"326":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"325":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"196":{"tf":1.0},"326":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"p":{"df":1,"docs":{"326":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"330":{"tf":1.0}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}},"t":{"df":2,"docs":{"324":{"tf":1.0},"325":{"tf":1.0}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"182":{"tf":1.0},"208":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}}}}},"y":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},")":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951}}}}}}},"]":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"330":{"tf":1.0}}}}},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"271":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"267":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"175":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"288":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":6,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"331":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"318":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"243":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":3.605551275463989},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"263":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"214":{"tf":1.0},"334":{"tf":1.0}}}}},"h":{"df":2,"docs":{"141":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"x":{"(":{"c":{".":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"df":19,"docs":{"137":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"169":{"tf":1.0},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.7320508075688772},"315":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"176":{"tf":1.0},"220":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{".":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"304":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"20":{"tf":1.4142135623730951},"225":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":14,"docs":{"222":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"220":{"tf":1.0},"317":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"214":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}},"o":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"275":{"tf":1.0},"334":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"b":{"df":4,"docs":{"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"264":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"g":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"288":{"tf":1.7320508075688772},"299":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":14,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"305":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"35":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":88,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.0},"208":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"245":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"25":{"tf":2.23606797749979},"257":{"tf":2.0},"259":{"tf":2.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"300":{"tf":2.8284271247461903},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":3.3166247903554},"311":{"tf":1.0},"312":{"tf":2.6457513110645907},"313":{"tf":1.0},"314":{"tf":2.449489742783178},"315":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":2.23606797749979},"97":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"305":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"196":{"tf":2.0},"197":{"tf":1.0},"202":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}},"df":6,"docs":{"137":{"tf":2.0},"243":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"309":{"tf":1.4142135623730951},"318":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":{"327":{"tf":1.0},"328":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":1,"docs":{"328":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"217":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"137":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"23":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"331":{"tf":2.6457513110645907},"334":{"tf":1.0},"338":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"327":{"tf":1.0},"333":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"147":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"226":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.4142135623730951},"266":{"tf":1.0},"3":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":2,"docs":{"270":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":9,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":7,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"258":{"tf":1.0},"326":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"331":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":50,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":2,"docs":{"206":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":23,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"220":{"tf":2.6457513110645907},"242":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"258":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"f":{"(":{"1":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"137":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"[":{"'":{"a":{"df":1,"docs":{"134":{"tf":1.0}}},"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":1,"docs":{"131":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":33,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"271":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":2.449489742783178},"307":{"tf":1.0},"309":{"tf":1.7320508075688772},"312":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"342":{"tf":1.0},"51":{"tf":2.6457513110645907},"81":{"tf":1.0},"83":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"289":{"tf":1.0},"328":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"85":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"321":{"tf":1.0},"326":{"tf":1.0}}}},"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":6,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"219":{"tf":1.0},"265":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"323":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.23606797749979},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"226":{"tf":1.0},"331":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"321":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"272":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"280":{"tf":1.0}}}}}}}}}}}},"r":{"df":52,"docs":{"100":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"t":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"s":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"]":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"225":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"154":{"tf":1.4142135623730951},"23":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"313":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":2.23606797749979},"86":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"14":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"207":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"168":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"334":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"273":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"0":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"189":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},")":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"\"":{"[":{"[":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"'":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"288":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{";":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"235":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"a":{"c":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"a":{"df":3,"docs":{"285":{"tf":1.0},"300":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":40,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"138":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"169":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":2.23606797749979},"287":{"tf":1.7320508075688772},"299":{"tf":2.23606797749979},"300":{"tf":2.23606797749979},"301":{"tf":2.23606797749979},"302":{"tf":1.7320508075688772},"303":{"tf":2.0},"304":{"tf":2.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.0},"311":{"tf":1.4142135623730951},"312":{"tf":2.23606797749979},"313":{"tf":2.23606797749979},"314":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"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":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"214":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"189":{"tf":1.0},"299":{"tf":1.0},"325":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"329":{"tf":1.0},"332":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"23":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"327":{"tf":1.0}},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":13,"docs":{"225":{"tf":2.23606797749979},"231":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":2.449489742783178},"27":{"tf":2.6457513110645907}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.0},"29":{"tf":1.0}},"e":{"(":{"[":{"0":{",":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"203":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":18,"docs":{"18":{"tf":1.7320508075688772},"194":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":2.449489742783178},"199":{"tf":3.1622776601683795},"200":{"tf":2.8284271247461903},"201":{"tf":2.0},"202":{"tf":3.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772}},"s":{".":{".":{"a":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":33,"docs":{"15":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"270":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"137":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":11,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"(":{"2":{"0":{"0":{"1":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"147":{"tf":2.0},"176":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":12,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"220":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"141":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"329":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.7320508075688772},"327":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"10":{"tf":1.0},"224":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"d":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"324":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":4,"docs":{"23":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"317":{"tf":1.0},"75":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"270":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"124":{"tf":2.23606797749979},"220":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"x":{"df":1,"docs":{"327":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"324":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"317":{"tf":1.0},"319":{"tf":1.0},"327":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{".":{"c":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"306":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"326":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":35,"docs":{"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"130":{"tf":1.0},"137":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"31":{"tf":3.1622776601683795},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"327":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"328":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"u":{"c":{"df":1,"docs":{"332":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":12,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}},"df":69,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"266":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":2.0},"31":{"tf":2.449489742783178},"312":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"[":{"'":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"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":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"222":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"274":{"tf":1.7320508075688772},"276":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}},"e":{".":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"270":{"tf":2.0},"310":{"tf":1.4142135623730951},"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"321":{"tf":2.0},"324":{"tf":1.0},"327":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"m":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"267":{"tf":1.4142135623730951},"324":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"252":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"259":{"tf":1.0}}},"df":9,"docs":{"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}}},"q":{")":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}}},"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"*":{"%":{"2":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"%":{"2":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":66,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":2.449489742783178},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":2.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"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":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"331":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"265":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"233":{"tf":2.0},"327":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"140":{"tf":2.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"334":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"303":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"10":{"tf":1.0},"264":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"338":{"tf":1.0},"344":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":2,"docs":{"0":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"317":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"289":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"90":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"287":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"b":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.7320508075688772},"17":{"tf":1.0},"182":{"tf":1.0},"294":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"102":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":3.3166247903554}}}}}},"d":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"u":{"c":{"df":2,"docs":{"324":{"tf":1.0},"330":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"214":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.4142135623730951},"31":{"tf":1.0},"317":{"tf":1.4142135623730951},"326":{"tf":1.0},"345":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"88":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"101":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}},"t":{"df":9,"docs":{"120":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"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":2,"docs":{"15":{"tf":1.0},"331":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":2.23606797749979}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"184":{"tf":1.0},"327":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"206":{"tf":1.4142135623730951},"221":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"328":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"121":{"tf":1.7320508075688772},"267":{"tf":1.0},"271":{"tf":1.0}},"e":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"267":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":11,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"263":{"tf":1.0},"307":{"tf":2.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"311":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"24":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"285":{"tf":1.0},"286":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"149":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"208":{"tf":1.0},"240":{"tf":1.0},"263":{"tf":1.4142135623730951},"295":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"301":{"tf":1.0},"313":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":3,"docs":{"11":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"182":{"tf":1.0},"339":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":90,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.7320508075688772},"309":{"tf":1.0},"317":{"tf":1.4142135623730951},"331":{"tf":1.0},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"71":{"tf":1.0},"85":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":2.6457513110645907},"97":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}}}},"f":{"c":{"df":3,"docs":{"27":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"332":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"267":{"tf":1.7320508075688772},"273":{"tf":1.0},"5":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"344":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"315":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"315":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"323":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"141":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":33,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.23606797749979},"208":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":2.449489742783178},"86":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"p":{"c":{"df":4,"docs":{"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"n":{"df":14,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"181":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"å":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"3":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"337":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"153":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":10,"docs":{"135":{"tf":1.7320508075688772},"285":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":17,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"269":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"303":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":5,"docs":{"287":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"60":{"tf":3.1622776601683795},"61":{"tf":1.7320508075688772},"62":{"tf":2.8284271247461903},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":2,"docs":{"326":{"tf":1.0},"334":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"207":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"319":{"tf":1.0},"321":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}},"n":{"df":1,"docs":{"198":{"tf":1.0}}},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"208":{"tf":2.449489742783178},"219":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":2.8284271247461903},"37":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"323":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"e":{"a":{"df":2,"docs":{"135":{"tf":1.0},"323":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"310":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}}},"df":22,"docs":{"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"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},"331":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"df":5,"docs":{"182":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":163,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"14":{"tf":2.23606797749979},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":2.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"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},"196":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"203":{"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.4142135623730951},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":3.0},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"98":{"tf":3.0},"99":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}},"l":{"df":1,"docs":{"333":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"226":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":5,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"222":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"219":{"tf":1.0},"329":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}},"t":{"df":5,"docs":{"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"291":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}},"s":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"226":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}}}},"t":{"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":2.0},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"314":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}}}},"h":{"a":{"1":{"(":{"'":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.4142135623730951}}},"df":1,"docs":{"167":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"161":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"w":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"225":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"267":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":1,"docs":{"141":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"27":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"283":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.0},"36":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"138":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"326":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"d":{"a":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"323":{"tf":1.0}}}},"v":{"df":2,"docs":{"322":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"321":{"tf":1.0},"328":{"tf":1.0},"38":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"280":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"307":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"182":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":14,"docs":{"222":{"tf":1.0},"23":{"tf":1.7320508075688772},"326":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":16,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"q":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}}}},":":{"2":{"0":{"1":{"1":{"df":8,"docs":{"176":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.0}}},"6":{"df":3,"docs":{"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"df":4,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"331":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":84,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.7320508075688772},"153":{"tf":1.0},"16":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":3.0},"232":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"315":{"tf":2.23606797749979},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.4641016151377544},"327":{"tf":4.69041575982343},"331":{"tf":2.449489742783178},"334":{"tf":1.0},"338":{"tf":2.0},"339":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"141":{"tf":1.0},"202":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}},"df":5,"docs":{"128":{"tf":1.0},"23":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"300":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"267":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"141":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"226":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"327":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.7320508075688772},"338":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"281":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":2.23606797749979},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"c":{"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"298":{"tf":1.4142135623730951},"85":{"tf":2.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"105":{"tf":1.0}}}}},"y":{"df":1,"docs":{"331":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":1.0},"6":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"345":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"17":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"271":{"tf":1.0},"322":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"222":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":2.0},"334":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"271":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}},"e":{"d":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"297":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}},"y":{"/":{"%":{"df":0,"docs":{},"m":{"/":{"%":{"d":{"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":2,"docs":{"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"334":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":2.23606797749979},"240":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"317":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"285":{"tf":1.0},"294":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"b":{"df":2,"docs":{"196":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"303":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"202":{"tf":1.0},"285":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}}}},"r":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":2.449489742783178},"124":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"326":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"305":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":9,"docs":{"175":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"24":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":2,"docs":{"322":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"150":{"tf":2.0},"151":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"314":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"317":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"343":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"269":{"tf":1.0},"323":{"tf":1.0},"342":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"199":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":9,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"315":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"329":{"tf":1.0}}}}}},"df":7,"docs":{"182":{"tf":1.7320508075688772},"185":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"(":{"df":1,"docs":{"138":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":40,"docs":{"13":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"331":{"tf":2.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"2":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"╯":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"234":{"tf":1.0},"324":{"tf":1.0},"343":{"tf":1.0}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":3,"docs":{"269":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"327":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"236":{"tf":1.0},"243":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":4,"docs":{"176":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}},"t":{"a":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":11,"docs":{"229":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"283":{"tf":1.0},"291":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":7,"docs":{"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"317":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"14":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"0":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"322":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"321":{"tf":1.0},"322":{"tf":1.0}}},"k":{"df":3,"docs":{"336":{"tf":1.0},"342":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"d":{"df":7,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"161":{"tf":1.0},"327":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"199":{"tf":1.0},"287":{"tf":1.0},"334":{"tf":1.0}},"t":{"df":2,"docs":{"137":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"273":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"325":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"327":{"tf":1.0}}}}},"w":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"df":3,"docs":{"102":{"tf":1.0},"315":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":2.0}},"y":{"df":0,"docs":{},"u":{"df":2,"docs":{"281":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"12":{"tf":1.0},"14":{"tf":2.449489742783178},"143":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"22":{"tf":1.0},"232":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.0},"329":{"tf":1.4142135623730951},"331":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.7320508075688772}}}}},"r":{"df":1,"docs":{"232":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":1.0},"183":{"tf":1.0},"317":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"177":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"89":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"_":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"109":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"232":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"11":{"tf":1.0},"222":{"tf":1.0},"271":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"23":{"tf":1.0},"310":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"280":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"330":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"315":{"tf":2.0},"336":{"tf":1.0},"339":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"183":{"tf":1.4142135623730951},"321":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"i":{"df":10,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":2.0}}},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"161":{"tf":1.0},"162":{"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},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"288":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.0},"314":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":2.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"337":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"l":{"2":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"292":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.7320508075688772},"273":{"tf":1.0},"328":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"'":{"df":1,"docs":{"317":{"tf":1.0}}},"df":28,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"321":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":68,"docs":{"12":{"tf":1.0},"137":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":2.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":2.0},"262":{"tf":2.6457513110645907},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":2.23606797749979},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":2.23606797749979},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"2":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"1":{".":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"1":{"2":{"3":{"4":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"1":{"8":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"159":{"tf":1.4142135623730951}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"=":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":2,"docs":{"234":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"338":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"8":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}}},"r":{"df":12,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"311":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"34":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"'":{"3":{"1":{"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":2.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"117":{"tf":1.0},"125":{"tf":1.7320508075688772}},"e":{"(":{"'":{"a":{"d":{"a":{"df":0,"docs":{},"m":{"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":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":2.449489742783178},"58":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"219":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"338":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.0},"322":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"144":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"'":{"2":{"0":{"2":{"3":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"7":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.4142135623730951},"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{">":{":":{"1":{":":{"1":{"5":{"]":{"\\":{"df":0,"docs":{},"n":{"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":5,"docs":{"262":{"tf":1.0},"309":{"tf":1.4142135623730951},"330":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"328":{"tf":1.0},"345":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"303":{"tf":1.0},"315":{"tf":1.0},"331":{"tf":1.0},"85":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"<":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"1":{".":{"9":{"9":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"137":{"tf":2.449489742783178},"194":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"29":{"tf":2.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"226":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"14":{"tf":2.449489742783178},"17":{"tf":1.0},"202":{"tf":1.4142135623730951},"217":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":3.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"326":{"tf":1.0},"336":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.0},"176":{"tf":1.0},"226":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"169":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}},"l":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":12,"docs":{"225":{"tf":2.449489742783178},"228":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"283":{"tf":1.0},"299":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"289":{"tf":1.7320508075688772},"299":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"225":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"270":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":2.0},"226":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"319":{"tf":1.7320508075688772},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"245":{"tf":2.8284271247461903},"248":{"tf":2.6457513110645907},"249":{"tf":2.6457513110645907},"257":{"tf":2.23606797749979},"259":{"tf":2.8284271247461903},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":2.0},"9":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"225":{"tf":2.23606797749979},"230":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"[":{"1":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},";":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":6,"docs":{"145":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"166":{"tf":2.449489742783178},"319":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"3":{".":{"0":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":2.449489742783178},"90":{"tf":2.0}},"i":{"d":{"df":7,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.4142135623730951},"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":87,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.7320508075688772},"257":{"tf":2.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"317":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":1.0},"50":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"240":{"tf":2.0},"241":{"tf":2.0},"243":{"tf":1.4142135623730951},"245":{"tf":2.449489742783178}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"222":{"tf":1.0},"280":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":6,"docs":{"267":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":2,"docs":{"281":{"tf":1.0},"283":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"s":{"a":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}},"i":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}},"i":{"a":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"211":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":3.0},"215":{"tf":2.0},"22":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"32":{"tf":1.0},"329":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"l":{"d":{"b":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"198":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"322":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":10,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"219":{"tf":1.0},"280":{"tf":1.0},"303":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0}}}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"b":{"df":3,"docs":{"241":{"tf":1.7320508075688772},"310":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":2.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":19,"docs":{"222":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"245":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":1.0},"315":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"222":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"326":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"201":{"tf":1.7320508075688772},"202":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0}}},"l":{"d":{"df":6,"docs":{"109":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"331":{"tf":2.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"219":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"298":{"tf":1.0},"321":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"g":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}}}}},"df":3,"docs":{"237":{"tf":1.0},"241":{"tf":2.0},"245":{"tf":1.0}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"289":{"tf":1.7320508075688772},"299":{"tf":1.0}}}}},"x":{"%":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"'":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"317":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"128":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}}},"s":{"d":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"258":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"258":{"tf":1.0},"317":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"299":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"327":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"267":{"tf":1.0},"327":{"tf":1.0}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"163":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":5,"docs":{"100":{"tf":1.0},"137":{"tf":1.0},"168":{"tf":1.0},"318":{"tf":1.0},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":11,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"breadcrumbs":{"root":{"0":{",":{"0":{",":{"0":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"9":{"0":{"4":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.0}}},"4":{"0":{"4":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"0":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"3":{"6":{"1":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"0":{"8":{",":{"0":{".":{"6":{"6":{"7":{"1":{",":{"0":{".":{"5":{"5":{"6":{"5":{",":{"0":{".":{"5":{"4":{"4":{"9":{",":{"0":{".":{"4":{"4":{"6":{"6":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":20,"docs":{"14":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"188":{"tf":2.23606797749979},"189":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"159":{"tf":1.0},"317":{"tf":1.0},"76":{"tf":1.0}},"z":{"df":7,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"137":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"80":{"tf":1.0}}},"3":{":":{"0":{"4":{":":{"0":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}},"4":{"df":13,"docs":{"147":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"5":{"df":6,"docs":{"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"6":{"df":1,"docs":{"191":{"tf":1.0}}},"7":{"df":6,"docs":{"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0}}},"8":{"df":4,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"329":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.4142135623730951}},"t":{"2":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":0,"docs":{},"z":{"df":5,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}},"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":{"1":{"2":{"d":{"df":0,"docs":{},"e":{"4":{"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"272":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0}}},"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"291":{"tf":1.0}}}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}}}}}}},"1":{",":{"1":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"4":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"5":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"27":{"tf":1.0}}},"9":{"7":{"0":{"2":{"5":{"0":{"5":{"4":{"1":{"1":{"7":{"8":{"6":{"5":{"6":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"322":{"tf":1.0}}}}},"1":{".":{"0":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"312":{"tf":1.0}}},"2":{"df":1,"docs":{"312":{"tf":1.0}}},"df":2,"docs":{"311":{"tf":1.0},"326":{"tf":1.0}}},"2":{"3":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"218":{"tf":1.0},"72":{"tf":1.0}}},"8":{".":{"5":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.0}}},"9":{"1":{"5":{"9":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"3":{"4":{":":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":1.7320508075688772},"90":{"tf":2.0}}},"3":{"df":1,"docs":{"48":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"9":{"2":{"8":{"df":1,"docs":{"338":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"326":{"tf":1.0}}},"4":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"2":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"326":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"103":{"tf":2.8284271247461903},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"219":{"tf":1.0},"234":{"tf":1.0},"25":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":3.0},"90":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{",":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"'":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"2":{"3":{"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"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":{"0":{"df":3,"docs":{"27":{"tf":1.0},"313":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":9,"docs":{"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"59":{"tf":1.4142135623730951},"90":{"tf":2.0}}},"7":{"8":{"5":{"3":{"0":{"5":{"2":{"9":{"3":{"8":{"5":{"9":{"1":{"8":{"4":{"7":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"df":7,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"1":{"df":10,"docs":{"147":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"334":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"323":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"7":{"df":4,"docs":{"317":{"tf":1.4142135623730951},"334":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0}}},"1":{"df":3,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}},"2":{"df":1,"docs":{"334":{"tf":1.0}}},"5":{"df":1,"docs":{"334":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}},"2":{"df":2,"docs":{"334":{"tf":1.0},"343":{"tf":1.0}}},"3":{"df":6,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"318":{"tf":1.0},"326":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"4":{"df":3,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"311":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"1":{"1":{"df":1,"docs":{"313":{"tf":1.0}}},"3":{"df":1,"docs":{"313":{"tf":1.0}}},"df":2,"docs":{"138":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"\"":{",":{"\"":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"x":{"df":0,"docs":{},"s":{"d":{":":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"294":{"tf":1.0},"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":{}},"]":{",":{"[":{"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"292":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{":":{"1":{"2":{".":{"1":{"2":{"3":{"4":{"5":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"145":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}},"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":2,"docs":{"137":{"tf":1.0},"206":{"tf":1.4142135623730951}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"329":{"tf":1.0}}},"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":{"234":{"tf":1.0}},"t":{"1":{"8":{":":{"1":{"8":{":":{"3":{"0":{".":{"1":{"2":{"9":{"1":{"5":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":41,"docs":{"103":{"tf":2.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"25":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.8284271247461903},"87":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"3":{",":{"3":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"5":{"5":{"5":{"df":1,"docs":{"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":4,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"234":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"186":{"tf":1.0}}},"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":{"df":1,"docs":{"314":{"tf":1.0}}},"2":{"df":1,"docs":{"314":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"2":{"6":{"0":{"3":{",":{"\"":{"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":{"\"":{":":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}},"6":{"9":{"d":{"7":{"8":{"8":{"5":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"3":{":":{"3":{"8":{"0":{"3":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"325":{"tf":1.0}}},"df":25,"docs":{"103":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"206":{"tf":1.0},"25":{"tf":1.0},"318":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"4":{".":{"0":{"0":{"df":2,"docs":{"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"7":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"298":{"tf":1.7320508075688772}}},"9":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"315":{"tf":1.0}}},"2":{"df":1,"docs":{"315":{"tf":1.0}}},"3":{"df":1,"docs":{"315":{"tf":1.0}}},"4":{"df":1,"docs":{"315":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"206":{"tf":1.0},"317":{"tf":1.0}}},"4":{"4":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"1":{"4":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"b":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"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":{"0":{"1":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"8":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"103":{"tf":2.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"154":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}},"f":{"7":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"]":{".":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{"0":{"0":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"26":{"tf":1.0},"30":{"tf":1.0}}},"9":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"161":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"c":{"5":{"a":{"5":{"1":{"2":{"9":{"0":{"7":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"31":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}},"6":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"4":{"/":{"1":{"2":{"8":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"317":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"6":{"df":1,"docs":{"126":{"tf":1.0}}},"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":2,"docs":{"109":{"tf":1.0},"31":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"7":{".":{"9":{"9":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"5":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"6":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"130":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"207":{"tf":1.7320508075688772},"31":{"tf":1.0}}},"8":{".":{"9":{"9":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"2":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"1":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.4142135623730951}}},"9":{".":{"9":{"9":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"7":{"1":{"9":{"9":{"2":{"5":{"4":{"7":{"4":{"0":{"9":{"9":{"2":{".":{"1":{"2":{"3":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"9":{"a":{"5":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"7":{"df":1,"docs":{"295":{"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":{}},"5":{"0":{"2":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"203":{"tf":1.0}}},"7":{",":{"9":{"6":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"321":{"tf":1.0}}},"9":{"df":3,"docs":{"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"100":{"tf":1.0}}},"a":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"a":{"df":2,"docs":{"242":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"19":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951}}}}}},"b":{"7":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"109":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"229":{"tf":2.23606797749979},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":2.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"146":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"222":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"r":{"d":{"df":8,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"103":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"141":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":2.23606797749979}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}},"t":{"df":4,"docs":{"225":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"210":{"tf":1.0},"270":{"tf":1.0},"326":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"0":{"]":{".":{"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":2,"docs":{"321":{"tf":1.0},"334":{"tf":1.0}},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"50":{"tf":1.0}},"s":{"df":2,"docs":{"141":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"283":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"y":{"d":{"b":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"327":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"203":{"tf":1.0},"265":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}},"n":{"df":5,"docs":{"128":{"tf":1.0},"214":{"tf":1.0},"327":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"263":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"330":{"tf":1.0},"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"299":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"124":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.4142135623730951},"327":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":59,"docs":{"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"260":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"281":{"tf":2.23606797749979},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":2.23606797749979},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.7320508075688772},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":2.0}}},"p":{"df":2,"docs":{"281":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"301":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"328":{"tf":1.4142135623730951},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":26,"docs":{"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"285":{"tf":2.449489742783178},"286":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":2.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"286":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":14,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"287":{"tf":2.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":2.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"297":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"289":{"tf":2.0},"293":{"tf":2.0},"299":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"127":{"tf":1.0},"16":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"327":{"tf":1.0}}},"df":2,"docs":{"156":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":7,"docs":{"195":{"tf":1.0},"303":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"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":10,"docs":{"320":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"331":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"163":{"tf":1.0},"169":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"225":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"137":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"137":{"tf":1.0},"154":{"tf":2.0},"194":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"154":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.4142135623730951},"82":{"tf":3.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"226":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":3.1622776601683795},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"s":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"k":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"212":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":2.6457513110645907},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"288":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"263":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"141":{"tf":1.0}}},"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"262":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"322":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":2.0},"310":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"298":{"tf":1.4142135623730951},"310":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":1,"docs":{"74":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"187":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"281":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"152":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":2.8284271247461903},"259":{"tf":2.0}}}},"r":{"df":3,"docs":{"12":{"tf":1.0},"185":{"tf":1.0},"298":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":1,"docs":{"330":{"tf":1.0}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"342":{"tf":1.0}}}}}},"b":{"'":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"196":{"tf":1.0}}},"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"e":{"3":{"5":{"c":{"8":{"2":{"b":{"9":{"3":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":2.6457513110645907}}}}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"14":{"tf":1.0},"232":{"tf":1.0},"271":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"322":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"(":{"'":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"0":{"1":{"0":{"2":{"0":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":2.23606797749979},"258":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"141":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"47":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"i":{"c":{"df":21,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":2.23606797749979},"310":{"tf":2.8284271247461903},"36":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"326":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}},"y":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"201":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"156":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"264":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}}}},"t":{"df":3,"docs":{"0":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":2.0},"3":{"tf":2.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"172":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"226":{"tf":1.0},"326":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":2.8284271247461903}}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"319":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.4142135623730951},"266":{"tf":1.0},"269":{"tf":2.0},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"81":{"tf":1.0}}}}},"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"270":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"317":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":2.6457513110645907}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":2.0},"317":{"tf":1.0},"319":{"tf":1.0},"342":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"317":{"tf":1.4142135623730951},"42":{"tf":1.0},"73":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"186":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}},"d":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"241":{"tf":1.0}}},"df":4,"docs":{"241":{"tf":1.4142135623730951},"274":{"tf":1.0},"310":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"334":{"tf":1.4142135623730951},"339":{"tf":1.0},"342":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"282":{"tf":1.4142135623730951},"302":{"tf":2.23606797749979},"304":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"314":{"tf":2.23606797749979}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"332":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"168":{"tf":1.4142135623730951},"258":{"tf":1.0}}}}}},"c":{"'":{"]":{"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"1":{"df":0,"docs":{},"o":{"2":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"e":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"2":{"]":{".":{"df":0,"docs":{},"f":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"a":{"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"315":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"329":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"182":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"1":{"2":{"3":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"109":{"tf":1.0},"158":{"tf":2.0},"72":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"d":{"c":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"df":17,"docs":{"103":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":1,"docs":{"332":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"331":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"r":{"(":{"1":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":2.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"169":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":2.0},"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.7320508075688772},"72":{"tf":2.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"161":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"212":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"141":{"tf":1.0},"327":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"23":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"137":{"tf":1.0},"331":{"tf":1.0},"342":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"85":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"267":{"tf":1.0},"323":{"tf":1.0}}},"r":{"df":3,"docs":{"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":55,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"222":{"tf":2.8284271247461903},"223":{"tf":1.4142135623730951},"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.4142135623730951},"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.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"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.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"178":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"176":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"d":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"208":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"206":{"tf":1.0},"318":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"305":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"293":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"138":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}},"2":{"df":1,"docs":{"50":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"296":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":40,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"196":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":2.0},"220":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"303":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.8284271247461903},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.6457513110645907},"71":{"tf":1.0},"85":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":2.449489742783178}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"227":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}},"m":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":6,"docs":{"155":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"280":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":2.449489742783178}}}},"o":{"d":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":7,"docs":{"194":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"331":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"222":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"r":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}}},"t":{"df":10,"docs":{"158":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"268":{"tf":1.0},"269":{"tf":1.0},"340":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"317":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"0":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"259":{"tf":1.4142135623730951},"289":{"tf":1.0},"32":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0}}},"x":{"df":4,"docs":{"322":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"334":{"tf":1.0}}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"271":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":2.0},"342":{"tf":2.0},"83":{"tf":1.0},"87":{"tf":2.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":2.6457513110645907},"127":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"330":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"178":{"tf":1.0},"275":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":3.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":2.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":6,"docs":{"212":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"280":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"107":{"tf":1.4142135623730951},"138":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"188":{"tf":2.0},"194":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"263":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":31,"docs":{"154":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"326":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"340":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"126":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":2.0},"173":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"173":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.23606797749979},"200":{"tf":1.0},"219":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"330":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":2.6457513110645907},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":2.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":23,"docs":{"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.0}},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"181":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"180":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"179":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"d":{"2":{"6":{"8":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"t":{"a":{"'":{"df":1,"docs":{"329":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":2.8284271247461903},"323":{"tf":2.23606797749979},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":3.7416573867739413},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"331":{"tf":2.449489742783178},"332":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":93,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"16":{"tf":1.7320508075688772},"165":{"tf":1.0},"17":{"tf":2.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":2.0},"236":{"tf":1.0},"24":{"tf":2.449489742783178},"240":{"tf":1.0},"244":{"tf":2.23606797749979},"25":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.23606797749979},"26":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"29":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.23606797749979},"30":{"tf":2.0},"303":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"316":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":3.3166247903554},"327":{"tf":1.0},"328":{"tf":2.8284271247461903},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":3.3166247903554},"332":{"tf":2.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"178":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":19,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"175":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"338":{"tf":1.0},"77":{"tf":2.6457513110645907}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"311":{"tf":1.0}},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"(":{"2":{"0":{"2":{"3":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}},"y":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"181":{"tf":1.0},"339":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"b":{"a":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":23,"docs":{"143":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"6":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}}},"c":{"a":{"d":{"df":5,"docs":{"323":{"tf":1.7320508075688772},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"270":{"tf":2.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"290":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"241":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"215":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":3.0},"326":{"tf":2.0},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"315":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"155":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"6":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"306":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"153":{"tf":1.0},"181":{"tf":1.0},"259":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"c":{"df":2,"docs":{"154":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"a":{"c":{"df":4,"docs":{"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"r":{"df":4,"docs":{"214":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"72":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"326":{"tf":2.0},"328":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"264":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"322":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.0}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"153":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"327":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"102":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"270":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"342":{"tf":1.0},"68":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"172":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"96":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"c":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":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":{"267":{"tf":1.0}}}}},"df":8,"docs":{"265":{"tf":1.0},"267":{"tf":2.449489742783178},"268":{"tf":1.7320508075688772},"269":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":2.449489742783178},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"331":{"tf":2.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"269":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"24":{"tf":1.0},"340":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"338":{"tf":1.0}},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":2.0},"221":{"tf":1.7320508075688772},"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}},"m":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"326":{"tf":1.0},"329":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"61":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"80":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"'":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"340":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"56":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"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":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"b":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"a":{"b":{"0":{"7":{"7":{"6":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":21,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"266":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"37":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"137":{"tf":1.0}}}},"df":1,"docs":{"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":2.23606797749979}}}}},"df":7,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"240":{"tf":2.0},"245":{"tf":1.0},"255":{"tf":2.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"122":{"tf":1.0}},"|":{".":{"*":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"c":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"321":{"tf":1.0},"342":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":2.0},"137":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0}}}}}}},"i":{"d":{"df":3,"docs":{"220":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"319":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"o":{"d":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"309":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"222":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"323":{"tf":1.4142135623730951},"324":{"tf":2.0},"325":{"tf":2.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"df":7,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"'":{"df":8,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"282":{"tf":1.0},"339":{"tf":1.0}}},"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.7320508075688772},"245":{"tf":1.0},"255":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"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":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"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":{}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"=":{"0":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"273":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"273":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":118,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"12":{"tf":2.23606797749979},"13":{"tf":1.7320508075688772},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"171":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"208":{"tf":2.0},"21":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.7320508075688772},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":2.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":2.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"241":{"tf":1.4142135623730951},"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":0,"docs":{}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"w":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.23606797749979},"242":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.449489742783178},"251":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"264":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.4142135623730951},"306":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"184":{"tf":1.0},"23":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"v":{"df":1,"docs":{"270":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"3":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"162":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"219":{"tf":1.0},"322":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.23606797749979},"321":{"tf":1.0},"337":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.7320508075688772},"56":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":2.0},"128":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"t":{"c":{"df":3,"docs":{"22":{"tf":1.0},"342":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"172":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":6,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0}},"u":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"241":{"tf":2.0},"245":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"273":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"338":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"8":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"151":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"217":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"103":{"tf":1.0},"106":{"tf":2.0},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.4142135623730951},"264":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.0},"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"327":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"283":{"tf":1.0},"315":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"s":{"df":5,"docs":{"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"146":{"tf":2.449489742783178},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"f":{"7":{"c":{"3":{"1":{"4":{"d":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"330":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}},"s":{"df":14,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"315":{"tf":2.0},"317":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"334":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"321":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"330":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"323":{"tf":1.0}}}}}}},"df":10,"docs":{"207":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.449489742783178},"305":{"tf":1.0},"86":{"tf":1.0}},"e":{"6":{"df":0,"docs":{},"f":{"5":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"319":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0}}},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"w":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}}}},"f":{"8":{"0":{"6":{"6":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"b":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"135":{"tf":2.23606797749979},"196":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"225":{"tf":1.0},"270":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":1.4142135623730951},"303":{"tf":2.8284271247461903},"328":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":5,"docs":{"156":{"tf":1.7320508075688772},"194":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"163":{"tf":1.0},"169":{"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},"325":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"325":{"tf":1.0}},"r":{"2":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"t":{"df":1,"docs":{"331":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"176":{"tf":1.0},"214":{"tf":1.4142135623730951},"246":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"o":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.0},"138":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.23606797749979}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"158":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"46":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"0":{"tf":1.0},"325":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.0},"284":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"321":{"tf":1.0}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":2.0},"29":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.0},"169":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"341":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"326":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"321":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"334":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":83,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":2.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":2.8284271247461903},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"334":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"196":{"tf":1.0},"222":{"tf":1.0},"288":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"271":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}}},"c":{"df":1,"docs":{"280":{"tf":1.0}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"325":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"329":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"t":{"df":2,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":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":{"344":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":12,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"198":{"tf":1.0},"219":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"331":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":3.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"314":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"325":{"tf":1.0}},"e":{"df":2,"docs":{"323":{"tf":1.0},"58":{"tf":1.0}}},"o":{"d":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"342":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"342":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"155":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"219":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"324":{"tf":1.0}},"n":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"p":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"ö":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"=":{"'":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":2.0}}}},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":2,"docs":{"330":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"328":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":2,"docs":{"208":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":2.23606797749979},"94":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":24,"docs":{"143":{"tf":1.0},"225":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"324":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"229":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":2.0},"310":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"202":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}}},"o":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"296":{"tf":1.0}}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"109":{"tf":2.0},"119":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"317":{"tf":1.0}}}},"p":{"df":6,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.7320508075688772},"270":{"tf":2.0},"8":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"x":{"(":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.7320508075688772}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"208":{"tf":1.0},"327":{"tf":1.0},"344":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"327":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"226":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.23606797749979},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"o":{"c":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"321":{"tf":1.0},"332":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"334":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"1":{".":{"1":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"p":{"=":{"%":{"5":{"b":{"%":{"2":{"2":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"%":{"2":{"2":{"%":{"2":{"c":{"%":{"2":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"%":{"2":{"2":{"%":{"5":{"d":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"q":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"1":{"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":{}}},"df":22,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":46,"docs":{"11":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"262":{"tf":2.23606797749979},"263":{"tf":2.0},"264":{"tf":1.0},"270":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.8284271247461903},"282":{"tf":2.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":3.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},"310":{"tf":1.4142135623730951},"315":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"s":{":":{"/":{"/":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"2":{"0":{"0":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"/":{"#":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"b":{"df":2,"docs":{"265":{"tf":1.0},"267":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"331":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"303":{"tf":1.0},"326":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"326":{"tf":1.0},"339":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"å":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"343":{"tf":1.0}}},"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"d":{"\"":{":":{"1":{"1":{"1":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"a":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"166":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"153":{"tf":1.0},"169":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"161":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}},"m":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"214":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":2.23606797749979},"182":{"tf":1.0},"24":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"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":9,"docs":{"23":{"tf":1.0},"241":{"tf":1.4142135623730951},"249":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"325":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"251":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"176":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"324":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":14,"docs":{"111":{"tf":1.7320508075688772},"123":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"280":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":2.23606797749979}}}},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"26":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"208":{"tf":2.0},"23":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"321":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"(":{"[":{"1":{",":{"2":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"174":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"114":{"tf":2.0},"174":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}},"df":0,"docs":{}}}},"df":38,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"25":{"tf":3.3166247903554},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":2.0},"305":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":2.8284271247461903},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":2,"docs":{"321":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"194":{"tf":1.0},"202":{"tf":1.0},"23":{"tf":2.0},"338":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"224":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":2.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"5":{"tf":2.0},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"222":{"tf":1.7320508075688772},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"303":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"(":{"'":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.7320508075688772}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.0},"98":{"tf":1.0}},"r":{"df":1,"docs":{"325":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.7320508075688772}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"223":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"326":{"tf":1.0}}}}},"f":{"a":{"c":{"df":3,"docs":{"222":{"tf":1.0},"241":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"262":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.7320508075688772},"54":{"tf":2.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"175":{"tf":1.0},"317":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"324":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":2.23606797749979},"137":{"tf":1.0},"174":{"tf":1.0}}},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"c":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"324":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"317":{"tf":2.0},"326":{"tf":1.0},"338":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"t":{"'":{"df":5,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.7320508075688772},"334":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"23":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"m":{"df":1,"docs":{"304":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"222":{"tf":1.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"304":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"o":{"b":{"df":3,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"318":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"15":{"tf":2.23606797749979},"211":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":3.4641016151377544},"43":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"y":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":3.3166247903554},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"c":{"\"":{":":{"\"":{"2":{".":{"0":{"df":1,"docs":{"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}}},"df":0,"docs":{}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"(":{"1":{"9":{"7":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.7320508075688772},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"k":{"a":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"270":{"tf":1.4142135623730951},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"103":{"tf":1.0},"304":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":2,"docs":{"328":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"172":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"12":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.4142135623730951},"317":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"206":{"tf":1.0},"305":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"331":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"d":{"df":19,"docs":{"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"330":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"v":{"df":2,"docs":{"17":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0},"98":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"325":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"'":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}},"[":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"118":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":2.0},"46":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}},"s":{"df":5,"docs":{"123":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"16":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"208":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"327":{"tf":1.0},"344":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{".":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"10":{"tf":2.0},"222":{"tf":2.0},"235":{"tf":1.0},"250":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"222":{"tf":1.0},"320":{"tf":1.0},"345":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"(":{"'":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.8284271247461903},"6":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0}}},"g":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"294":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"327":{"tf":1.0},"340":{"tf":1.0}}},"t":{"df":24,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"155":{"tf":1.0},"196":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"282":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.0},"197":{"tf":2.23606797749979},"220":{"tf":1.7320508075688772},"236":{"tf":1.0},"243":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"317":{"tf":2.0},"318":{"tf":1.0},"51":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"342":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"181":{"tf":1.0},"267":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"g":{"1":{"0":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"141":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.7320508075688772},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":2.8284271247461903},"328":{"tf":1.7320508075688772},"336":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"326":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"325":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"196":{"tf":1.0},"326":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"p":{"df":1,"docs":{"326":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"330":{"tf":1.0}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}},"t":{"df":2,"docs":{"324":{"tf":1.0},"325":{"tf":1.0}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"120":{"tf":1.7320508075688772},"182":{"tf":1.0},"208":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":2.0}}}}}},"y":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},")":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951}}}}}}},"]":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"330":{"tf":1.0}}}}},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"271":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"267":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"175":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"288":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":17,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"318":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"243":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":3.7416573867739413},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"263":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"214":{"tf":1.0},"334":{"tf":1.0}}}}},"h":{"df":2,"docs":{"141":{"tf":2.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"x":{"(":{"c":{".":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"149":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"df":19,"docs":{"137":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"169":{"tf":1.0},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.7320508075688772},"315":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"176":{"tf":1.0},"220":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{".":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"304":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"225":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":14,"docs":{"222":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"149":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"220":{"tf":1.0},"317":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"176":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"214":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.4142135623730951}},"o":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"275":{"tf":1.0},"334":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"b":{"df":4,"docs":{"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"264":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":2.23606797749979},"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}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"g":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"288":{"tf":2.0},"299":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":14,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"305":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"35":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":88,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"208":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"245":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"25":{"tf":2.23606797749979},"257":{"tf":2.0},"259":{"tf":2.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"300":{"tf":3.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":3.3166247903554},"311":{"tf":1.0},"312":{"tf":2.8284271247461903},"313":{"tf":1.0},"314":{"tf":2.449489742783178},"315":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":2.23606797749979},"97":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"305":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":17,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":2.449489742783178},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":2.0}}}}}}},"df":6,"docs":{"137":{"tf":2.0},"243":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"309":{"tf":1.4142135623730951},"318":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":{"327":{"tf":1.0},"328":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":1,"docs":{"328":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"217":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"23":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"331":{"tf":2.6457513110645907},"334":{"tf":1.0},"338":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"327":{"tf":1.0},"333":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"147":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"226":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.4142135623730951},"266":{"tf":1.0},"3":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":2,"docs":{"270":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":9,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":7,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"258":{"tf":1.0},"326":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"331":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":50,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":2,"docs":{"206":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":23,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"242":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"258":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.7320508075688772},"71":{"tf":2.449489742783178},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"f":{"(":{"1":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":2.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"137":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"[":{"'":{"a":{"df":1,"docs":{"134":{"tf":1.0}}},"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":1,"docs":{"131":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":33,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":2.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},"234":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"271":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":2.449489742783178},"307":{"tf":1.4142135623730951},"309":{"tf":2.0},"312":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"342":{"tf":1.0},"51":{"tf":2.8284271247461903},"81":{"tf":1.0},"83":{"tf":3.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"289":{"tf":1.0},"328":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":2.0}}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"85":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"321":{"tf":1.0},"326":{"tf":1.0}}}},"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":6,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"219":{"tf":1.0},"265":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.23606797749979},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"336":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"226":{"tf":1.0},"331":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"176":{"tf":1.7320508075688772},"321":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"272":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":1.0},"280":{"tf":1.0}}}}}}}}}}}},"r":{"df":63,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.7320508075688772},"271":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"62":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}},"t":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"s":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"]":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"225":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"154":{"tf":1.4142135623730951},"23":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"313":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"46":{"tf":3.7416573867739413},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":2.23606797749979},"86":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"14":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"207":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"168":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"334":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"273":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"0":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"189":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},")":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"\"":{"[":{"[":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"'":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"288":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{";":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"235":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"a":{"c":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"a":{"df":3,"docs":{"285":{"tf":1.0},"300":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":40,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"138":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"169":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":2.449489742783178},"287":{"tf":1.7320508075688772},"299":{"tf":2.449489742783178},"300":{"tf":2.449489742783178},"301":{"tf":2.449489742783178},"302":{"tf":2.0},"303":{"tf":2.23606797749979},"304":{"tf":2.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.23606797749979},"311":{"tf":1.7320508075688772},"312":{"tf":2.449489742783178},"313":{"tf":2.449489742783178},"314":{"tf":2.0},"34":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"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":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"214":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"189":{"tf":1.0},"299":{"tf":1.0},"325":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"329":{"tf":1.0},"332":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"23":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"327":{"tf":1.0}},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}}}}}},"df":13,"docs":{"225":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":2.6457513110645907},"27":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"29":{"tf":1.0}},"e":{"(":{"[":{"0":{",":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"df":18,"docs":{"18":{"tf":1.7320508075688772},"194":{"tf":2.6457513110645907},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":2.23606797749979},"198":{"tf":2.8284271247461903},"199":{"tf":3.3166247903554},"200":{"tf":3.0},"201":{"tf":2.23606797749979},"202":{"tf":3.3166247903554},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":2.0}},"s":{".":{".":{"a":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":33,"docs":{"15":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"270":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"137":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":11,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"(":{"2":{"0":{"0":{"1":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"147":{"tf":2.23606797749979},"176":{"tf":2.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":12,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"220":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"141":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"329":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.7320508075688772},"327":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"10":{"tf":1.0},"224":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"d":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"324":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":4,"docs":{"23":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"317":{"tf":1.0},"75":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"270":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"124":{"tf":2.449489742783178},"220":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":2.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":2.0},"314":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"x":{"df":1,"docs":{"327":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"329":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"324":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"317":{"tf":1.0},"319":{"tf":1.0},"327":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"176":{"tf":1.0},"187":{"tf":1.7320508075688772},"331":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{".":{"c":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"306":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"326":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":35,"docs":{"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"130":{"tf":1.0},"137":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"31":{"tf":3.1622776601683795},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"327":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"328":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"u":{"c":{"df":1,"docs":{"332":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":12,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}},"df":69,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"114":{"tf":2.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"266":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":2.0},"31":{"tf":2.449489742783178},"312":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"[":{"'":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"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":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"222":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"274":{"tf":2.0},"276":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}},"e":{".":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"270":{"tf":2.0},"310":{"tf":1.4142135623730951},"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"321":{"tf":2.0},"324":{"tf":1.0},"327":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"m":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"267":{"tf":1.4142135623730951},"324":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"252":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"259":{"tf":1.0}}},"df":17,"docs":{"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}}}}}},"q":{")":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}}},"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"*":{"%":{"2":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"%":{"2":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":96,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"175":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"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},"208":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.0},"287":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":2.449489742783178},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":2.23606797749979},"36":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":2.449489742783178},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"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":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"331":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"265":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"233":{"tf":2.23606797749979},"327":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":2,"docs":{"140":{"tf":2.23606797749979},"168":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"334":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"303":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"10":{"tf":1.0},"264":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"338":{"tf":1.0},"344":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":2,"docs":{"0":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"317":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"289":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"90":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"287":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"b":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.7320508075688772},"17":{"tf":1.0},"182":{"tf":1.0},"294":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"102":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":3.4641016151377544}}}}}},"d":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"u":{"c":{"df":2,"docs":{"324":{"tf":1.0},"330":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"214":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":267,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.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},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.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},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"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},"21":{"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.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"264":{"tf":2.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"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},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"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.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.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.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"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}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"101":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}},"t":{"df":9,"docs":{"120":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"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":2,"docs":{"15":{"tf":1.0},"331":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":2.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"184":{"tf":1.0},"327":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"206":{"tf":1.4142135623730951},"221":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"328":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"121":{"tf":2.0},"267":{"tf":1.0},"271":{"tf":1.0}},"e":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"267":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":11,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"263":{"tf":1.0},"307":{"tf":2.23606797749979},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"311":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"24":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"285":{"tf":1.0},"286":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"149":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"208":{"tf":1.0},"240":{"tf":1.0},"263":{"tf":1.4142135623730951},"295":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"301":{"tf":1.0},"313":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":3,"docs":{"11":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"182":{"tf":1.0},"339":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":90,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.7320508075688772},"309":{"tf":1.0},"317":{"tf":1.4142135623730951},"331":{"tf":1.0},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"71":{"tf":1.0},"85":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":2.6457513110645907},"97":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}}}},"f":{"c":{"df":3,"docs":{"27":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"332":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"267":{"tf":1.7320508075688772},"273":{"tf":1.0},"5":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"344":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"315":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"315":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"323":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"141":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":33,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.449489742783178},"208":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"p":{"c":{"df":4,"docs":{"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"n":{"df":14,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"181":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"å":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"3":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"337":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"153":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":10,"docs":{"135":{"tf":1.7320508075688772},"285":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":17,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"269":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"303":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":5,"docs":{"287":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"60":{"tf":3.3166247903554},"61":{"tf":1.7320508075688772},"62":{"tf":3.0},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":2,"docs":{"326":{"tf":1.0},"334":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"207":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}},"n":{"df":1,"docs":{"198":{"tf":1.0}}},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":14,"docs":{"208":{"tf":2.8284271247461903},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":2.8284271247461903},"37":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"323":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"e":{"a":{"df":2,"docs":{"135":{"tf":1.0},"323":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"310":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}}},"df":22,"docs":{"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"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},"331":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"df":5,"docs":{"182":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":163,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"14":{"tf":2.23606797749979},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":2.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"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},"196":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"203":{"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.4142135623730951},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":3.1622776601683795},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"98":{"tf":3.0},"99":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}},"l":{"df":1,"docs":{"333":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"226":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":5,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"222":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"219":{"tf":1.0},"329":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}},"t":{"df":5,"docs":{"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"291":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":2.0},"342":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}},"s":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"226":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}}}},"t":{"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"314":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":2.0},"58":{"tf":1.0}}}},"h":{"a":{"1":{"(":{"'":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"df":1,"docs":{"167":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"161":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"w":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"225":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"267":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":1,"docs":{"141":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"27":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"283":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.0},"36":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"138":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"326":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"d":{"a":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"323":{"tf":1.0}}}},"v":{"df":2,"docs":{"322":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"321":{"tf":1.0},"328":{"tf":1.0},"38":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"280":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"307":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"182":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":14,"docs":{"222":{"tf":1.0},"23":{"tf":1.7320508075688772},"326":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":16,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"q":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}}}},":":{"2":{"0":{"1":{"1":{"df":8,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.0}}},"6":{"df":3,"docs":{"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"df":4,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"331":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":257,"docs":{"0":{"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.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"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":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.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.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"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.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"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},"21":{"tf":1.7320508075688772},"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},"22":{"tf":2.8284271247461903},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":3.1622776601683795},"232":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"315":{"tf":2.23606797749979},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.4641016151377544},"327":{"tf":4.795831523312719},"33":{"tf":1.0},"331":{"tf":2.449489742783178},"334":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"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.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.0},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"141":{"tf":1.0},"202":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}},"df":5,"docs":{"128":{"tf":1.0},"23":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"300":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"267":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"141":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"226":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"327":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.7320508075688772},"338":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"281":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":2.449489742783178},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"c":{"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"298":{"tf":1.4142135623730951},"85":{"tf":2.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"105":{"tf":1.0}}}}},"y":{"df":1,"docs":{"331":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":1.0},"6":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"345":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"17":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"271":{"tf":1.0},"322":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"222":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":2.23606797749979},"334":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":2.449489742783178}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"271":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}},"e":{"d":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"297":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}},"y":{"/":{"%":{"df":0,"docs":{},"m":{"/":{"%":{"d":{"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":2,"docs":{"143":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"334":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":2.23606797749979},"240":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"317":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"285":{"tf":1.0},"294":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"208":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"b":{"df":2,"docs":{"196":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"303":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"202":{"tf":1.0},"285":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}}}},"r":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"124":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"326":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"305":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":9,"docs":{"175":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"24":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":2,"docs":{"322":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"150":{"tf":2.23606797749979},"151":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"314":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"317":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"343":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"269":{"tf":1.0},"323":{"tf":1.0},"342":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"199":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":9,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"315":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"329":{"tf":1.0}}}}}},"df":7,"docs":{"182":{"tf":2.0},"185":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"(":{"df":1,"docs":{"138":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":40,"docs":{"13":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"331":{"tf":2.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"2":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"╯":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"234":{"tf":1.0},"324":{"tf":1.0},"343":{"tf":1.0}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":3,"docs":{"269":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"327":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"236":{"tf":1.0},"243":{"tf":2.449489742783178},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":4,"docs":{"176":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}},"t":{"a":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":11,"docs":{"229":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"283":{"tf":1.0},"291":{"tf":2.0}}}}},"df":0,"docs":{}},"df":7,"docs":{"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"317":{"tf":1.0},"72":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"14":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"0":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"322":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"321":{"tf":1.0},"322":{"tf":1.0}}},"k":{"df":3,"docs":{"336":{"tf":1.0},"342":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"d":{"df":7,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"161":{"tf":1.0},"327":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"199":{"tf":1.0},"287":{"tf":1.0},"334":{"tf":1.0}},"t":{"df":2,"docs":{"137":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"273":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"325":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"327":{"tf":1.0}}}}},"w":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"df":3,"docs":{"102":{"tf":1.0},"315":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":2.0}},"y":{"df":0,"docs":{},"u":{"df":2,"docs":{"281":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":42,"docs":{"12":{"tf":1.0},"14":{"tf":2.449489742783178},"143":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"176":{"tf":2.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":2.23606797749979},"183":{"tf":2.23606797749979},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"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},"22":{"tf":1.0},"232":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.0},"329":{"tf":1.4142135623730951},"331":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":2.0}}}}},"r":{"df":1,"docs":{"232":{"tf":2.6457513110645907}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":1.0},"183":{"tf":1.0},"317":{"tf":1.4142135623730951},"76":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"177":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"_":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"109":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"232":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"11":{"tf":1.0},"222":{"tf":1.0},"271":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"23":{"tf":1.0},"310":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"151":{"tf":1.7320508075688772},"328":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"280":{"tf":2.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"330":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"315":{"tf":2.23606797749979},"336":{"tf":1.0},"339":{"tf":1.7320508075688772},"35":{"tf":2.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":2.0},"67":{"tf":2.0},"68":{"tf":2.0},"69":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"183":{"tf":1.7320508075688772},"321":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"i":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"161":{"tf":1.0},"162":{"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},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"288":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.0},"314":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":2.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"337":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"l":{"2":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"292":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.7320508075688772},"273":{"tf":1.0},"328":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":20,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"'":{"df":1,"docs":{"317":{"tf":1.0}}},"df":28,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"321":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":86,"docs":{"12":{"tf":1.0},"137":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":2.23606797749979},"262":{"tf":2.6457513110645907},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":2.23606797749979},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.7320508075688772},"317":{"tf":2.449489742783178},"318":{"tf":1.0},"319":{"tf":2.0},"321":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"2":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"1":{".":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"1":{"2":{"3":{"4":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"1":{"8":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"159":{"tf":1.7320508075688772}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"=":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":2,"docs":{"234":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"338":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"8":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}}},"r":{"df":12,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"311":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"34":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"'":{"3":{"1":{"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":2.23606797749979}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"117":{"tf":1.0},"125":{"tf":2.0}},"e":{"(":{"'":{"a":{"d":{"a":{"df":0,"docs":{},"m":{"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":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"58":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"219":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"338":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.0},"322":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"144":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"'":{"2":{"0":{"2":{"3":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"7":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.7320508075688772},"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{">":{":":{"1":{":":{"1":{"5":{"]":{"\\":{"df":0,"docs":{},"n":{"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":5,"docs":{"262":{"tf":1.0},"309":{"tf":1.4142135623730951},"330":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"328":{"tf":1.0},"345":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"303":{"tf":1.0},"315":{"tf":1.0},"331":{"tf":1.0},"85":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"<":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"1":{".":{"9":{"9":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"137":{"tf":2.6457513110645907},"194":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"29":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":2.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"226":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"14":{"tf":2.449489742783178},"17":{"tf":1.0},"202":{"tf":1.4142135623730951},"217":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":3.1622776601683795},"27":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"326":{"tf":1.0},"336":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.0},"176":{"tf":1.0},"226":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"169":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}},"l":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":12,"docs":{"225":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"283":{"tf":1.0},"299":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"289":{"tf":2.0},"299":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"225":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":2.0},"226":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"319":{"tf":1.7320508075688772},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":2.449489742783178},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"245":{"tf":2.8284271247461903},"248":{"tf":2.6457513110645907},"249":{"tf":2.6457513110645907},"257":{"tf":2.23606797749979},"259":{"tf":2.8284271247461903},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":2.0},"9":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"225":{"tf":2.23606797749979},"230":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"[":{"1":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},";":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":6,"docs":{"145":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"166":{"tf":2.6457513110645907},"319":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"3":{".":{"0":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":2.449489742783178},"90":{"tf":2.0}},"i":{"d":{"df":7,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.4142135623730951},"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":87,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.7320508075688772},"257":{"tf":2.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"317":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":1.0},"50":{"tf":2.23606797749979},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":4,"docs":{"240":{"tf":2.0},"241":{"tf":2.0},"243":{"tf":1.4142135623730951},"245":{"tf":2.449489742783178}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"222":{"tf":1.0},"280":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":6,"docs":{"267":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":2,"docs":{"281":{"tf":1.0},"283":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"s":{"a":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}},"i":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}},"i":{"a":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"211":{"tf":1.4142135623730951},"213":{"tf":2.0},"214":{"tf":3.3166247903554},"215":{"tf":2.449489742783178},"22":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"32":{"tf":1.0},"329":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"l":{"d":{"b":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"198":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"322":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":10,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"219":{"tf":1.0},"280":{"tf":1.0},"303":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0}}}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"b":{"df":3,"docs":{"241":{"tf":1.7320508075688772},"310":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":2.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":23,"docs":{"222":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"245":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"306":{"tf":2.449489742783178},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"222":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"326":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":2.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"201":{"tf":2.0},"202":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0}}},"l":{"d":{"df":6,"docs":{"109":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"331":{"tf":2.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"219":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"298":{"tf":1.0},"321":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"g":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}}}}},"df":3,"docs":{"237":{"tf":1.0},"241":{"tf":2.0},"245":{"tf":1.0}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"289":{"tf":2.0},"299":{"tf":1.0}}}}},"x":{"%":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"'":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"317":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"128":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}}},"s":{"d":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"258":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"258":{"tf":1.0},"317":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"299":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"327":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"267":{"tf":1.0},"327":{"tf":1.0}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"163":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":5,"docs":{"100":{"tf":1.0},"137":{"tf":1.0},"168":{"tf":1.0},"318":{"tf":1.0},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":11,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"title":{"root":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"290":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"303":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":4,"docs":{"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"320":{"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":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"285":{"tf":1.0},"292":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"294":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"289":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"c":{"df":3,"docs":{"12":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"81":{"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":2,"docs":{"73":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"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":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"176":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"318":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":2,"docs":{"210":{"tf":1.0},"41":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"330":{"tf":1.0},"342":{"tf":1.0},"87":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"223":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"188":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"236":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"179":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.0},"268":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"331":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"215":{"tf":1.0},"221":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"338":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":3,"docs":{"321":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"11":{"tf":1.0},"12":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"5":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"241":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"337":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"238":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"303":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"156":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"289":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"341":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"290":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"169":{"tf":1.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"298":{"tf":1.0}}}}},"u":{"b":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"339":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"161":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"192":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"254":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"343":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"114":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"224":{"tf":1.0},"237":{"tf":1.0},"252":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"243":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"x":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"149":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"288":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"305":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"199":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"194":{"tf":1.0},"196":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"195":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"w":{"df":2,"docs":{"178":{"tf":1.0},"334":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"220":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"131":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"195":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":{"118":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"176":{"tf":1.0},"333":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}}}}}},"r":{"df":6,"docs":{"110":{"tf":1.0},"270":{"tf":1.0},"52":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"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":12,"docs":{"282":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":5,"docs":{"194":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"147":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"301":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"190":{"tf":1.0},"192":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.0},"282":{"tf":1.0},"340":{"tf":1.0},"36":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"307":{"tf":1.0},"308":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"60":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"w":{"df":2,"docs":{"197":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"c":{"df":3,"docs":{"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"208":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"28":{"tf":1.0},"52":{"tf":1.0}}}},"h":{"a":{"1":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{":":{"2":{"0":{"1":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"136":{"tf":1.0},"209":{"tf":1.0},"236":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}},"r":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"177":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"315":{"tf":1.0},"339":{"tf":1.0},"35":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"157":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"169":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"219":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"289":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"225":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"136":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":1.0},"310":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":1,"docs":{"289":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["index.html#introduction","index.html#elsewhere","tutorial/index.html#tutorial","tutorial/index.html#warning-early-beta","tutorial/quickstart.html#quickstart","tutorial/quickstart.html#install-endb","tutorial/quickstart.html#try-online","tutorial/try_it.html#try-it","tutorial/try_it.html#curl","tutorial/try_it.html#console","tutorial/try_it.html#client-libraries","tutorial/try_it.html#learning-endb-sql","tutorial/sql_basics.html#endb-sql-basics","tutorial/sql_basics.html#just-begin","tutorial/sql_basics.html#immutable","tutorial/sql_basics.html#dynamic-joins","tutorial/sql_basics.html#semi-structured-data","tutorial/sql_basics.html#data-migration","tutorial/sql_basics.html#nested-data","tutorial/sql_basics.html#documents","tutorial/sql_basics.html#error-messages","tutorial/sql_basics.html#learn-more","sql/index.html#sql-reference","sql/intention.html#intention","sql/data_manipulation.html#data-manipulation","sql/data_manipulation.html#insert","sql/data_manipulation.html#update","sql/data_manipulation.html#update-patch","sql/data_manipulation.html#update-set-path","sql/data_manipulation.html#update-unset-path","sql/data_manipulation.html#delete","sql/data_manipulation.html#on-conflict-upsert","sql/data_manipulation.html#erase","sql/data_manipulation.html#with-common-table-expressions","sql/data_manipulation.html#parameters","sql/data_manipulation.html#transactions","sql/queries.html#queries","sql/queries.html#select-","sql/queries.html#select","sql/queries.html#from","sql/queries.html#alias-tables","sql/queries.html#alias-columns","sql/queries.html#join","sql/queries.html#using","sql/queries.html#where-filtering","sql/queries.html#advanced-filtering","sql/queries.html#order-by-sorting-results","sql/queries.html#group-by","sql/queries.html#having","sql/queries.html#limit","sql/queries.html#values-lists","sql/queries.html#objects-lists","sql/queries.html#set-operations-union-intersect-except","sql/queries.html#union","sql/queries.html#intersect","sql/queries.html#except","sql/queries.html#union-compatibility","sql/queries.html#with-common-table-expressions","sql/queries.html#with-recursive","sql/queries.html#lateral","sql/queries.html#repeatable-reads-savepoint-rollback-release","sql/queries.html#minimal-example","sql/queries.html#savepoint","sql/queries.html#rollback","sql/queries.html#release","sql/queries.html#transactions","sql/queries.html#minimal-example-1","sql/queries.html#begin-transaction","sql/queries.html#commit-transaction","sql/queries.html#rollback-transaction","sql/data_types.html#sql-data-types","sql/data_types.html#null","sql/data_types.html#text-char-varchar","sql/data_types.html#boolean","sql/data_types.html#integer-bigint","sql/data_types.html#real-double","sql/data_types.html#timestamp","sql/data_types.html#date","sql/data_types.html#time","sql/data_types.html#period","sql/data_types.html#interval-duration","sql/data_types.html#blob-varbinary","sql/data_types.html#array","sql/data_types.html#object","sql/data_types.html#dynamic-literals","sql/data_types.html#row-literals","sql/data_types.html#spread","sql/data_types.html#computed-fields","sql/data_types.html#shorthands","sql/data_types.html#note-on-timezones","sql/data_types.html#note-on-type-widening","sql/operators.html#operators","sql/operators.html#comparison","sql/operators.html#between","sql/operators.html#boolean-operators","sql/operators.html#is-is-not","sql/operators.html#is-not-distinct-from","sql/operators.html#not-and-or","sql/operators.html#math","sql/operators.html#bitwise-operators","sql/operators.html#like","sql/operators.html#regexp","sql/operators.html#glob","sql/operators.html#match-containment","sql/operators.html#any-some","sql/operators.html#all","sql/operators.html#exists","sql/operators.html#in","sql/operators.html#not-in","sql/operators.html#-concatenation","sql/operators.html#vector-operators","sql/operators.html#indexing","sql/operators.html#l2-or-euclidean-distance","sql/operators.html#cosine-distance","sql/operators.html#inverse-inner-product","sql/functions.html#functions","sql/functions.html#string-functions","sql/functions.html#character_length","sql/functions.html#octet_length","sql/functions.html#trim-ltrim-rtrim","sql/functions.html#lower-upper","sql/functions.html#replace","sql/functions.html#instr","sql/functions.html#substring","sql/functions.html#position","sql/functions.html#unicode","sql/functions.html#char","sql/functions.html#concat","sql/functions.html#like","sql/functions.html#collection-functions","sql/functions.html#length","sql/functions.html#object_keys","sql/functions.html#object_values","sql/functions.html#object_entries","sql/functions.html#object_from_entries","sql/functions.html#patch","sql/functions.html#table-value-functions","sql/functions.html#unnest","sql/functions.html#generate_series","sql/functions.html#numeric-functions","sql/functions.html#random","sql/functions.html#math","sql/functions.html#datetime-functions","sql/functions.html#strftime","sql/functions.html#unixepoch","sql/functions.html#julianday","sql/functions.html#extract","sql/functions.html#period","sql/functions.html#aggregate-functions","sql/functions.html#min-max","sql/functions.html#sum","sql/functions.html#total","sql/functions.html#avg","sql/functions.html#count","sql/functions.html#array_agg","sql/functions.html#group_concat","sql/functions.html#filter","sql/functions.html#data-type-functions","sql/functions.html#cast","sql/functions.html#typeof","sql/functions.html#conditional-functions","sql/functions.html#iif","sql/functions.html#nullif","sql/functions.html#coalesce","sql/functions.html#encoding-functions","sql/functions.html#base64","sql/functions.html#uuid","sql/functions.html#sha1","sql/functions.html#randomblob-zeroblob","sql/functions.html#hex-unhex","sql/functions.html#vector-functions","sql/functions.html#indexing","sql/functions.html#l2_distance","sql/functions.html#cosine_distance","sql/functions.html#inner_product","sql/time_queries.html#time-queries","sql/time_queries.html#note-on-sql2011-closed-open-period-model","sql/time_queries.html#note-on-timezones","sql/time_queries.html#now","sql/time_queries.html#current_timestamp","sql/time_queries.html#current_time","sql/time_queries.html#current_date","sql/time_queries.html#system-time","sql/time_queries.html#as-of-time-travel","sql/time_queries.html#all-time-omniscience","sql/time_queries.html#between","sql/time_queries.html#from--to","sql/time_queries.html#period-predicates","sql/time_queries.html#contains","sql/time_queries.html#overlaps","sql/time_queries.html#precedes","sql/time_queries.html#succeeds","sql/time_queries.html#immediately-precedes","sql/time_queries.html#immediately-succeeds","sql/path_navigation.html#path-navigation","sql/path_navigation.html#nested-objects","sql/path_navigation.html#root-navigation","sql/path_navigation.html#row-literals","sql/path_navigation.html#recursive-paths","sql/path_navigation.html#named-child","sql/path_navigation.html#numbered-child","sql/path_navigation.html#wildcard-child","sql/path_navigation.html#path-functions","sql/path_navigation.html#path_set","sql/path_navigation.html#path_replace","sql/path_navigation.html#path_insert","sql/path_navigation.html#path_remove","sql/path_navigation.html#path_extract","sql/schema.html#schema","sql/schema.html#tables","sql/schema.html#columns","sql/schema.html#views","sql/schema.html#check-constraints","sql/views.html#views","sql/views.html#create-view","sql/views.html#drop-view","sql/assertions.html#assertions","sql/assertions.html#create-assertion","sql/assertions.html#type-constraint","sql/assertions.html#unique-constraint","sql/assertions.html#not-null-constraint","sql/assertions.html#drop-assertion","clients/index.html#clients","clients/console.html#console","clients/console.html#install","clients/console.html#usage","clients/console.html#prompt","clients/console.html#commands","clients/console.html#url","clients/console.html#accept","clients/console.html#username","clients/console.html#password","clients/console.html#timer","clients/console.html#quit","clients/console.html#data-types","clients/javascript.html#javascript","clients/javascript.html#table-of-contents","clients/javascript.html#install","clients/javascript.html#usage-examples","clients/javascript.html#import","clients/javascript.html#endb","clients/javascript.html#endbwebsocket","clients/javascript.html#sql","clients/javascript.html#template-literals","clients/javascript.html#data-types","clients/javascript.html#complete-examples","clients/javascript.html#javascript-api-reference","clients/javascript.html#classes","clients/javascript.html#endb-1","clients/javascript.html#endbwebsocket-1","clients/python.html#python","clients/python.html#table-of-contents","clients/python.html#install","clients/python.html#usage-examples","clients/python.html#import","clients/python.html#endb","clients/python.html#endbwebsocket","clients/python.html#sql","clients/python.html#data-types","clients/python.html#complete-examples","clients/python.html#python-api-reference","clients/python.html#endb-module","clients/python.html#class--endbendburlhttplocalhost3803sql-acceptapplicationldjson-usernamenone-passwordnone","clients/python.html#class--endbendbwebsocketurlwslocalhost3803sql-usernamenone-passwordnone","reference/index.html#reference","reference/installation.html#installation","reference/installation.html#warning-early-beta","reference/installation.html#installing-from-docker-hub","reference/installation.html#installing-from-git-docker","reference/installation.html#installing-from-git-binary","reference/operation.html#operation","reference/operation.html#backup-and-restore","reference/monitoring.html#monitoring","reference/monitoring.html#logging","reference/monitoring.html#prometheus","reference/monitoring.html#opentelemetry","reference/monitoring.html#metrics","reference/monitoring.html#histograms","reference/monitoring.html#counters","reference/monitoring.html#monotonic-counters","reference/monitoring.html#tracing","reference/http_api.html#http-api","reference/http_api.html#http-query-parameters","reference/http_api.html#http-verbs","reference/http_api.html#content-types","reference/http_api.html#applicationjson","reference/http_api.html#applicationldjson","reference/http_api.html#applicationsql","reference/http_api.html#multipartform-data","reference/http_api.html#applicationx-www-form-urlencoded","reference/http_api.html#accept-headers","reference/http_api.html#textcsv","reference/http_api.html#applicationjson-1","reference/http_api.html#applicationx-ndjson","reference/http_api.html#applicationldjson-1","reference/http_api.html#multipartmixed","reference/http_api.html#applicationvndapachearrowfile","reference/http_api.html#applicationvndapachearrowstream","reference/http_api.html#http-basic-authentication","reference/http_api.html#parameters","reference/http_api.html#named-parameters","reference/http_api.html#positional-parameters","reference/http_api.html#bulk-parameters","reference/http_api.html#apache-arrow-file-parameters","reference/http_api.html#bulk-insert","reference/http_api.html#multiple-statements","reference/websocket_api.html#websocket-api","reference/websocket_api.html#json-rpc-request-object","reference/websocket_api.html#json-rpc-request-parameters","reference/websocket_api.html#json-rpc-response-object","reference/websocket_api.html#websocket-basic-authentication","reference/websocket_api.html#parameters","reference/websocket_api.html#named-parameters","reference/websocket_api.html#positional-parameters","reference/websocket_api.html#bulk-parameters","reference/websocket_api.html#transactions","reference/data_types.html#data-types","reference/data_types.html#scalars","reference/data_types.html#collections","reference/data_types.html#unsupported-scalar-types","appendix/index.html#appendix","appendix/what.html#what-is-endatabas","appendix/what.html#who-wants-one-database","appendix/what.html#when-is-one-database-possible","appendix/why.html#why-endatabas","appendix/why.html#what-is-endatabas-anyway","appendix/why.html#history","appendix/why.html#why-sql","appendix/why.html#why-full-history","appendix/why.html#why-a-timeline","appendix/why.html#why-separation-of-storage-and-compute","appendix/why.html#why-documents","appendix/why.html#why-one-database","appendix/why.html#why-commercial-open-source","appendix/why.html#why-now","appendix/architecture.html#architecture","appendix/architecture.html#immutable","appendix/architecture.html#erasure","appendix/architecture.html#dynamic-sql","appendix/architecture.html#columnar-hybrid-transactional-analytic-processing-htap","appendix/architecture.html#query-execution","appendix/architecture.html#future","appendix/architecture.html#cloud-separation-of-storage-from-compute","appendix/architecture.html#adaptive-indexing","appendix/roadmap.html#roadmap","appendix/license.html#license"],"index":{"documentStore":{"docInfo":{"0":{"body":31,"breadcrumbs":2,"title":1},"1":{"body":7,"breadcrumbs":2,"title":1},"10":{"body":24,"breadcrumbs":4,"title":2},"100":{"body":75,"breadcrumbs":3,"title":0},"101":{"body":20,"breadcrumbs":4,"title":1},"102":{"body":34,"breadcrumbs":4,"title":1},"103":{"body":119,"breadcrumbs":5,"title":2},"104":{"body":36,"breadcrumbs":3,"title":0},"105":{"body":34,"breadcrumbs":3,"title":0},"106":{"body":17,"breadcrumbs":4,"title":1},"107":{"body":27,"breadcrumbs":3,"title":0},"108":{"body":27,"breadcrumbs":3,"title":0},"109":{"body":63,"breadcrumbs":4,"title":1},"11":{"body":7,"breadcrumbs":5,"title":3},"110":{"body":0,"breadcrumbs":5,"title":2},"111":{"body":19,"breadcrumbs":4,"title":1},"112":{"body":40,"breadcrumbs":6,"title":3},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":43,"breadcrumbs":6,"title":3},"115":{"body":0,"breadcrumbs":4,"title":1},"116":{"body":0,"breadcrumbs":5,"title":2},"117":{"body":13,"breadcrumbs":4,"title":1},"118":{"body":13,"breadcrumbs":4,"title":1},"119":{"body":25,"breadcrumbs":6,"title":3},"12":{"body":25,"breadcrumbs":7,"title":3},"120":{"body":17,"breadcrumbs":5,"title":2},"121":{"body":16,"breadcrumbs":4,"title":1},"122":{"body":15,"breadcrumbs":4,"title":1},"123":{"body":32,"breadcrumbs":4,"title":1},"124":{"body":38,"breadcrumbs":4,"title":1},"125":{"body":12,"breadcrumbs":4,"title":1},"126":{"body":13,"breadcrumbs":4,"title":1},"127":{"body":11,"breadcrumbs":4,"title":1},"128":{"body":35,"breadcrumbs":3,"title":0},"129":{"body":0,"breadcrumbs":5,"title":2},"13":{"body":33,"breadcrumbs":5,"title":1},"130":{"body":26,"breadcrumbs":4,"title":1},"131":{"body":12,"breadcrumbs":4,"title":1},"132":{"body":12,"breadcrumbs":4,"title":1},"133":{"body":20,"breadcrumbs":4,"title":1},"134":{"body":18,"breadcrumbs":4,"title":1},"135":{"body":54,"breadcrumbs":4,"title":1},"136":{"body":6,"breadcrumbs":6,"title":3},"137":{"body":155,"breadcrumbs":4,"title":1},"138":{"body":55,"breadcrumbs":4,"title":1},"139":{"body":0,"breadcrumbs":5,"title":2},"14":{"body":114,"breadcrumbs":5,"title":1},"140":{"body":7,"breadcrumbs":4,"title":1},"141":{"body":62,"breadcrumbs":4,"title":1},"142":{"body":0,"breadcrumbs":5,"title":2},"143":{"body":23,"breadcrumbs":4,"title":1},"144":{"body":19,"breadcrumbs":4,"title":1},"145":{"body":21,"breadcrumbs":4,"title":1},"146":{"body":53,"breadcrumbs":4,"title":1},"147":{"body":15,"breadcrumbs":4,"title":1},"148":{"body":0,"breadcrumbs":5,"title":2},"149":{"body":33,"breadcrumbs":5,"title":2},"15":{"body":31,"breadcrumbs":6,"title":2},"150":{"body":21,"breadcrumbs":4,"title":1},"151":{"body":11,"breadcrumbs":4,"title":1},"152":{"body":15,"breadcrumbs":4,"title":1},"153":{"body":37,"breadcrumbs":4,"title":1},"154":{"body":43,"breadcrumbs":4,"title":1},"155":{"body":28,"breadcrumbs":4,"title":1},"156":{"body":12,"breadcrumbs":4,"title":1},"157":{"body":0,"breadcrumbs":6,"title":3},"158":{"body":16,"breadcrumbs":4,"title":1},"159":{"body":14,"breadcrumbs":4,"title":1},"16":{"body":55,"breadcrumbs":7,"title":3},"160":{"body":0,"breadcrumbs":5,"title":2},"161":{"body":19,"breadcrumbs":4,"title":1},"162":{"body":14,"breadcrumbs":4,"title":1},"163":{"body":16,"breadcrumbs":4,"title":1},"164":{"body":0,"breadcrumbs":5,"title":2},"165":{"body":22,"breadcrumbs":4,"title":1},"166":{"body":45,"breadcrumbs":4,"title":1},"167":{"body":15,"breadcrumbs":4,"title":1},"168":{"body":25,"breadcrumbs":5,"title":2},"169":{"body":70,"breadcrumbs":5,"title":2},"17":{"body":52,"breadcrumbs":6,"title":2},"170":{"body":0,"breadcrumbs":5,"title":2},"171":{"body":19,"breadcrumbs":4,"title":1},"172":{"body":20,"breadcrumbs":4,"title":1},"173":{"body":20,"breadcrumbs":4,"title":1},"174":{"body":14,"breadcrumbs":4,"title":1},"175":{"body":35,"breadcrumbs":6,"title":2},"176":{"body":30,"breadcrumbs":10,"title":6},"177":{"body":6,"breadcrumbs":6,"title":2},"178":{"body":10,"breadcrumbs":5,"title":1},"179":{"body":8,"breadcrumbs":5,"title":1},"18":{"body":48,"breadcrumbs":6,"title":2},"180":{"body":7,"breadcrumbs":5,"title":1},"181":{"body":16,"breadcrumbs":5,"title":1},"182":{"body":33,"breadcrumbs":6,"title":2},"183":{"body":21,"breadcrumbs":6,"title":2},"184":{"body":20,"breadcrumbs":6,"title":2},"185":{"body":26,"breadcrumbs":5,"title":1},"186":{"body":22,"breadcrumbs":4,"title":0},"187":{"body":5,"breadcrumbs":6,"title":2},"188":{"body":25,"breadcrumbs":5,"title":1},"189":{"body":26,"breadcrumbs":5,"title":1},"19":{"body":31,"breadcrumbs":5,"title":1},"190":{"body":20,"breadcrumbs":5,"title":1},"191":{"body":19,"breadcrumbs":5,"title":1},"192":{"body":21,"breadcrumbs":6,"title":2},"193":{"body":21,"breadcrumbs":6,"title":2},"194":{"body":64,"breadcrumbs":6,"title":2},"195":{"body":20,"breadcrumbs":6,"title":2},"196":{"body":38,"breadcrumbs":6,"title":2},"197":{"body":26,"breadcrumbs":6,"title":2},"198":{"body":34,"breadcrumbs":6,"title":2},"199":{"body":40,"breadcrumbs":6,"title":2},"2":{"body":19,"breadcrumbs":2,"title":1},"20":{"body":11,"breadcrumbs":6,"title":2},"200":{"body":44,"breadcrumbs":6,"title":2},"201":{"body":40,"breadcrumbs":6,"title":2},"202":{"body":43,"breadcrumbs":6,"title":2},"203":{"body":27,"breadcrumbs":5,"title":1},"204":{"body":31,"breadcrumbs":5,"title":1},"205":{"body":24,"breadcrumbs":5,"title":1},"206":{"body":32,"breadcrumbs":5,"title":1},"207":{"body":44,"breadcrumbs":5,"title":1},"208":{"body":45,"breadcrumbs":4,"title":1},"209":{"body":15,"breadcrumbs":4,"title":1},"21":{"body":8,"breadcrumbs":6,"title":2},"210":{"body":16,"breadcrumbs":4,"title":1},"211":{"body":17,"breadcrumbs":4,"title":1},"212":{"body":20,"breadcrumbs":5,"title":2},"213":{"body":5,"breadcrumbs":4,"title":1},"214":{"body":52,"breadcrumbs":5,"title":2},"215":{"body":9,"breadcrumbs":5,"title":2},"216":{"body":0,"breadcrumbs":4,"title":1},"217":{"body":20,"breadcrumbs":5,"title":2},"218":{"body":15,"breadcrumbs":5,"title":2},"219":{"body":42,"breadcrumbs":5,"title":2},"22":{"body":51,"breadcrumbs":4,"title":2},"220":{"body":54,"breadcrumbs":5,"title":2},"221":{"body":8,"breadcrumbs":5,"title":2},"222":{"body":95,"breadcrumbs":2,"title":1},"223":{"body":16,"breadcrumbs":3,"title":1},"224":{"body":3,"breadcrumbs":3,"title":1},"225":{"body":47,"breadcrumbs":3,"title":1},"226":{"body":47,"breadcrumbs":3,"title":1},"227":{"body":7,"breadcrumbs":3,"title":1},"228":{"body":7,"breadcrumbs":3,"title":1},"229":{"body":10,"breadcrumbs":3,"title":1},"23":{"body":86,"breadcrumbs":4,"title":1},"230":{"body":7,"breadcrumbs":3,"title":1},"231":{"body":7,"breadcrumbs":3,"title":1},"232":{"body":20,"breadcrumbs":3,"title":1},"233":{"body":5,"breadcrumbs":3,"title":1},"234":{"body":43,"breadcrumbs":4,"title":2},"235":{"body":19,"breadcrumbs":3,"title":1},"236":{"body":16,"breadcrumbs":4,"title":2},"237":{"body":6,"breadcrumbs":3,"title":1},"238":{"body":0,"breadcrumbs":4,"title":2},"239":{"body":4,"breadcrumbs":3,"title":1},"24":{"body":31,"breadcrumbs":6,"title":2},"240":{"body":88,"breadcrumbs":3,"title":1},"241":{"body":69,"breadcrumbs":3,"title":1},"242":{"body":73,"breadcrumbs":3,"title":1},"243":{"body":46,"breadcrumbs":4,"title":2},"244":{"body":31,"breadcrumbs":4,"title":2},"245":{"body":95,"breadcrumbs":4,"title":2},"246":{"body":10,"breadcrumbs":5,"title":3},"247":{"body":10,"breadcrumbs":3,"title":1},"248":{"body":162,"breadcrumbs":3,"title":1},"249":{"body":163,"breadcrumbs":3,"title":1},"25":{"body":80,"breadcrumbs":5,"title":1},"250":{"body":12,"breadcrumbs":3,"title":1},"251":{"body":14,"breadcrumbs":4,"title":2},"252":{"body":16,"breadcrumbs":3,"title":1},"253":{"body":0,"breadcrumbs":4,"title":2},"254":{"body":4,"breadcrumbs":3,"title":1},"255":{"body":70,"breadcrumbs":3,"title":1},"256":{"body":19,"breadcrumbs":3,"title":1},"257":{"body":80,"breadcrumbs":3,"title":1},"258":{"body":34,"breadcrumbs":4,"title":2},"259":{"body":86,"breadcrumbs":4,"title":2},"26":{"body":78,"breadcrumbs":5,"title":1},"260":{"body":10,"breadcrumbs":5,"title":3},"261":{"body":0,"breadcrumbs":4,"title":2},"262":{"body":90,"breadcrumbs":7,"title":5},"263":{"body":90,"breadcrumbs":6,"title":4},"264":{"body":21,"breadcrumbs":2,"title":1},"265":{"body":12,"breadcrumbs":3,"title":1},"266":{"body":23,"breadcrumbs":5,"title":3},"267":{"body":77,"breadcrumbs":5,"title":3},"268":{"body":11,"breadcrumbs":5,"title":3},"269":{"body":25,"breadcrumbs":5,"title":3},"27":{"body":36,"breadcrumbs":6,"title":2},"270":{"body":110,"breadcrumbs":3,"title":1},"271":{"body":35,"breadcrumbs":4,"title":2},"272":{"body":28,"breadcrumbs":3,"title":1},"273":{"body":56,"breadcrumbs":3,"title":1},"274":{"body":24,"breadcrumbs":3,"title":1},"275":{"body":30,"breadcrumbs":3,"title":1},"276":{"body":13,"breadcrumbs":3,"title":1},"277":{"body":4,"breadcrumbs":3,"title":1},"278":{"body":4,"breadcrumbs":3,"title":1},"279":{"body":11,"breadcrumbs":4,"title":2},"28":{"body":24,"breadcrumbs":7,"title":3},"280":{"body":38,"breadcrumbs":3,"title":1},"281":{"body":73,"breadcrumbs":5,"title":2},"282":{"body":26,"breadcrumbs":6,"title":3},"283":{"body":30,"breadcrumbs":5,"title":2},"284":{"body":11,"breadcrumbs":5,"title":2},"285":{"body":72,"breadcrumbs":4,"title":1},"286":{"body":42,"breadcrumbs":4,"title":1},"287":{"body":36,"breadcrumbs":4,"title":1},"288":{"body":46,"breadcrumbs":5,"title":2},"289":{"body":25,"breadcrumbs":7,"title":4},"29":{"body":25,"breadcrumbs":7,"title":3},"290":{"body":15,"breadcrumbs":5,"title":2},"291":{"body":31,"breadcrumbs":4,"title":1},"292":{"body":34,"breadcrumbs":4,"title":1},"293":{"body":42,"breadcrumbs":5,"title":2},"294":{"body":44,"breadcrumbs":4,"title":1},"295":{"body":44,"breadcrumbs":4,"title":1},"296":{"body":46,"breadcrumbs":4,"title":1},"297":{"body":43,"breadcrumbs":4,"title":1},"298":{"body":106,"breadcrumbs":6,"title":3},"299":{"body":51,"breadcrumbs":4,"title":1},"3":{"body":23,"breadcrumbs":4,"title":3},"30":{"body":42,"breadcrumbs":5,"title":1},"300":{"body":71,"breadcrumbs":5,"title":2},"301":{"body":62,"breadcrumbs":5,"title":2},"302":{"body":57,"breadcrumbs":5,"title":2},"303":{"body":110,"breadcrumbs":7,"title":4},"304":{"body":72,"breadcrumbs":5,"title":2},"305":{"body":55,"breadcrumbs":5,"title":2},"306":{"body":88,"breadcrumbs":5,"title":2},"307":{"body":36,"breadcrumbs":7,"title":4},"308":{"body":21,"breadcrumbs":7,"title":4},"309":{"body":57,"breadcrumbs":7,"title":4},"31":{"body":120,"breadcrumbs":6,"title":2},"310":{"body":71,"breadcrumbs":6,"title":3},"311":{"body":53,"breadcrumbs":4,"title":1},"312":{"body":60,"breadcrumbs":5,"title":2},"313":{"body":53,"breadcrumbs":5,"title":2},"314":{"body":58,"breadcrumbs":5,"title":2},"315":{"body":71,"breadcrumbs":4,"title":1},"316":{"body":0,"breadcrumbs":5,"title":2},"317":{"body":117,"breadcrumbs":4,"title":1},"318":{"body":26,"breadcrumbs":4,"title":1},"319":{"body":34,"breadcrumbs":6,"title":3},"32":{"body":17,"breadcrumbs":5,"title":1},"320":{"body":3,"breadcrumbs":2,"title":1},"321":{"body":99,"breadcrumbs":2,"title":1},"322":{"body":96,"breadcrumbs":3,"title":2},"323":{"body":102,"breadcrumbs":4,"title":3},"324":{"body":73,"breadcrumbs":2,"title":1},"325":{"body":102,"breadcrumbs":3,"title":2},"326":{"body":394,"breadcrumbs":2,"title":1},"327":{"body":228,"breadcrumbs":2,"title":1},"328":{"body":130,"breadcrumbs":3,"title":2},"329":{"body":61,"breadcrumbs":2,"title":1},"33":{"body":22,"breadcrumbs":7,"title":3},"330":{"body":63,"breadcrumbs":4,"title":3},"331":{"body":226,"breadcrumbs":2,"title":1},"332":{"body":45,"breadcrumbs":3,"title":2},"333":{"body":7,"breadcrumbs":4,"title":3},"334":{"body":120,"breadcrumbs":2,"title":1},"335":{"body":0,"breadcrumbs":3,"title":1},"336":{"body":22,"breadcrumbs":3,"title":1},"337":{"body":13,"breadcrumbs":3,"title":1},"338":{"body":69,"breadcrumbs":4,"title":2},"339":{"body":30,"breadcrumbs":8,"title":6},"34":{"body":6,"breadcrumbs":5,"title":1},"340":{"body":23,"breadcrumbs":4,"title":2},"341":{"body":7,"breadcrumbs":3,"title":1},"342":{"body":46,"breadcrumbs":6,"title":4},"343":{"body":18,"breadcrumbs":4,"title":2},"344":{"body":5,"breadcrumbs":3,"title":1},"345":{"body":22,"breadcrumbs":3,"title":1},"35":{"body":18,"breadcrumbs":5,"title":1},"36":{"body":14,"breadcrumbs":4,"title":1},"37":{"body":63,"breadcrumbs":4,"title":1},"38":{"body":77,"breadcrumbs":4,"title":1},"39":{"body":0,"breadcrumbs":3,"title":0},"4":{"body":0,"breadcrumbs":3,"title":1},"40":{"body":56,"breadcrumbs":5,"title":2},"41":{"body":52,"breadcrumbs":5,"title":2},"42":{"body":72,"breadcrumbs":4,"title":1},"43":{"body":35,"breadcrumbs":4,"title":1},"44":{"body":11,"breadcrumbs":4,"title":1},"45":{"body":6,"breadcrumbs":5,"title":2},"46":{"body":56,"breadcrumbs":6,"title":3},"47":{"body":43,"breadcrumbs":4,"title":1},"48":{"body":27,"breadcrumbs":4,"title":1},"49":{"body":55,"breadcrumbs":4,"title":1},"5":{"body":28,"breadcrumbs":4,"title":2},"50":{"body":53,"breadcrumbs":5,"title":2},"51":{"body":49,"breadcrumbs":5,"title":2},"52":{"body":9,"breadcrumbs":8,"title":5},"53":{"body":23,"breadcrumbs":4,"title":1},"54":{"body":12,"breadcrumbs":4,"title":1},"55":{"body":22,"breadcrumbs":4,"title":1},"56":{"body":82,"breadcrumbs":5,"title":2},"57":{"body":46,"breadcrumbs":6,"title":3},"58":{"body":80,"breadcrumbs":4,"title":1},"59":{"body":34,"breadcrumbs":4,"title":1},"6":{"body":35,"breadcrumbs":4,"title":2},"60":{"body":56,"breadcrumbs":8,"title":5},"61":{"body":68,"breadcrumbs":5,"title":2},"62":{"body":31,"breadcrumbs":4,"title":1},"63":{"body":52,"breadcrumbs":4,"title":1},"64":{"body":19,"breadcrumbs":4,"title":1},"65":{"body":15,"breadcrumbs":4,"title":1},"66":{"body":26,"breadcrumbs":5,"title":2},"67":{"body":7,"breadcrumbs":5,"title":2},"68":{"body":11,"breadcrumbs":5,"title":2},"69":{"body":30,"breadcrumbs":5,"title":2},"7":{"body":15,"breadcrumbs":3,"title":1},"70":{"body":0,"breadcrumbs":8,"title":3},"71":{"body":30,"breadcrumbs":6,"title":1},"72":{"body":39,"breadcrumbs":8,"title":3},"73":{"body":5,"breadcrumbs":6,"title":1},"74":{"body":9,"breadcrumbs":7,"title":2},"75":{"body":8,"breadcrumbs":7,"title":2},"76":{"body":32,"breadcrumbs":6,"title":1},"77":{"body":20,"breadcrumbs":6,"title":1},"78":{"body":19,"breadcrumbs":6,"title":1},"79":{"body":31,"breadcrumbs":6,"title":1},"8":{"body":62,"breadcrumbs":3,"title":1},"80":{"body":50,"breadcrumbs":7,"title":2},"81":{"body":11,"breadcrumbs":7,"title":2},"82":{"body":54,"breadcrumbs":6,"title":1},"83":{"body":119,"breadcrumbs":6,"title":1},"84":{"body":0,"breadcrumbs":7,"title":2},"85":{"body":78,"breadcrumbs":7,"title":2},"86":{"body":67,"breadcrumbs":6,"title":1},"87":{"body":37,"breadcrumbs":7,"title":2},"88":{"body":24,"breadcrumbs":6,"title":1},"89":{"body":9,"breadcrumbs":7,"title":2},"9":{"body":29,"breadcrumbs":3,"title":1},"90":{"body":68,"breadcrumbs":8,"title":3},"91":{"body":0,"breadcrumbs":4,"title":1},"92":{"body":32,"breadcrumbs":4,"title":1},"93":{"body":37,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":5,"title":2},"95":{"body":107,"breadcrumbs":3,"title":0},"96":{"body":15,"breadcrumbs":4,"title":1},"97":{"body":32,"breadcrumbs":3,"title":0},"98":{"body":59,"breadcrumbs":4,"title":1},"99":{"body":24,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"Welcome to Endatabas! Endatabas is a SQL document database with complete history. It will store anything, forever. The best way to understand Endatabas is to use it. Head on over to the Quickstart to try it out. If you're not ready to run your first query yet, there's plenty of explanatory material in our What? and Why? documents.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"If you came to the Endatabas book directly, you may also be interested in: www.endatabas.com github.com/endatabas/endb","breadcrumbs":"Introduction » Elsewhere","id":"1","title":"Elsewhere"},"10":{"body":"Endb ships with permissively-licensed (MIT) client libraries: pip install endb\nnpm install @endatabas/endb You can copy and modify their source code for any purpose. Read more about how to use them in the client libraries docs .","breadcrumbs":"Tutorial » Try It! » Client Libraries","id":"10","title":"Client Libraries"},"100":{"body":"LIKE is the operator equivalent of the LIKE function . LIKE returns TRUE if a string matches the supplied LIKE pattern, as defined below: A pattern can be a string literal. It can also contain underscores (_) and/or percentage symbols (%). An underscore matches exactly one character. A percentage symbol matches zero or more characters. Backslash escapes the following character to make it a literal. Use ESCAPE to override the default backslash escape character. SELECT * FROM products WHERE name LIKE 'Tofu';\nSELECT * FROM products WHERE name LIKE 'Tof_';\nSELECT * FROM products WHERE name LIKE '%of%';\nSELECT * FROM products WHERE name LIKE '\\%of\\%';\nSELECT * FROM products WHERE name LIKE 'X%ofX%' ESCAPE 'X'; NOT LIKE is used to invert the results of the match. SELECT * FROM products WHERE name NOT LIKE '%of%'; NOTE: Endb LIKE is case-sensitive.","breadcrumbs":"SQL Reference » Operators » LIKE","id":"100","title":"LIKE"},"101":{"body":"REGEXP returns TRUE if a string matches the supplied regular expression. REGEXP may be prefixed with NOT. SELECT * FROM products WHERE name REGEXP '.*ee|.*ea';\nSELECT * FROM products WHERE name NOT REGEXP '.*[fst]+.*';","breadcrumbs":"SQL Reference » Operators » REGEXP","id":"101","title":"REGEXP"},"102":{"body":"GLOB returns TRUE if a string matches the supplied UNIX glob. GLOB may be prefixed with NOT. SELECT * FROM products WHERE name GLOB '*of*';\nSELECT * FROM avatars WHERE filename NOT GLOB '/opt/local/avatars/*/*.png'; NOTE: GLOB is case-sensitive. It conforms to standard UNIX globs and thus does not support \"globstar\" (recursive directory) expansion like **/*.png.","breadcrumbs":"SQL Reference » Operators » GLOB","id":"102","title":"GLOB"},"103":{"body":"MATCH returns TRUE if the value on the left contains the value on the right, at the top level. Note that a top-level array to the right of the MATCH refers to a set of values that all need to match, not a literal array. The following expressions return TRUE: SELECT 'foo' MATCH 'foo';\nSELECT [1, 2, 3] MATCH [3, 1];\nSELECT {user: 'foo', age: 42} MATCH {age: 42};\nSELECT {a: [1, 2, {c: 3, x: 4}], c: 'b'} MATCH {a: [{x: 4}, 1]}; The following expressions return FALSE: SELECT [1, 2, [1, 3]] MATCH [1, 3];\nSELECT {foo: {bar: 'baz'}} MATCH {bar: 'baz'};\nSELECT {a: [1, 2, {c: 3, x: 4}], c: 'b'} MATCH {a: [{x: 4}, 3]}; NOTE: The @> operator is a synonym for MATCH. It is provided as a convenience for users accustomed to the equivalent JSON Containment Operator in Postgres . It also has a symmetric operator, <@, which returns TRUE if the value on the right contains the value on the left, at the top level. No symmetric keyword exists for MATCH.","breadcrumbs":"SQL Reference » Operators » MATCH (Containment)","id":"103","title":"MATCH (Containment)"},"104":{"body":"SOME is a synonym for ANY. ANY qualifies a subquery by comparing a single column or literal value with the result of that subquery. ANY is used in the form ANY (). It returns true if the subquery returns a one or more values for which the operator is true. The operator must return a boolean and the subquery must return a single column. SELECT 1500 < SOME (SELECT price FROM products);","breadcrumbs":"SQL Reference » Operators » ANY, SOME","id":"104","title":"ANY, SOME"},"105":{"body":"ALL qualifies a subquery by comparing a single column or literal value with the result of that subquery. ALL is used in the form ALL (). It returns true only if all values returned by the subquery are true for the operator provided. The operator must return a boolean and the subquery must return a single column. SELECT \"ok\" = ALL (SELECT status_code FROM statuses);","breadcrumbs":"SQL Reference » Operators » ALL","id":"105","title":"ALL"},"106":{"body":"EXISTS returns TRUE if the subquery which follows it returns at least one row. SELECT name FROM products WHERE EXISTS (SELECT 1 FROM coupons WHERE name = products.name);","breadcrumbs":"SQL Reference » Operators » EXISTS","id":"106","title":"EXISTS"},"107":{"body":"The standard SQL IN clause can be used to test lists and subqueries for containment of a value. SELECT * FROM products WHERE price IN (5.00, 5.99);\nSELECT * FROM products WHERE price IN (SELECT price FROM coupons); NOTE: Use MATCH to test for containment of a value in an array.","breadcrumbs":"SQL Reference » Operators » IN","id":"107","title":"IN"},"108":{"body":"The standard SQL NOT IN clause can be used to test lists and subqueries for absence of a value. SELECT * FROM products WHERE price NOT IN (5.00, 5.99);\nSELECT * FROM products WHERE price NOT IN (SELECT price FROM coupons); NOTE: Use MATCH to test for absence of a value in an array.","breadcrumbs":"SQL Reference » Operators » NOT IN","id":"108","title":"NOT IN"},"109":{"body":"The || operator concatenates two strings or arrays supplied as arguments. When concatenating to an array element: other elements, arrays, and blobs are accepted as the second argument. When concatenating to an array: arrays, blobs, and array elements are accepted as the second argument. Elements other than strings are cast to strings when concatenated with each other. Multiple operators can be chained together. SELECT \"Hello\" || \"World\";\nSELECT [1, 2, 3] || [4, 5, 6];\nSELECT 1 || 2;\nSELECT \"Hello\" || [\"World\"];\nSELECT [\"Hello\"] || \"World\";\nSELECT \"Hello\" || \"World\" || \"And\" || \"Friends\"; The Concatenation Operator is equivalent to the CONCAT function .","breadcrumbs":"SQL Reference » Operators » || (Concatenation)","id":"109","title":"|| (Concatenation)"},"11":{"body":"You can use any of these tools (or any other HTTP client you prefer) for the rest of this tutorial.","breadcrumbs":"Tutorial » Try It! » Learning Endb SQL","id":"11","title":"Learning Endb SQL"},"110":{"body":"","breadcrumbs":"SQL Reference » Operators » Vector Operators","id":"110","title":"Vector Operators"},"111":{"body":"At the moment, Endb performs exact nearest neighbor search, which provides perfect recall. Endb may support approximate vector indexes in the future, which trade accuracy for speed.","breadcrumbs":"SQL Reference » Operators » Indexing","id":"111","title":"Indexing"},"112":{"body":"The L2 Distance operator (<->) compares two vectors by Euclidean distance . It is symmetrical to the L2_DISTANCE function. SELECT * FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), (NULL), ([1,2,4])) AS t(val) WHERE val NOT NULL ORDER BY t.val <-> [3,3,3];\n-- [{'val': [1, 2, 3]},\n-- {'val': [1, 2, 4]},\n-- {'val': [1, 1, 1]},\n-- {'val': [0, 0, 0]}]","breadcrumbs":"SQL Reference » Operators » <-> (L2 or Euclidean Distance)","id":"112","title":"<-> (L2 or Euclidean Distance)"},"113":{"body":"The Cosine Distance operator (<=>) compares two vectors by the complement of their Cosine Similarity . It is symmetrical to the COSINE_DISTANCE function. SELECT val FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), ([1,2,4])) AS t(val) WHERE t.val <=> [3,3,3] NOT NULL ORDER BY t.val <=> [3,3,3];\n-- [{'val': [1, 1, 1]},\n-- {'val': [1, 2, 3]},\n-- {'val': [1, 2, 4]}]","breadcrumbs":"SQL Reference » Operators » <=> (Cosine Distance)","id":"113","title":"<=> (Cosine Distance)"},"114":{"body":"The Inverse Inner Product operator (<#>) compares two vectors by the inverse of their Inner Product . It is the inverse of the INNER_PRODUCT function. SELECT val FROM (VALUES ([0,0,0]), ([1,2,3]), ([1,1,1]), (NULL), ([1,2,4])) AS t(val) WHERE val IS NOT NULL ORDER BY t.val <#> [3,3,3];\n-- [{'val': [1, 2, 4]},\n-- {'val': [1, 2, 3]},\n-- {'val': [1, 1, 1]},\n-- {'val': [0, 0, 0]}]","breadcrumbs":"SQL Reference » Operators » <#> (Inverse Inner Product)","id":"114","title":"<#> (Inverse Inner Product)"},"115":{"body":"","breadcrumbs":"SQL Reference » Functions » Functions","id":"115","title":"Functions"},"116":{"body":"","breadcrumbs":"SQL Reference » Functions » String Functions","id":"116","title":"String Functions"},"117":{"body":"The CHARACTER_LENGTH function returns the number of unicode characters in a string. SELECT CHARACTER_LENGTH('josé');\n-- 4 SELECT CHARACTER_LENGTH('❤️🥫');\n-- 3","breadcrumbs":"SQL Reference » Functions » CHARACTER_LENGTH","id":"117","title":"CHARACTER_LENGTH"},"118":{"body":"The OCTET_LENGTH function returns the length of a string, in bytes (octets). SELECT OCTET_LENGTH('josé');\n-- 5 SELECT OCTET_LENGTH('❤️🥫');\n-- 10","breadcrumbs":"SQL Reference » Functions » OCTET_LENGTH","id":"118","title":"OCTET_LENGTH"},"119":{"body":"The TRIM, LTRIM, and RTRIM functions trim surrounding whitespace, whitespace to the left, and whitespace to the right of a string, respectively. SELECT TRIM(' hello ');\n-- 'hello' SELECT LTRIM(' hello ');\n-- 'hello ' SELECT RTRIM(' hello ');\n-- ' hello'","breadcrumbs":"SQL Reference » Functions » TRIM, LTRIM, RTRIM","id":"119","title":"TRIM, LTRIM, RTRIM"},"12":{"body":"If you know SQL, Endb SQL will feel instantly familiar. It is not \"SQL-like\". It is SQL. However, Endb SQL is dynamic , strongly-typed , time-aware , and shuns language embedding . Hopefully it is pleasant to use without feeling foreign.","breadcrumbs":"Tutorial » Endb SQL Basics » Endb SQL Basics","id":"12","title":"Endb SQL Basics"},"120":{"body":"The LOWER and UPPER functions downcase and upcase a string, respectively. SELECT LOWER('Relatable Algebra');\n-- 'relatable algebra' SELECT UPPER('Shouting Calculus');\n-- 'SHOUTING CALCULUS'","breadcrumbs":"SQL Reference » Functions » LOWER, UPPER","id":"120","title":"LOWER, UPPER"},"121":{"body":"The REPLACE function returns the string in the first parameter, with the second parameter (if found) replaced by the third. SELECT REPLACE('Relatable Algebra', 'Rela', 'Infla');","breadcrumbs":"SQL Reference » Functions » REPLACE","id":"121","title":"REPLACE"},"122":{"body":"The INSTR function returns the first character of a substring match on the second parameter, if found, and 0 if it is not found. SELECT INSTR('Coffee', 'ee');","breadcrumbs":"SQL Reference » Functions » INSTR","id":"122","title":"INSTR"},"123":{"body":"The SUBSTRING function returns the substring starting from the index provided as the second parameter. If the (optional) third parameter is provided, the substring will be of that length (or less, if the end of the source string is reached). SUBSTR is a synonym for SUBSTRING. SELECT SUBSTRING('Hello Edgar', 4);\nSELECT SUBSTR('Hello Edgar', 4, 2);","breadcrumbs":"SQL Reference » Functions » SUBSTRING","id":"123","title":"SUBSTRING"},"124":{"body":"The POSITION pseudo-function returns the first position of the first character of the first matched substring in another string. If the substring is not detected, POSITION returns 0. SELECT POSITION(\"h\" IN \"Hawaii\");\nSELECT POSITION(\"i\" IN \"Hawaii\");\nSELECT POSITION(\"Ha\" IN \"Hawaii\"); NOTE: POSITION is a \"pseudo-function\" because internally it uses custom syntax of the form IN .","breadcrumbs":"SQL Reference » Functions » POSITION","id":"124","title":"POSITION"},"125":{"body":"The UNICODE function returns an integer unicode value for the first character of the parameter given. SELECT UNICODE('Adam');","breadcrumbs":"SQL Reference » Functions » UNICODE","id":"125","title":"UNICODE"},"126":{"body":"The CHAR function returns a string corresponding to the supplied integer character codes. SELECT CHAR(65, 66, 67);","breadcrumbs":"SQL Reference » Functions » CHAR","id":"126","title":"CHAR"},"127":{"body":"CONCAT is equivalent to the Concatenation Operator (||) except that CONCAT is limited to 2-arity applications and || can be chained.","breadcrumbs":"SQL Reference » Functions » CONCAT","id":"127","title":"CONCAT"},"128":{"body":"The LIKE function serves the same purpose as the LIKE operator . However, the argument order is (effectively) reversed for the LIKE function, to match the signature used in SQLite. For the function version, the pattern is the first argument. Optionally, an alternative escape character can be provided as a third argument. SELECT * FROM users WHERE LIKE('Stev%', name);\nSELECT * FROM users WHERE LIKE('EdgarX%', name, 'X');","breadcrumbs":"SQL Reference » Functions » LIKE","id":"128","title":"LIKE"},"129":{"body":"","breadcrumbs":"SQL Reference » Functions » Collection Functions","id":"129","title":"Collection Functions"},"13":{"body":"Endb is a schemaless document database. You do not need CREATE TABLE — tables are dynamically created when you insert data. The following SQL is valid as soon as you start endb: INSERT INTO posts (id, user_id, text) VALUES (123, 456, 'Hello World'); Try querying it out: SELECT * FROM posts;","breadcrumbs":"Tutorial » Endb SQL Basics » Just Begin","id":"13","title":"Just Begin"},"130":{"body":"The LENGTH function counts the number of entries in a collection. When supplied with a string, it is a synonym for CHARACTER_LENGTH. SELECT LENGTH([3, 2]);\nSELECT LENGTH({name: 'Peas', price: 8.99, product_no: 77});\nSELECT LENGTH('josé'); NOTE: CARDINALITY is an synonym for LENGTH.","breadcrumbs":"SQL Reference » Functions » LENGTH","id":"130","title":"LENGTH"},"131":{"body":"An object's keys can be selected using OBJECT_KEYS. SELECT OBJECT_KEYS({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40});","breadcrumbs":"SQL Reference » Functions » OBJECT_KEYS","id":"131","title":"OBJECT_KEYS"},"132":{"body":"An object's values can be selected using OBJECT_VALUES. SELECT OBJECT_VALUES({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40});","breadcrumbs":"SQL Reference » Functions » OBJECT_VALUES","id":"132","title":"OBJECT_VALUES"},"133":{"body":"Returns an array of key-value pairs representing the given object. SELECT OBJECT_ENTRIES({a: 1, b: 2, c: 3});\n-- [['a': 1], ['b': 2], ['c': 3]]","breadcrumbs":"SQL Reference » Functions » OBJECT_ENTRIES","id":"133","title":"OBJECT_ENTRIES"},"134":{"body":"Constructs an object from an array of key-value pairs. SELECT OBJECT_FROM_ENTRIES([['a', 1], ['b', 2], ['c', 3]]);\n-- {a: 1, b: 2, c: 3}","breadcrumbs":"SQL Reference » Functions » OBJECT_FROM_ENTRIES","id":"134","title":"OBJECT_FROM_ENTRIES"},"135":{"body":"The PATCH function takes two documents. The document returned is the first document \"patched\" with any fields found in the second document. If the second document does not specify a field, that field is left untouched. If the second document specifies any fields with values of NULL, those fields are removed. SELECT PATCH( {name: 'Salt', nutrition: {sodium: 100, ingredients: 'Kosher Salt'}}, {name: 'Sea Salt', nutrition: {ingredients: NULL}}\n); The PATCH function has an equivalent operator for data manipulation: UPDATE PATCH","breadcrumbs":"SQL Reference » Functions » PATCH","id":"135","title":"PATCH"},"136":{"body":"Table Value Functions are only valid within the FROM clause.","breadcrumbs":"SQL Reference » Functions » Table Value Functions","id":"136","title":"Table Value Functions"},"137":{"body":"The UNNEST function can be thought of as the inverse of ARRAY_AGG , although it offers more power than just unlinking elements. It takes an array or object and pulls its elements into separate rows. SELECT * FROM UNNEST([1.99, 2.99, 3.99]) AS products(price); It is possible to unnest multiple arrays. If the arrays do not have the same number of elements, the shorter array(s) will have those values filled with NULL: SELECT names.* FROM (VALUES (['Leslie', 'Edgar', 'fiver2'], ['Lamport', 'Codd'])) AS x(first, last), UNNEST(x.first, x.last) AS names(first, last); When unnesting an object, keys-value pairs will be returned as per object_entries . This behaviour is useful for manipulating collections: SELECT * FROM UNNEST({original_price: 1.99, sale_price: 1.50, coupon_price: 1.40}) AS prices(price);\n-- [{'price': ['sale_price', 1.5]},\n-- {'price': ['coupon_price', 1.4]},\n-- {'price': ['original_price', 1.99]}] Unnesting nested data from a queried table is done with the form FROM
, UNNEST(
.) AS foo(new_column). For example: INSERT INTO msgs {text: \"Here is some classic material\", user: \"George\", workday: 2024-02-25, media: [{type: \"image\", src: \"dsm.png\"}, {type: \"video\", src: \"vldb.mp4\"}]}; WITH m AS (SELECT * FROM msgs, UNNEST(msgs.media) AS m(media))\nSELECT media FROM m WHERE media..type MATCH 'video'; WITH ORDINALITY UNNEST can be suffixed with WITH ORDINALITY to append an ordinal column to the results. SELECT * FROM UNNEST([1.99, 2.99, 3.99]) WITH ORDINALITY AS products(price, n);\n-- [{'n': 0, 'price': 1.99}, {'n': 1, 'price': 2.99}, {'n': 2, 'price': 3.99}] NOTE: Endb ordinals are zero-indexed.","breadcrumbs":"SQL Reference » Functions » UNNEST","id":"137","title":"UNNEST"},"138":{"body":"The GENERATE_SERIES function generates an array of numbers within a given interval. The first and second parameters are the start and end of the interval. The optional third parameter is a step value by which to increment each number. The result is returned as a single anonymous column (with the default name, column1) containing the array. SELECT * FROM GENERATE_SERIES(0, 21) AS t(s);\nSELECT * FROM GENERATE_SERIES(0, 21, 3) AS t(s); It is possible to use the result of GENERATE_SERIES in other SQL expressions, like IN: SELECT * FROM products WHERE product_no IN (SELECT column1 FROM generate_series(1000, 20000) AS foo);","breadcrumbs":"SQL Reference » Functions » GENERATE_SERIES","id":"138","title":"GENERATE_SERIES"},"139":{"body":"","breadcrumbs":"SQL Reference » Functions » Numeric Functions","id":"139","title":"Numeric Functions"},"14":{"body":"Endb is immutable, so it does not permit destructive UPDATE or DELETE. For example, if you run an UPDATE, your previous INSERT isn't lost. Before we update the record, we'll make note of the current time, according to the database. (Any time after the INSERT and before the UPDATE would suffice.) -- make note of this time to use below\nSELECT CURRENT_TIMESTAMP; Multiple statements can be separated by semicolons. This time, we'll update the record and view it at once: UPDATE posts SET text = 'Hello Immutable World' WHERE id = 123; SELECT * from posts; You'll note that Hello World from your original insert isn't visible. That's because it only exists in the past and, by default, SELECT will show the state of the database as of now . To see the old version, you can time-travel back to a time when the old record was visible. Copy the timestamp you noted, without the quotes, something like SELECT * from posts FOR SYSTEM_TIME AS OF 2024-01-01T00:00:00.000000Z;: SELECT * from posts FOR SYSTEM_TIME AS OF {YOUR_NOTED_TIMESTAMP}; NOTE: Although there is no destructive DELETE in an immutable database, there is ERASE, which exists to remove data for user safety and compliance with laws like GDPR.","breadcrumbs":"Tutorial » Endb SQL Basics » Immutable","id":"14","title":"Immutable"},"140":{"body":"The RANDOM function returns a random integer. SELECT RANDOM();","breadcrumbs":"SQL Reference » Functions » RANDOM","id":"140","title":"RANDOM"},"141":{"body":"Endb provides standard SQL math functions based on SQLite's collection of math functions: ROUND SIN COS TAN SINH COSH TANH ASIN ACOS ATAN ASINH ACOSH ATANH ATAN2 FLOOR CEILING, CEIL SIGN SQRT EXP POWER, POW LOG, LOG10 LOG2 LN DEGREES RADIANS PI ABS NOTE: Endb follows the choice of most SQL databases and aliases LOG to LOG10 rather than LN (natural log), as specified by the SQL standard. NOTE: Mathematical operators are documented under Operators .","breadcrumbs":"SQL Reference » Functions » Math","id":"141","title":"Math"},"142":{"body":"","breadcrumbs":"SQL Reference » Functions » Date/Time Functions","id":"142","title":"Date/Time Functions"},"143":{"body":"The STRFTIME function formats a date or time value as a string. SELECT strftime('%Y/%m/%d', date('2001-01-01'));\nSELECT strftime('%Y %m %d at %H %M %S', datetime('2001-01-01 03:04:05'));","breadcrumbs":"SQL Reference » Functions » STRFTIME","id":"143","title":"STRFTIME"},"144":{"body":"The UNIXEPOCH function returns the number of seconds since the UNIX epoch. Accepts a DATE, TIMESTAMP, or STRING. SELECT UNIXEPOCH('2023-01-01');\nSELECT UNIXEPOCH(1970-01-01T00:00:00Z);","breadcrumbs":"SQL Reference » Functions » UNIXEPOCH","id":"144","title":"UNIXEPOCH"},"145":{"body":"The JULIANDAY function returns the Julian Day, which is the number of days since noon in UTC on November 24, 4714 B.C. Accepts a DATE, TIMESTAMP, or STRING. SELECT JULIANDAY(1970-01-01);","breadcrumbs":"SQL Reference » Functions » JULIANDAY","id":"145","title":"JULIANDAY"},"146":{"body":"The EXTRACT pseudo-function provides a way to access one named, numerical portion of a date, time, or timestamp. Portions of dates can only be extracted from dates or timestamps. Portions of times can only be extracted from timestamps or times. SELECT EXTRACT(YEAR FROM CURRENT_DATE);\nSELECT EXTRACT(MONTH FROM CURRENT_DATE);\nSELECT EXTRACT(DAY FROM CURRENT_TIMESTAMP);\nSELECT EXTRACT(HOUR FROM CURRENT_TIMESTAMP);\nSELECT EXTRACT(MINUTE FROM CURRENT_TIME);\nSELECT EXTRACT(SECOND FROM CURRENT_TIME); NOTE: EXTRACT is a \"pseudo-function\" because internally it uses custom syntax of the form FROM .","breadcrumbs":"SQL Reference » Functions » EXTRACT","id":"146","title":"EXTRACT"},"147":{"body":"The PERIOD function creates a new Period . It is equivalent to using Period literals. PERIOD(2001-04-01T00:00:00Z, 2001-05-01)","breadcrumbs":"SQL Reference » Functions » PERIOD","id":"147","title":"PERIOD"},"148":{"body":"","breadcrumbs":"SQL Reference » Functions » Aggregate Functions","id":"148","title":"Aggregate Functions"},"149":{"body":"The MIN and MAX functions return the minimum and maximum values for an expression, respectively. SELECT MIN(price) FROM products;\nSELECT MAX(price) FROM products; NOTE: MIN and MAX also have non-aggregate equivalents, which are 2-arity. When used that way, they each return the minimum or maximum value of the two values provided.","breadcrumbs":"SQL Reference » Functions » MIN, MAX","id":"149","title":"MIN, MAX"},"15":{"body":"Relationships are also dynamic. You can join any two tables on any two columns. Adding a user with id 456 allows a join with the previous posts table. INSERT INTO users (id, name) VALUES (456, 'Vikram'); SELECT * from posts p JOIN users u ON p.user_id = u.id;","breadcrumbs":"Tutorial » Endb SQL Basics » Dynamic Joins","id":"15","title":"Dynamic Joins"},"150":{"body":"The SUM function returns the sum of all non-null values under the column given as a parameter. SELECT SUM(price) FROM products; If all values for the given column are NULL, SUM returns NULL.","breadcrumbs":"SQL Reference » Functions » SUM","id":"150","title":"SUM"},"151":{"body":"The TOTAL function is equivalent to SUM except that it returns 0.0 in the case where all input values are NULL.","breadcrumbs":"SQL Reference » Functions » TOTAL","id":"151","title":"TOTAL"},"152":{"body":"The AVG function takes a numerical-type-agnostic average of all values under the column given as a parameter. SELECT AVG(price) FROM products;","breadcrumbs":"SQL Reference » Functions » AVG","id":"152","title":"AVG"},"153":{"body":"The COUNT function returns the count of non-null , non-empty values for the specified column. SELECT COUNT(price) FROM sales; NOTE: Because null/empty values are ignored, the behaviour of COUNT will differ from other SQL dialects. Whether or not COUNT(price) and COUNT(1) are equivalent is dependent on whether the price attribute exists with a non-null value on each document.","breadcrumbs":"SQL Reference » Functions » COUNT","id":"153","title":"COUNT"},"154":{"body":"The ARRAY_AGG function concatenates the results of an expression into an array. The parameter may be ordered within ARRAY_AGG. SELECT ARRAY_AGG(price) FROM products;\nSELECT ARRAY_AGG(name ORDER BY price DESC) FROM products; Note that when operating on arrays, the arrays themselves will be concatenated, not the contents of the arrays. The result will be an array of one higher dimension: SELECT ARRAY_AGG(x.column1) FROM (VALUES ([1,2]), ([3,4])) AS x;\n-- [{'column1': [[1, 2], [3, 4]]}]","breadcrumbs":"SQL Reference » Functions » ARRAY_AGG","id":"154","title":"ARRAY_AGG"},"155":{"body":"The GROUP_CONCAT function returns a string with concatenated non-null values from a column or group. Given a second parameter, It defaults to a comma-delimited list, but the second (optional) parameter can override the delimiter. SELECT GROUP_CONCAT(name) FROM products;\nSELECT GROUP_CONCAT(name, ':') FROM products;","breadcrumbs":"SQL Reference » Functions » GROUP_CONCAT","id":"155","title":"GROUP_CONCAT"},"156":{"body":"All aggregate functions can have a filter applied before aggregation. SELECT SUM(price) FILTER(WHERE price > 20) FROM products;","breadcrumbs":"SQL Reference » Functions » FILTER","id":"156","title":"FILTER"},"157":{"body":"","breadcrumbs":"SQL Reference » Functions » Data Type Functions","id":"157","title":"Data Type Functions"},"158":{"body":"The CAST function forces a value into a particular data type. Note that not all types are cast-compatible with each other. SELECT CAST(price AS INTEGER) FROM products;","breadcrumbs":"SQL Reference » Functions » CAST","id":"158","title":"CAST"},"159":{"body":"The TYPEOF function returns the type of the provided value. SELECT TYPEOF('hi2u');\nSELECT TYPEOF(1.12345678901234);\nSELECT TYPEOF(2018-01-01T00:00:00);","breadcrumbs":"SQL Reference » Functions » TYPEOF","id":"159","title":"TYPEOF"},"16":{"body":"Endb allows you to insert asymmetrical, jagged data. Let's add another user with more columns. INSERT INTO users (id, name, email) VALUES (789, 'Daniela', 'daniela@endatabas.com'); SELECT * from users; Note that the SELECT * is an implicitly dynamic query. It doesn't have any difficulty with the previous user document, even though it lacked an email column. In practice, most applications and SQL queries should specify exactly the columns they want to query. SELECT * is really only for exploratory queries, so it shows you everything visible in the table.","breadcrumbs":"Tutorial » Endb SQL Basics » Semi-Structured Data","id":"16","title":"Semi-Structured Data"},"160":{"body":"","breadcrumbs":"SQL Reference » Functions » Conditional Functions","id":"160","title":"Conditional Functions"},"161":{"body":"The IIF function is a conditional shorthand. It returns the second parameter if the condition is true and the third parameter if the condition is false. SELECT IIF(price > 5.99, 'Expensive!', 'Cheap') FROM products;","breadcrumbs":"SQL Reference » Functions » IIF","id":"161","title":"IIF"},"162":{"body":"The NULLIF function returns TRUE if the two supplied expressions are equal. SELECT NULLIF(1, 1);\nSELECT NULLIF(1, 'zig');","breadcrumbs":"SQL Reference » Functions » NULLIF","id":"162","title":"NULLIF"},"163":{"body":"The COALESCE function returns its first non-null argument. The following example returns 'zig': SELECT COALESCE(NULL, NULL, 'zig', 'zag');","breadcrumbs":"SQL Reference » Functions » COALESCE","id":"163","title":"COALESCE"},"164":{"body":"","breadcrumbs":"SQL Reference » Functions » Encoding Functions","id":"164","title":"Encoding Functions"},"165":{"body":"The BASE64 function takes a hexadecimal-encoded BLOB and returns a base64-encoded string, or vice-versa. BASE64 roundtrips its own data. There is therefore no BLOBFROMBASE64 function. SELECT BASE64(x'010203');\nSELECT BASE64('AQID');","breadcrumbs":"SQL Reference » Functions » BASE64","id":"165","title":"BASE64"},"166":{"body":"The UUID function returns a universally-unique identifier, as a string. The UUID_BLOB function takes a string UUID and returns a BLOB. The UUID_STR function takes a BLOB UUID and returns a string. When given a parameter of their return type, UUID_BLOB and UUID_STR will format the UUID provided. SELECT UUID();\nSELECT UUID_BLOB('d2ce21c9-d268-409a-b1e0-49e1200bfa47');\nSELECT UUID_STR(x'd2ce21c9d268409ab1e049e1200bfa47'); -- formatting:\nSELECT UUID_BLOB(x'd2ce21c9d268409ab1e049e1200bfa47');\nSELECT UUID_STR('d2ce21c9d268409ab1e049e1200bfa47');","breadcrumbs":"SQL Reference » Functions » UUID","id":"166","title":"UUID"},"167":{"body":"The SHA1 function takes either a hexadecimal-encoded BLOB, a string, or a number. It returns the SHA-1 encoding of that value. SELECT SHA1('2');","breadcrumbs":"SQL Reference » Functions » SHA1","id":"167","title":"SHA1"},"168":{"body":"The RANDOMBLOB function returns a random binary large object of the size given, in bytes. The ZEROBLOB function returns a zeroed-out binary large object of the size given, in bytes. SELECT RANDOMBLOB(32);\nSELECT ZEROBLOB(32);","breadcrumbs":"SQL Reference » Functions » RANDOMBLOB, ZEROBLOB","id":"168","title":"RANDOMBLOB, ZEROBLOB"},"169":{"body":"The HEX function takes a BLOB (or coerces its argument into a UTF-8 string, which in turn is interpreted as a BLOB) and turns the BLOB into an upper-case hexadecimal string. The UNHEX function takes a hexadecimal string and turns it into a BLOB. The hexadecimal string provided must contain character pairs . UNHEX takes an optional second parameter: a string containing non-hexadecimal characters to be ignored in the first parameter. If non-hexadecimal characters are found in the first parameter but not ignored in the second parameter, UNHEX returns NULL. SELECT HEX(15);\n-- '3135' SELECT UNHEX('3135');\n-- b'15' SELECT UNHEX('3135ZZ', 'Z');\n-- b'15' SELECT UNHEX('3135ZZ', 'M');\n-- NULL","breadcrumbs":"SQL Reference » Functions » HEX, UNHEX","id":"169","title":"HEX, UNHEX"},"17":{"body":"It may seem strange to leave jagged columns lying around. Endb doesn't discourage you from cleaning up your data, if you can: UPDATE users SET email = 'vikram@stockholm.se' WHERE name = 'Vikram'; SELECT * from users; The difference in Endb is that we haven't \"migrated\" the old data — it's still there. If you query for Vikram's user document as of 2 minutes ago, you will see the old record without an email. Queries in Endb always default to as-of-now , which is why the results of the query above shouldn't be surprising.","breadcrumbs":"Tutorial » Endb SQL Basics » Data \"Migration\"","id":"17","title":"Data \"Migration\""},"170":{"body":"","breadcrumbs":"SQL Reference » Functions » Vector Functions","id":"170","title":"Vector Functions"},"171":{"body":"At the moment, Endb performs exact nearest neighbor search, which provides perfect recall. Endb may support approximate vector indexes in the future, which trade accuracy for speed.","breadcrumbs":"SQL Reference » Functions » Indexing","id":"171","title":"Indexing"},"172":{"body":"The L2_DISTANCE function returns the Euclidean distance between two vectors. It is symmetrical to the <-> operator. SELECT L2_DISTANCE([-0.7888,-0.7361,-0.6208,-0.5134,-0.4044], [0.8108,0.6671,0.5565,0.5449,0.4466]);\n-- [{'column1': 2.7853052938591847}]","breadcrumbs":"SQL Reference » Functions » L2_DISTANCE","id":"172","title":"L2_DISTANCE"},"173":{"body":"The COSINE_DISTANCE function returns the complement of Cosine Similarity for two vectors. It is symmetrical to the <=> operator. SELECT COSINE_DISTANCE([-0.7888,-0.7361,-0.6208,-0.5134,-0.4044], [0.8108,0.6671,0.5565,0.5449,0.4466]);\n-- [{'column1': 1.9970250541178656}]","breadcrumbs":"SQL Reference » Functions » COSINE_DISTANCE","id":"173","title":"COSINE_DISTANCE"},"174":{"body":"The INNER_PRODUCT function returns the Inner Product of two vectors. It is inverse of the <#> operator. SELECT INNER_PRODUCT([1,2], [3,4]);\n-- [{'column1': 11.0}]","breadcrumbs":"SQL Reference » Functions » INNER_PRODUCT","id":"174","title":"INNER_PRODUCT"},"175":{"body":"To make best use of Time Queries, it is a good idea to review the time-related SQL data types, such as TIMESTAMP, DATE, TIME, and INTERVAL. These are covered in the SQL Data Types section. It is also a good idea to review Endb's other time-related functions, in case they are helpful to you: STRFTIME UNIXEPOCH JULIANDAY","breadcrumbs":"SQL Reference » Time Queries » Time Queries","id":"175","title":"Time Queries"},"176":{"body":"All Endb temporal predicates (CONTAINS, OVERLAPS, PRECEDES, SUCCEEDS, IMMEDIATELY PRECEDES, and IMMEDIATELY SUCCEEDS) follow the SQL:2011 standard's \"closed-open period model\". This means that a period represents all times starting from (and including) the start time up to (but excluding) the end time.","breadcrumbs":"SQL Reference » Time Queries » Note on SQL:2011 closed-open period model","id":"176","title":"Note on SQL:2011 closed-open period model"},"177":{"body":"Endb currently only supports times encoded as UTC.","breadcrumbs":"SQL Reference » Time Queries » Note on timezones","id":"177","title":"Note on timezones"},"178":{"body":"Endb provides access to the current value of the clock \"now\" in multiple date/time configurations.","breadcrumbs":"SQL Reference » Time Queries » Now","id":"178","title":"Now"},"179":{"body":"CURRENT_TIMESTAMP gets the current date and time in UTC. SELECT CURRENT_TIMESTAMP;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_TIMESTAMP","id":"179","title":"CURRENT_TIMESTAMP"},"18":{"body":"Endb eschews JSONB columns in favour of a native, strongly-typed, document-relational model. INSERT INTO users (id, name, friends)\nVALUES (123, 'Anastasia', [{name: 'Heikki', country: 'Finland'}, {name: 'Amit', country: 'Japan'}]); SELECT users.friends[1] FROM users WHERE id = 123; The users.friends[1] expression above is a path expression . A detailed explanation of Endb's path navigation is provided in the SQL Reference Path Navigation docs .","breadcrumbs":"Tutorial » Endb SQL Basics » Nested Data","id":"18","title":"Nested Data"},"180":{"body":"CURRENT_TIME gets the current time in UTC. SELECT CURRENT_TIME;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_TIME","id":"180","title":"CURRENT_TIME"},"181":{"body":"CURRENT_DATE gets the current date in UTC. Note that this may be different from your local date, depending on the time of day when your query is run. SELECT CURRENT_DATE;","breadcrumbs":"SQL Reference » Time Queries » CURRENT_DATE","id":"181","title":"CURRENT_DATE"},"182":{"body":"All states an Endb database has ever seen are recorded, immutably. Accessing these prior states is accomplished by querying System Time. System Time is encoded in a special column, which is normally invisible to most queries, named system_time (lower case). Because system_time is invisible by default, it must be retrieved explicitly: SELECT *, system_time FROM products;","breadcrumbs":"SQL Reference » Time Queries » System Time","id":"182","title":"System Time"},"183":{"body":"Endb permits time-traveling queries with the SQL:2011-compatible AS OF operator. The query will treat the DATE or TIMESTAMP supplied after AS OF as if it were that time now . SELECT * FROM products FOR SYSTEM_TIME AS OF 2023-08-25T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » AS OF (Time Travel)","id":"183","title":"AS OF (Time Travel)"},"184":{"body":"Endb permits time-omniscient queries with the SQL:2011-compatible ALL operator. All states, across the entire history of the relevant tables, are visible to a query suffixed with FOR SYSTEM_TIME ALL: SELECT * FROM products FOR SYSTEM_TIME ALL;","breadcrumbs":"SQL Reference » Time Queries » ALL (Time Omniscience)","id":"184","title":"ALL (Time Omniscience)"},"185":{"body":"The syntax for time-aware BETWEEN is the same as the normal BETWEEN operator . Inspect System Time with the form FOR SYSTEM_TIME BETWEEN x AND y. SELECT * FROM products FOR SYSTEM_TIME BETWEEN 2023-08-24T00:00:00 AND 2023-08-25T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » BETWEEN","id":"185","title":"BETWEEN"},"186":{"body":"Selects rows which fall between the two times, similar to BETWEEN, but is exclusive of both the start and end times. SELECT * FROM products FOR SYSTEM_TIME FROM 2023-08-24T00:00:00 TO 2023-08-30T00:00:00;","breadcrumbs":"SQL Reference » Time Queries » FROM ... TO","id":"186","title":"FROM ... TO"},"187":{"body":"The standard SQL:2011 period predicates are available.","breadcrumbs":"SQL Reference » Time Queries » Period Predicates","id":"187","title":"Period Predicates"},"188":{"body":"Returns TRUE if the second period is contained within the first. SELECT {start: 2001-01-01, end: 2001-04-01} CONTAINS {start: 2001-02-01, end: 2001-04-01};","breadcrumbs":"SQL Reference » Time Queries » CONTAINS","id":"188","title":"CONTAINS"},"189":{"body":"Returns TRUE if any part of the first period is found within the second. SELECT {start: 2001-01-01, end: 2001-03-01} OVERLAPS {start: 2001-02-01, end: 2001-04-01};","breadcrumbs":"SQL Reference » Time Queries » OVERLAPS","id":"189","title":"OVERLAPS"},"19":{"body":"Because of Endb's native document-relational model, rows are documents and vice-versa. You can use an INSERT statement to add a document directly to the database: INSERT INTO users {id: 890, name: 'Aaron', friends: [{name: 'Jeff', country: 'Canada'}, {name: 'Kaia', country: 'Japan'}]};","breadcrumbs":"Tutorial » Endb SQL Basics » Documents","id":"19","title":"Documents"},"190":{"body":"Returns TRUE if the first period ends before the second period begins. SELECT 2001-03-01 PRECEDES [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » PRECEDES","id":"190","title":"PRECEDES"},"191":{"body":"Returns TRUE if the first period begins after the second period ends. SELECT 2001-06-01 SUCCEEDS [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » SUCCEEDS","id":"191","title":"SUCCEEDS"},"192":{"body":"Returns TRUE if the first period ends exactly as the second period begins. SELECT 2001-04-01 IMMEDIATELY PRECEDES [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » IMMEDIATELY PRECEDES","id":"192","title":"IMMEDIATELY PRECEDES"},"193":{"body":"Returns TRUE if the first period begins exactly as the second period ends. SELECT 2001-05-01 IMMEDIATELY SUCCEEDS [2001-04-01T00:00:00Z, 2001-05-01];","breadcrumbs":"SQL Reference » Time Queries » IMMEDIATELY SUCCEEDS","id":"193","title":"IMMEDIATELY SUCCEEDS"},"194":{"body":"Because Endb is schemaless and semi-structured, it offers a number of powerful path-nativation primitives inspired by JSONPath , SQL/JSON , and their derivatives in legacy relational databases. You will want to familiarize yourself with Endb's nested data types (arrays and objects) before learning about path navigation. It will also be helpful to learn about other functions and operators that are frequently helpful in conjunction with path navigation: MATCH - filter by containment ARRAY_AGG - concatenate results into an array UNNEST - pull array elements into separate rows WITH - Common Table Expressions In the examples below, most path examples are shown in the SELECT clause, but they are also valid in the WHERE clause.","breadcrumbs":"SQL Reference » Path Navigation » Path Navigation","id":"194","title":"Path Navigation"},"195":{"body":"If you are familiar with arrays and objects, try adding some nested objects to the table paths (the table name is arbitrary). INSERT INTO paths {a: 2, b: {a: 3}, c: [{a: 1}, 2]};","breadcrumbs":"SQL Reference » Path Navigation » Nested Objects","id":"195","title":"Nested Objects"},"196":{"body":"Navigating the root of any document (row) as a tree looks like standard SQL, because it is: SELECT a FROM paths; Similarly, however, it is possible to navigate documents listed in an array: SELECT [{a: 2}, {a: 3}, {b: 4}].a;\n-- [{'a': [2, 3]}] It is also possible to navigate fields of sub-documents (columns of nested rows) with further dot notation: SELECT b.a FROM paths;\n-- [{'a': 3}]","breadcrumbs":"SQL Reference » Path Navigation » Root Navigation","id":"196","title":"Root Navigation"},"197":{"body":"It is possible (and helpful) to create a row literal to represent rows returned, so they are easier to navigate. The format of a row literal is {
.* }: SELECT { paths.* } FROM paths; Or the shorthand: SELECT paths FROM paths; See Row Literal Data Type","breadcrumbs":"SQL Reference » Path Navigation » Row Literals","id":"197","title":"Row Literals"},"198":{"body":"The double dot (..) notation performs a \"deep scan\" by recursively walking the document to match the name given. SELECT { paths.* }..a FROM paths;\n-- [{'a': [2, 3, 1]}] SELECT b..a FROM paths;\n-- [{'a': [3]}] SELECT * FROM paths WHERE paths..a MATCH 3; -- finds a match\nSELECT * FROM paths WHERE paths..a MATCH 4; -- does not","breadcrumbs":"SQL Reference » Path Navigation » Recursive Paths","id":"198","title":"Recursive Paths"},"199":{"body":"The square bracket notation (['']) performs a lookup of a single descendent child. SELECT { paths.* }['b']['a'] FROM paths;\n-- [{'a': 3}] SELECT b['a'] FROM paths;\n-- [{'a': 3}] Named Children can be combined with recursive paths, though the default recursive path syntax is synonymous with named children: SELECT { paths.* }..a FROM paths;\nSELECT { paths.* }..['a'] FROM paths;\nSELECT b..['a'] FROM paths;","breadcrumbs":"SQL Reference » Path Navigation » Named Child","id":"199","title":"Named Child"},"2":{"body":"This quick tutorial intends to walk you through the core aspects of Endb. By the end, you will have endb installed (if you want) and you will have used it to learn some of what it can do. Quickstart Try It! Endb SQL Basics","breadcrumbs":"Tutorial » Tutorial","id":"2","title":"Tutorial"},"20":{"body":"Endb will always do its best to provide you with meaningful error messages that point you to a solution: SELECT * FROM im_not_here;","breadcrumbs":"Tutorial » Endb SQL Basics » Error Messages","id":"20","title":"Error Messages"},"200":{"body":"The square bracket notation ([]) can also perform indexed lookups of a single descendent child. SELECT { paths.* }['b'][0] FROM paths;\n-- [{'column1': {'a': 3}}] SELECT { paths.* }['c'][1] FROM paths;\n-- [{'column1': 2}] SELECT c[1] FROM paths;\n-- [{'column1': 2}] Numbered Children can be combined with recursive paths. This finds and returns all indexed values, counting backward: SELECT { paths.* }..[-1] FROM paths;\n-- [{'column1': [2]}]","breadcrumbs":"SQL Reference » Path Navigation » Numbered Child","id":"200","title":"Numbered Child"},"201":{"body":"The square bracket notation ([*]) can also perform a wildcard lookup of all descendent children. SELECT [{a: 2}, {a: 3}, {b: 4}, 5][*]; Wildcards can be combined with recursive paths. This finds and returns all values: SELECT { paths.* }..[*] FROM paths;\n-- [{'column1': [2, {'a': 3}, [{'a': 1}, 2], 3, {'a': 1}, 2, 1]}] SELECT c..[*] FROM paths;\n-- [{'column1': [{'a': 1}, 2, 1]}]","breadcrumbs":"SQL Reference » Path Navigation » Wildcard Child","id":"201","title":"Wildcard Child"},"202":{"body":"Path editing is accomplished with an extended path syntax, where each path begins with $. Endb's path editing functions are heavily inspired by SQLite's JSON Functions . Path editing functions add functionality ($, #) to a subset Endb's normal path navigation syntax: path editing functions do not support recursion or wildcards. Path editing functions are available to UPDATE ... SET and UPDATE ... UNSET/REMOVE .","breadcrumbs":"SQL Reference » Path Navigation » Path Functions","id":"202","title":"Path Functions"},"203":{"body":"Takes an object, a path, and a new value. The new value will overwrite existing fields or add a new field if it doesn't already exist. SELECT path_set({a: 2, c: 4}, $.c, [97,96]);\n-- {'a': 2, 'c': [97, 96]}","breadcrumbs":"SQL Reference » Path Navigation » path_set","id":"203","title":"path_set"},"204":{"body":"Takes an object, a path, and a new value. The new value is ignored if the path does not match an existing field. SELECT path_replace({a: 2, c: 4}, $.a, 99);\n-- {'a': 99, 'c': 4} SELECT path_replace({a: 2, c: 4}, $.e, 99);\n-- {'a': 2, 'c': 4}","breadcrumbs":"SQL Reference » Path Navigation » path_replace","id":"204","title":"path_replace"},"205":{"body":"Takes an object, a path, and a new value. The new value is ignored if the path matches an existing field. SELECT path_insert({a: 2, c: 4}, $.e, 99);\n-- {'a': 2, 'c': 4, 'e': 99}","breadcrumbs":"SQL Reference » Path Navigation » path_insert","id":"205","title":"path_insert"},"206":{"body":"Takes an object and a variable number of arguments specifying which paths to remove. If a path is not found, nothing is removed for that argument. # represents the last element in a collection. SELECT path_remove([0,1,2,3,4], $[#-1], $[0]);\n-- [1, 2, 3] SELECT path_remove({x: 25, y: 42}, $.y);\n-- {'x': 25}","breadcrumbs":"SQL Reference » Path Navigation » path_remove","id":"206","title":"path_remove"},"207":{"body":"Takes an object and a variable number of path arguments. Returns the value found at each path, if any, otherwise NULL. If only a single path is provided, a scalar is returned. If multiple paths are provided, an array is returned. SELECT path_extract({a: 2, c: [4, 5, {f: 7}]}, $.c[2].f);\n-- 7 SELECT path_extract({a: 2, c: [4, 5], f: 7}, $.x, $.a);\n-- [NULL, 2]","breadcrumbs":"SQL Reference » Path Navigation » path_extract","id":"207","title":"path_extract"},"208":{"body":"Endb allows introspection of its information schema. The Endb information schema does not describe the structure of each table. Because Endb is a document database, each document (row) is responsible for its own schema. The information schema is used by Endb to describe database objects at a high level and is used for schemaless queries, such as SELECT *. Note that all information schema tables are hard-coded to lower-case names and must be queried as such.","breadcrumbs":"SQL Reference » Schema » Schema","id":"208","title":"Schema"},"209":{"body":"-> SELECT * FROM information_schema.tables;\n[{'table_catalog': None, 'table_name': 'stores', 'table_schema': 'main', 'table_type': 'BASE TABLE'}, {... 'table_name': 'products', ... }, {... 'table_name': 'sales', ... }]","breadcrumbs":"SQL Reference » Schema » Tables","id":"209","title":"Tables"},"21":{"body":"Much more detail on Endb SQL is provided in the SQL Reference .","breadcrumbs":"Tutorial » Endb SQL Basics » Learn More","id":"21","title":"Learn More"},"210":{"body":"-> SELECT * FROM information_schema.columns;\n[{'column_name': 'addresses', 'ordinal_position': 0, 'table_catalog': None, 'table_name': 'stores', 'table_schema': 'main'}, {'column_name': 'brand', ... }, {'column_name': 'price', ... }, ... ]","breadcrumbs":"SQL Reference » Schema » Columns","id":"210","title":"Columns"},"211":{"body":"-> SELECT * FROM information_schema.views;\n[{'table_catalog': None, 'table_name': 'sold_products', 'table_schema': 'main', 'view_definition': 'SELECT * FROM products p JOIN sales s ON p.id = s.p_id'}]","breadcrumbs":"SQL Reference » Schema » Views","id":"211","title":"Views"},"212":{"body":"The check_constraints table in Endb is used to store assertions . -> SELECT * FROM information_schema.check_constraints;\n[{'check_clause': \"(NOT EXISTS (SELECT * FROM users WHERE TYPEOF(email) != 'text'))\", 'constraint_catalog': None, 'constraint_name': 'string_email', 'constraint_schema': 'main'}]","breadcrumbs":"SQL Reference » Schema » Check Constraints","id":"212","title":"Check Constraints"},"213":{"body":"Endb provides basic view functionality.","breadcrumbs":"SQL Reference » Views » Views","id":"213","title":"Views"},"214":{"body":"CREATE VIEW creates a non-materialized view based on the query which follows the AS operator. Column names are listed in parentheses after the view name. CREATE VIEW simple_products(name, price) AS SELECT name, ROUND(price) FROM products; Alternatively, named columns can each immediately follow queried columns. CREATE VIEW easy_products AS SELECT name label, ROUND(price) easy_price FROM products; NOTE: To modify a view, use DROP VIEW then re-create the view with the desired columns.","breadcrumbs":"SQL Reference » Views » CREATE VIEW","id":"214","title":"CREATE VIEW"},"215":{"body":"DROP VIEW deletes a view based on its name. DROP VIEW easy_products;","breadcrumbs":"SQL Reference » Views » DROP VIEW","id":"215","title":"DROP VIEW"},"216":{"body":"","breadcrumbs":"SQL Reference » Assertions » Assertions","id":"216","title":"Assertions"},"217":{"body":"Creates a checked, deferred assertion which executes on commit for inserts and updates. Although CREATE ASSERTION (normally) refers to the table it is asserting on, that table need not exist for the assertion to be created.","breadcrumbs":"SQL Reference » Assertions » CREATE ASSERTION","id":"217","title":"CREATE ASSERTION"},"218":{"body":"CREATE ASSERTION string_email CHECK (NOT EXISTS (SELECT * FROM users WHERE TYPEOF(email) != 'text'));\nINSERT INTO users {name: 'Steven', email: 123};","breadcrumbs":"SQL Reference » Assertions » Type Constraint","id":"218","title":"Type Constraint"},"219":{"body":"There are a number of possible ways to create the equivalent of a UNIQUE constraint, as found in schema-on-write databases. One sensible approach is given below. CREATE ASSERTION unique_email CHECK (1 >= (SELECT MAX(c.cnt) FROM (SELECT COUNT(*) AS cnt FROM users GROUP BY email) AS c));\nINSERT INTO users {name: 'Steven', email: 's@endatabas.com'};\nINSERT INTO users {name: 'Sarah', email: 's@endatabas.com'};","breadcrumbs":"SQL Reference » Assertions » Unique Constraint","id":"219","title":"Unique Constraint"},"22":{"body":"The SQL Reference contains details and edge cases about Endb SQL. NOTE: The Endb SQL dialect is under active development. While most major features of Endb SQL are stable, some more esoteric features (MATCH, path navigation, etc.) may experience naming and semantics changes before Endb 1.0 is released. Intention Data Manipulation Queries SQL Data Types Operators Functions Time Queries Path Navigation Schema Views Assertions","breadcrumbs":"SQL Reference » SQL Reference","id":"22","title":"SQL Reference"},"220":{"body":"There are multiple possible meanings to \"not null\" columns in Endb: Columns can be strictly checked for literal NULL in the value position. Rows can be forbidden from eliding a column (a missing value). Both literal NULL and elided columns can both be prevented. This example checks for literal NULL only: CREATE ASSERTION notnull_email CHECK (NOT EXISTS (SELECT * FROM users WHERE email IS NULL));\nINSERT INTO users {name: 'Tian Tian', email: NULL}; -- check fails\nINSERT INTO users {name: 'Tian Tian'}; -- permitted","breadcrumbs":"SQL Reference » Assertions » Not Null Constraint","id":"220","title":"Not Null Constraint"},"221":{"body":"Removes an assertion from the database based on its name. DROP ASSERTION string_email;","breadcrumbs":"SQL Reference » Assertions » DROP ASSERTION","id":"221","title":"DROP ASSERTION"},"222":{"body":"Endatabas provides a variety of tools to communicate with an Endb instance. The Console is a command-line user interface to send SQL to Endb manually. The client libraries are used in the data access layer of an application which uses Endb for storage. The client libraries support both HTTP and WebSocket APIs. To access Endb over HTTP, create an Endb instance and call the sql method on it. To access Endb over WebSockets, create an EndbWebSocket instance and call the sql method on it. See the language-specific documentation below for further details. Console JavaScript / TypeScript Python NOTE: For any programming language not listed above, it is possible to create small client libraries such as these using the HTTP and WebSocket APIs. All official Endatabas clients are permissively-licensed and you are welcome to use them as examples to create your own client library. Their source code is available here: https://github.com/endatabas/endb/tree/main/clients","breadcrumbs":"Clients » Clients","id":"222","title":"Clients"},"223":{"body":"A small console is provided to learn Endb SQL interactively and run experimental queries. It is distributed in the same Python package as the Python client .","breadcrumbs":"Clients » Console » Console","id":"223","title":"Console"},"224":{"body":"pip install endb","breadcrumbs":"Clients » Console » Install","id":"224","title":"Install"},"225":{"body":"endb_console [--url URL] [-u USERNAME] [-p PASSWORD] Show additional command line options with endb_console --help: usage: endb_console [-h] [--url URL] [-u USERNAME] [-p PASSWORD] [sql ...] positional arguments: sql SQL statement or file options: -h, --help show this help message and exit --url URL -u USERNAME, --username USERNAME -p PASSWORD, --password PASSWORD","breadcrumbs":"Clients » Console » Usage","id":"225","title":"Usage"},"226":{"body":"When the Endb console starts, it will provide a multiline prompt (->) where you can enter SQL statements and queries. The prompt will extend onto new lines (..) until you enter a semicolon. -> INSERT INTO users\n.. {name: 'Conrad', email: 'c1o2n@shell.com'};\n-> SELECT * FROM users; The console has history which you can use the up and down arrows to navigate. History does not persist between console sessions. Learn more about Endb SQL in the SQL Reference . To quit, type CTRL+D.","breadcrumbs":"Clients » Console » Prompt","id":"226","title":"Prompt"},"227":{"body":"The console comes with a number of special, non-SQL commands.","breadcrumbs":"Clients » Console » Commands","id":"227","title":"Commands"},"228":{"body":"Set the URL at runtime with the url command. -> url https://192.168.1.200:3803/sql","breadcrumbs":"Clients » Console » URL","id":"228","title":"URL"},"229":{"body":"Set the accept header content type at runtime with the accept command. -> accept text/csv","breadcrumbs":"Clients » Console » Accept","id":"229","title":"Accept"},"23":{"body":"The goal of Endb's SQL dialect is to be small, coherent, and powerful. The SQL specification is massive, with pages ordering in the thousands. Rather than implement the entire SQL specification from scratch (a gargantuan task) or mimic the SQL dialect of another database, Endb chooses a tiny core and builds powerful, composable features on top of that. This tiny core draws inspiration from many sources, but SQLite in particular. If SQLite supports a particular operator or function, Endb SQL also tries to. Endb SQL also draws strong inspiration from the SQL specification itself (and its predecessors ) and from PostgreSQL . Endb SQL's nested data is also heavily inspired by JSONPath , SQL/JSON , and their derivatives found in major SQL databases. Light inspiration is drawn from PartiQL , SQL++ , and XQuery . For more information on Endb's influences, please see our bibliography .","breadcrumbs":"SQL Reference » Intention » Intention","id":"23","title":"Intention"},"230":{"body":"Set the username at runtime with the username command. -> username efcodd","breadcrumbs":"Clients » Console » Username","id":"230","title":"Username"},"231":{"body":"Set the password at runtime with the password command. -> password equ1valenc3","breadcrumbs":"Clients » Console » Password","id":"231","title":"Password"},"232":{"body":"All SQL commands can be timed by toggling the timer on: timer on. Toggle the timer back off with timer off. -> timer on\n-> SELECT * FROM users;\n[{'name': 'Aaron'} {'name': 'Irene'} ... ]\nElapsed: 0.003904 ms","breadcrumbs":"Clients » Console » Timer","id":"232","title":"Timer"},"233":{"body":"Quit the console by typing quit. -> quit","breadcrumbs":"Clients » Console » Quit","id":"233","title":"Quit"},"234":{"body":"The console communicates with Endb over the HTTP API . Data is returned as LD-JSON documents and marshalled into strongly-typed Python objects. For example: [{'date': None, 'email': 'c1o2n@shell.com', 'name': 'Conrad'}, {'date': datetime.datetime(2024, 1, 29, 18, 18, 30, 129159, tzinfo=datetime.timezone.utc), 'email': 'kitty@tramline.in', 'name': 'Akshay'}] The Data Types page talks about types in more detail.","breadcrumbs":"Clients » Console » Data Types","id":"234","title":"Data Types"},"235":{"body":"The JavaScript and TypeScript client library is used to communicate with an Endb instance from a JavaScript or TypeScript application. Type declarations are provided in the package for TypeScript. NPM Package: @endatabas/endb","breadcrumbs":"Clients » JavaScript » JavaScript","id":"235","title":"JavaScript"},"236":{"body":"Install Usage Examples Import Endb EndbWebSocket sql() Template Literals Data Types Complete Examples JavaScript API Reference","breadcrumbs":"Clients » JavaScript » Table of Contents","id":"236","title":"Table of Contents"},"237":{"body":"npm install @endatabas/endb\nnpm install ws","breadcrumbs":"Clients » JavaScript » Install","id":"237","title":"Install"},"238":{"body":"","breadcrumbs":"Clients » JavaScript » Usage Examples","id":"238","title":"Usage Examples"},"239":{"body":"import { Endb, EndbWebSocket } from '@endatabas/endb';","breadcrumbs":"Clients » JavaScript » Import","id":"239","title":"Import"},"24":{"body":"Creating, updating, and deleting data in Endb is done using standard SQL Data Manipulation Language (DML). Endb is also immutable and schemaless, so it contains a number of shorthands and document-oriented conveniences. Endb does not require any Data Definition Language (DDL), such as CREATE TABLE.","breadcrumbs":"SQL Reference » Data Manipulation » Data Manipulation","id":"24","title":"Data Manipulation"},"240":{"body":"Use the Endb class to communicate with Endb over HTTP. It accepts an optional url parameter. Options can be supplied for accept, username, and password. Accept headers default to LD-JSON and can be set to any valid content type listed in the HTTP API . If you choose application/vnd.apache.arrow.file or application/vnd.apache.arrow.stream, the raw response body will be be returned from sql(). var e = new Endb();\nvar e = new Endb('http://localhost:3803/sql');\nvar e = new Endb('http://localhost:3803/sql', {accept: 'text/csv'});\nvar e = new Endb('http://localhost:3803/sql', {accept: 'application/json', username: 'zig', password: 'zag'}); NOTE: Choosing accept headers other than LD-JSON will return JavaScript data structures symmetrical with those returned from the respective accept header provided to the HTTP API. text/csv returns comma-delimited strings, application/json returns tuples as arrays, and so on.","breadcrumbs":"Clients » JavaScript » Endb","id":"240","title":"Endb"},"241":{"body":"Use the EndbWebSocket class to communicate with Endb over WebSockets. It accepts an optional url parameter. Options can be supplied for ws (any implementation of the JavaScript WebSocket interface definition ), username, and password. In a web browser, ws will default to the web browser's WebSocket implementation. EndbWebSocket only communicates in LD-JSON, so the accept header cannot be set. // in web browser:\nvar ews = new EndbWebSocket();\nvar ews = new EndbWebSocket('ws://localhost:3803/sql', {username: 'zig', password: 'zag'}); // in node.js:\nimport WebSocket from 'ws';\nvar ews = new EndbWebSocket({ws: WebSocket});\nvar ews = new EndbWebSocket('ws://localhost:3803/sql', {ws: WebSocket, username: 'zig', password: 'zag'});","breadcrumbs":"Clients » JavaScript » EndbWebSocket","id":"241","title":"EndbWebSocket"},"242":{"body":"The asynchronous sql method is available to both Endb and EndbWebSocket. It accepts q, and optional p, m, and accept parameters and returns an array of strongly-typed documents. (See JavaScript API Reference .) To ignore the p or m parameters but still supply an accept header, supply the default values or null. e.sql(\"SELECT * FROM users;\");\ne.sql(\"INSERT INTO USERS (date, name, email) VALUES (?, ?, ?);\", [new Date(), 'Aaron', 'aaron@canadahealth.ca']);\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\ne.sql(\"SELECT * FROM users;\", [], false, 'text/csv');\ne.sql(\"SELECT * FROM users;\", null, null, 'application/json');\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');","breadcrumbs":"Clients » JavaScript » sql()","id":"242","title":"sql()"},"243":{"body":"It is possible to use Template Literals (string templating) to pass named SQL parameters. The parameter passed to the Template Literal is only valid when used in a position where a positional SQL parameter is also valid. The signature which accepts Template Literals does not accept any other parameters to the method. var n = 'Michael';\ne.sql`INSERT INTO users (name) VALUES (${n});`; var u = {name: 'Radha', roles: ['artist', 'marketing']};\ne.sql`INSERT INTO users ${u}`;","breadcrumbs":"Clients » JavaScript » Template Literals","id":"243","title":"Template Literals"},"244":{"body":"When an LD-JSON (default) accept header is used, strongly typed data is returned according to this mapping: null - null xsd:date - Date xsd:dateTime - Date xsd:base64Binary - Uint8Array xsd:integer - BigInt For more information on Endb data types, see the Data Types doc .","breadcrumbs":"Clients » JavaScript » Data Types","id":"244","title":"Data Types"},"245":{"body":"import { Endb } from '@endatabas/endb'; var e = new Endb();\nawait e.sql(\"INSERT INTO users {name: 'Thupil'};\");\nvar result = await e.sql(\"SELECT * FROM users;\");\nconsole.log(result); var e2 = new Endb('http://localhost:3803/sql', {accept: 'application/json', username: 'zig', password: 'zag'});\nawait e.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\nresult = await e.sql(\"SELECT * FROM users;\", null, null, 'application/json');\nconsole.log(result); import WebSocket from 'ws';\nimport { EndbWebSocket } from '@endatabas/endb'; var ews = new EndbWebSocket({ws: WebSocket});\nawait ews.sql(\"insert into users {name: 'Lydia'};\");\nvar ws_result = await ews.sql(\"select * from users;\");\nconsole.log(ws_result); var ews2 = new EndbWebSocket({ws: WebSocket, username: 'zig', password: 'zag'});\nawait ews2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\nws_result = await ews2.sql(\"SELECT * FROM users;\", null, null, 'application/json');\nconsole.log(ws_result);","breadcrumbs":"Clients » JavaScript » Complete Examples","id":"245","title":"Complete Examples"},"246":{"body":"NOTE: The following API documentation is generated from source code docstrings in the endb repository .","breadcrumbs":"Clients » JavaScript » JavaScript API Reference","id":"246","title":"JavaScript API Reference"},"247":{"body":"Endb\nEndatabas client for the HTTP API EndbWebSocket\nEndatabas client for the WebSocket API","breadcrumbs":"Clients » JavaScript » Classes","id":"247","title":"Classes"},"248":{"body":"Endatabas client for the HTTP API Kind : global class Endb new Endb([url], [opt]) .sql(q, [p], [m], [accept]) ⇒ Promise. new Endb([url], [opt]) Create an Endb object (Endatabas client for the HTTP API) ParamTypeDefaultDescription [url]string\"http://localhost:3803/sql\"HTTP URL to the Endatabas /sql API [opt]ObjectHTTP options [opt.accept]string\"application/ld+json\"Accept Header content type [opt.username]stringusername for HTTP Basic Auth [opt.password]stringpassword for HTTP Basic Auth endb.sql(q, [p], [m], [accept]) ⇒ Promise. Execute a SQL statement over HTTP Kind : instance method of Endb Returns : Promise. - - Array of documents ParamTypeDescription qstringSQL query as string or Template Literal [p]Array | ObjectPositional parameters, named parameters, or an array of either [m]booleanmany parameters flag [accept]stringAccept Header content type Example // Simple query\nsql(\"SELECT * FROM users;\");\n// Positional parameters\nsql(\"INSERT INTO users (date, name) VALUES (?, ?);\", [new Date(), 'Aaron']);\n// Named parameters\nsql(\"INSERT INTO users {date: :d, name: :n};\", {d: new Date(), n: 'Aaron'});\n// Many positional parameters (batches)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\n// Many named parameters (batches)\nsql(\"INSERT INTO users {name: :n};\", [{n: 'Judy'}, {n: 'Addis'}], true);\n// All parameters (many parameters and accept header)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\n// Named parameters via Template Literals\nsql(`INSERT INTO users (name) VALUES (${u});`, [{u: 'Michael'}]);","breadcrumbs":"Clients » JavaScript » Endb","id":"248","title":"Endb"},"249":{"body":"Endatabas client for the WebSocket API Kind : global class EndbWebSocket new EndbWebSocket([url], [opt]) .close() .sql(q, [p], [m]) ⇒ Promise. new EndbWebSocket([url], [opt]) Create an EndbWebSocket object (Endatabas client for the WebSocket API) ParamTypeDefaultDescription [url]string\"ws://localhost:3803/sql\"WebSocket URL to the Endatabas /sql API [opt]ObjectWebSocket options [opt.ws]stringWebSocket implementation [opt.username]stringusername for Basic Auth [opt.password]stringpassword for Basic Auth endbWebSocket.close() Close the WebSocket connection Kind : instance method of EndbWebSocket endbWebSocket.sql(q, [p], [m]) ⇒ Promise. Execute a SQL statement over a WebSocket with LD-JSON Kind : instance method of EndbWebSocket Returns : Promise. - - Array of documents ParamTypeDescription qstringSQL query as string or Template Literal [p]Array | ObjectPositional parameters, named parameters, or an array of either [m]booleanmany parameters flag Example // Simple query\nsql(\"SELECT * FROM users;\");\n// Positional parameters\nsql(\"INSERT INTO users (date, name) VALUES (?, ?);\", [new Date(), 'Aaron']);\n// Named parameters\nsql(\"INSERT INTO users {date: :d, name: :n};\", {d: new Date(), n: 'Aaron'});\n// Many positional parameters (batches)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true);\n// Many named parameters (batches)\nsql(\"INSERT INTO users {name: :n};\", [{n: 'Judy'}, {n: 'Addis'}], true);\n// All parameters (many parameters and accept header)\nsql(\"INSERT INTO users (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], true, 'text/csv');\n// Named parameters via Template Literals\nsql(`INSERT INTO users (name) VALUES (${u});`, [{u: 'Michael'}]);","breadcrumbs":"Clients » JavaScript » EndbWebSocket","id":"249","title":"EndbWebSocket"},"25":{"body":"To create a new document, you can use the standard SQL INSERT command. INSERT INTO products (product_no, name, price) VALUES (1, 'Tofu', 7.99); To create multiple new documents at once, delimit their value lists with commas: INSERT INTO products (product_no, name, price) VALUES (1, 'Butter', 5.99), (2, 'Margarine', 4.99); It is also possible to insert a document directly using an OBJECT literal . INSERT INTO products {product_no: 3, name: 'Tea', price: 3.99}; To insert multiple documents directly, delimit documents with commas: INSERT INTO products {name: 'Coffee', price: 3.99}, {name: 'Croissant', price: 2.99}; It is possible to insert the results of a query: INSERT INTO cheap_products SELECT * FROM products WHERE price < 4.00;","breadcrumbs":"SQL Reference » Data Manipulation » INSERT","id":"25","title":"INSERT"},"250":{"body":"The Python client library is used to communicate with an Endb instance from a Python application. PyPI Package: endb","breadcrumbs":"Clients » Python » Python","id":"250","title":"Python"},"251":{"body":"Install Usage Examples Import Endb EndbWebSocket sql() Data Types Complete Examples Python API Reference","breadcrumbs":"Clients » Python » Table of Contents","id":"251","title":"Table of Contents"},"252":{"body":"pip install endb\npip install websockets # optional WebSocket support\npip install pyarrow # optional Apache Arrow support","breadcrumbs":"Clients » Python » Install","id":"252","title":"Install"},"253":{"body":"","breadcrumbs":"Clients » Python » Usage Examples","id":"253","title":"Usage Examples"},"254":{"body":"from endb import (Endb, EndbWebSocket)","breadcrumbs":"Clients » Python » Import","id":"254","title":"Import"},"255":{"body":"Use Endb to communicate with Endb over HTTP. It accepts optional url, accept, username, and password parameters. Accept headers default to LD-JSON and can be set to any valid content type listed in the HTTP API . If you have pyarrow installed, you can also use application/vnd.apache.arrow.file and application/vnd.apache.arrow.stream. e = Endb()\ne = Endb('http://localhost:3803/sql')\ne = Endb('http://localhost:3803/sql', 'text/csv')\ne = Endb('http://localhost:3803/sql', 'application/json', 'zig', 'zag') NOTE: Choosing accept headers other than LD-JSON will return Python data structures symmetrical with those returned from the respective accept header provided to the HTTP API. text/csv returns comma-delimited strings, application/json returns tuples as lists, and so on.","breadcrumbs":"Clients » Python » Endb","id":"255","title":"Endb"},"256":{"body":"Use the EndbWebSocket class to communicate with Endb over WebSockets. It accepts optional url, username, and password parameters. ews = EndbWebSocket()\news = EndbWebSocket('ws://localhost:3803/sql', 'zig', 'zag')","breadcrumbs":"Clients » Python » EndbWebSocket","id":"256","title":"EndbWebSocket"},"257":{"body":"The sql method is available to both Endb and EndbWebSocket. It accepts q, and optional p, m, and accept parameters and returns an list of strongly-typed documents. (See Python API Reference .) It is sychronous for Endb and asynchronous for EndbWebSocket. To ignore the p or m parameters but still supply an accept header, supply the default values or use a named (accept) parameter. from datetime import date, datetime, timezone\ne.sql(\"INSERT INTO USERS (date, name, email) VALUES (?, ?, ?);\", [datetime.now(timezone.utc), 'Aaron', 'aaron@canadahealth.ca'])\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True)\ne.sql(\"SELECT * FROM users;\", [], False, 'text/csv')\ne.sql(\"SELECT * FROM users;\", accept = 'text/csv')\ne.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')","breadcrumbs":"Clients » Python » sql()","id":"257","title":"sql()"},"258":{"body":"When an LD-JSON (default) accept header is used, strongly typed data is returned according to this mapping: null - None xsd:date - datetime.date xsd:time - datetime.time xsd:dateTime - datetime.datetime xsd:base64Binary - bytes (from base64) xsd:integer - int For more information on Endb data types, see the Data Types doc .","breadcrumbs":"Clients » Python » Data Types","id":"258","title":"Data Types"},"259":{"body":"from endb import Endb\nfrom datetime import date, datetime, timezone\ne = Endb()\ne.sql(\"INSERT INTO users {name: 'Yuvi'}\")\ne.sql(\"SELECT * FROM users;\") e2 = Endb('http://localhost:3803/sql', 'application/json', 'zig', 'zag')\ne2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')\ne2.sql(\"SELECT * FROM users;\", [], False, 'application/json') When the websockets dependency is installed, it is possible to return asynchronous results to the Python interactive shell directly if you start it with python3 -m asyncio: from endb import EndbWebSocket\news = EndbWebSocket()\nawait ews.sql(\"INSERT INTO users {name: 'Lydia'}\")\nws_result = await ews.sql(\"SELECT * FROM users;\")\nprint(ws_result) ews2 = EndbWebSocket(username = 'zig', password = 'zag')\nawait ews2.sql(\"INSERT INTO USERS (name) VALUES (?);\", [['Aaron'], ['Kurt'], ['Cindy']], True, 'text/csv')\nws_result = await ews2.sql(\"SELECT * FROM users;\", [], False, 'application/json')\nprint(ws_result)","breadcrumbs":"Clients » Python » Complete Examples","id":"259","title":"Complete Examples"},"26":{"body":"To update an existing row, you can use the standard SQL UPDATE command: UPDATE products SET price = 4.99 WHERE name = 'Coffee'; Set multiple columns by separating them with commads; UPDATE products SET price = 4.99, name = 'Kaapi' WHERE name = 'Coffee'; Because Endb is schemaless, each document (or row) has its own schema. As a result, you may want to remove a column from an individual row. You can do this with the UNSET operator: UPDATE products UNSET product_no WHERE name = 'Coffee';\nUPDATE products REMOVE product_no WHERE name = 'Coffee'; REMOVE is an alias for UNSET. It is possible to set and unset values in a single update. Unsetting a column which doesn't exist is not an error: UPDATE products SET price = 5.98 UNSET product_no WHERE name = 'Coffee';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE","id":"26","title":"UPDATE"},"260":{"body":"NOTE: The following API documentation is generated from source code docstrings in the endb repository .","breadcrumbs":"Clients » Python » Python API Reference","id":"260","title":"Python API Reference"},"261":{"body":"","breadcrumbs":"Clients » Python » endb module","id":"261","title":"endb module"},"262":{"body":"Bases: AbstractEndb An Endatabas client for the HTTP API url HTTP URL of an Endatabas instance Type: str accept Accept header content type Type: str username Username for HTTP Basic Auth Type: str password Password for HTTP Basic Auth Type: str sql(q, p=[], m=False, accept=None) Executes a SQL statement The SQL statement is sent to Endb.url over HTTP. Parameters: q ( str ) – SQL statement or query to execute p ( array_like , default= [ ] ) – Positional or named SQL parameters (or an array of either, if using many parameters) m ( bool , default=False ) – Many parameters flag accept ( str , optional ) – Accept header content type (defaults to Endb.accept) Raises: TypeError – Internal error if attempting to translate an unknown type to LD-JSON.","breadcrumbs":"Clients » Python » class endb.Endb(url='http://localhost:3803/sql', accept='application/ld+json', username=None, password=None)","id":"262","title":"class endb.Endb(url='http://localhost:3803/sql', accept='application/ld+json', username=None, password=None)"},"263":{"body":"Bases: AbstractEndb An Endatabas client for the HTTP API url HTTP URL of an Endatabas instance Type: str username Username for HTTP Basic Auth Type: str password Password for HTTP Basic Auth Type: str async close() Closes the WebSocket connection async sql(q, p=[], m=False, accept=None) Executes a SQL statement The SQL statement is sent to Endb.url over WebSockets. Parameters: q ( str ) – SQL statement or query to execute p ( array_like , default= [ ] ) – Positional or named SQL parameters (or an array of either, if using many parameters) m ( bool , default=False ) – Many parameters flag accept ( str , optional ) – Ignored. WebSocket communication is always in LD-JSON. Raises: AssertionError – If ‘id’ of request and response do not match. RuntimeError – If response from server contains an error.","breadcrumbs":"Clients » Python » class endb.EndbWebSocket(url='ws://localhost:3803/sql', username=None, password=None)","id":"263","title":"class endb.EndbWebSocket(url='ws://localhost:3803/sql', username=None, password=None)"},"264":{"body":"Reference documentation exists as a detailed perspective on each feature of Endb. It does not need to be read from beginning to end. Installation Operation Monitoring HTTP API WebSocket API Data Types","breadcrumbs":"Reference » Reference","id":"264","title":"Reference"},"265":{"body":"You only need one of the following installation options. If you followed the Quickstart, you already have the Docker Hub version installed.","breadcrumbs":"Reference » Installation » Installation","id":"265","title":"Installation"},"266":{"body":"Endb is still in early beta. While in beta, new versions are not guaranteed to have binary-compatible storage with previous versions. We encourage you to experiment with Endb but please do not use it in production until a General Availability release.","breadcrumbs":"Reference » Installation » Warning: Early Beta","id":"266","title":"Warning: Early Beta"},"267":{"body":"There are two major release channels available: stable and nightly. To run the nightly builds, replace endatabas/endb with endatabas/endb:nightly in the commands below. If you run Docker, you can use the default command below. --rm cleans up (optional), -p exposes the default endb port, and -v mounts a local volume so your data persists even if you shut down the Docker image. mkdir -p endb_data\ndocker pull endatabas/endb\ndocker run --rm -p 3803:3803 -v endb_data:/app/endb_data endatabas/endb If you run Podman, you'll need to specify the docker.io repo explicitly: mkdir -p endb_data\npodman pull docker.io/endatabas/endb\npodman run --rm -p 3803:3803 -v endb_data:/app/endb_data docker.io/endatabas/endb","breadcrumbs":"Reference » Installation » Installing from Docker Hub","id":"267","title":"Installing from Docker Hub"},"268":{"body":"If you want to run endb from the main branch, compile and build the Docker image: https://github.com/endatabas/endb/#building https://github.com/endatabas/endb/#docker","breadcrumbs":"Reference » Installation » Installing from Git: Docker","id":"268","title":"Installing from Git: Docker"},"269":{"body":"If you don't want Docker at all, you can compile and run the endb binary: https://github.com/endatabas/endb/#building ./target/endb NOTE: If you move the endb binary, be sure to copy libendb.so (Linux) or libendb.dylib (MacOS) into the same directory. This is because endb requires libendb to run.","breadcrumbs":"Reference » Installation » Installing from Git: Binary","id":"269","title":"Installing from Git: Binary"},"27":{"body":"Endb provides a PATCH operator, similar to the PATCH function . The PATCH operator is used in conjunction with UPDATE to set fields on a document (columns on a row) in a declarative fashion. UPDATE products PATCH {price: 1.98, product_no: products.product_no + 1000} WHERE price = 2.00; PATCH is based on RFC 7386: JSON Merge Patch .","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE PATCH","id":"27","title":"UPDATE PATCH"},"270":{"body":"The endb executable aims to provide self-explanatory help for direct usage of the binary. See Monitoring for more information about logging, metrics, and tracing. $ endb --help\nUsage: endb [OPTIONS] Options: -d, --data-directory [env: ENDB_DATA_DIRECTORY=] [default: endb_data] -h, --help Print help -V, --version Print version Authentication: --username [env: ENDB_USERNAME=] --password [env: ENDB_PASSWORD=] Network: -p, --port [env: ENDB_PORT=] [default: 3803] --bind-address [env: ENDB_BIND_ADDRESS=] [default: 0.0.0.0] --protocol [env: ENDB_PROTOCOL=] [default: http] [possible values: http, https] --cert-file [env: ENDB_CERT_FILE=] --key-file [env: ENDB_KEY_FILE=] The -d option accepts a special value of :memory: to run an in-memory node, without persisting anything to disk. The --cert-file and --key-file options are ignored when --protocol is set to http. When --protocol is set to https, they are both required.","breadcrumbs":"Reference » Operation » Operation","id":"270","title":"Operation"},"271":{"body":"If you would like to back up your Endb data, you can use any commodity copy or sync tool (such as rsync) to maintain a copy of your --data-directory (ENDB_DATA_DIRECTORY). To restore that directory, stop Endb, replace or sync that directory where Endb is running, and restart Endb. In the future, a backup option will be provided for an object store separated from compute.","breadcrumbs":"Reference » Operation » Backup and Restore","id":"271","title":"Backup and Restore"},"272":{"body":"Endb exposes plaintext logs, Prometheus metrics, and optional OpenTelemetry tracing. Any one, or a combination, of these can be used to monitor an Endb instance. Some monitoring options are offered as flags. Set flags by setting the environment variable to 0 or 1 (ex. ENDB_LOG_ANSI=0).","breadcrumbs":"Reference » Monitoring » Monitoring","id":"272","title":"Monitoring"},"273":{"body":"By default, endb logs to STDOUT with a log level of endb=INFO. Adjust the log level with the ENDB_LOG_LEVEL environment variable. Endb uses Rust Logging and more details about log levels are available in that document. Other flags include: ENDB_LOG_ANSI - turns ANSI terminal colour output on or off (on by default) ENDB_LOG_THREAD_IDS - set to enable or disable logging of thread ids (enabled by default) Example: docker run --rm -e ENDB_LOG_LEVEL=endb=DEBUG -e ENDB_LOG_ANSI=0 -e ENDB_LOG_THREAD_IDS=1 -p 3803:3803 -v demo_data:/app/endb_data docker.io/endatabas/endb:latest","breadcrumbs":"Reference » Monitoring » Logging","id":"273","title":"Logging"},"274":{"body":"A Prometheus endpoint is available at /metrics. This endpoint is enabled by default. If your Endb instance is running locally, you can view metrics in a browser at http://localhost:3803/metrics The Prometheus tracing level defaults to endb=DEBUG. Set the tracing level with ENDB_TRACING_LEVEL.","breadcrumbs":"Reference » Monitoring » Prometheus","id":"274","title":"Prometheus"},"275":{"body":"To enable OpenTelemetry, set ENDB_TRACING_OTEL=1 and OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317/ Configuration options for the OTLP exporter and additional OTLP environment variables may also prove useful for configuration. The OpenTelemetry tracing level defaults to endb=DEBUG. Set the tracing level with ENDB_TRACING_LEVEL. At the moment, only gRPC metrics are exposed, not HTTP.","breadcrumbs":"Reference » Monitoring » OpenTelemetry","id":"275","title":"OpenTelemetry"},"276":{"body":"Endb exposes a number of metrics to the Prometheus endpoint and OpenTelemetry. These can be useful in debugging performance of applications connected to Endb.","breadcrumbs":"Reference » Monitoring » Metrics","id":"276","title":"Metrics"},"277":{"body":"query_real_time_duration_seconds query_gc_run_time_duration_seconds query_consed_bytes http_request_duration_seconds","breadcrumbs":"Reference » Monitoring » Histograms","id":"277","title":"Histograms"},"278":{"body":"queries_active interactive_transactions_active buffer_pool_usage_bytes dynamic_space_usage_bytes","breadcrumbs":"Reference » Monitoring » Counters","id":"278","title":"Counters"},"279":{"body":"websocket_message_internal_errors_total object_store_read_bytes_total object_store_written_bytes_total queries_total transactions_conflicted_total transactions_committed_total transactions_prepared_total transactions_retried_total wal_read_bytes_total wal_written_bytes_total http_requests_total","breadcrumbs":"Reference » Monitoring » Monotonic Counters","id":"279","title":"Monotonic Counters"},"28":{"body":"The SET operator permits paths on its left-hand side. The behaviour of the form UPDATE
SET = is identical to that of the path_set function. UPDATE users SET $.addresses[0].city = 'Chicago' WHERE name = 'Steven';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE SET $path","id":"28","title":"UPDATE SET $path"},"280":{"body":"Endb exposes a variety of tracing spans to OpenTelemetry. Tracing data is mostly useful if your Endb instance is not performing in the way you expect. buffer_pool_eviction build_info commit compaction constraints gc index log_replay log_rotation object_store_delete object_store_get object_store_list object_store_put query shutdown snapshot startup wal_append_entry wal_read_next_entry wal_fsync websocket_connections_active websocket_message_duration_seconds websocket_messages_total","breadcrumbs":"Reference » Monitoring » Tracing","id":"280","title":"Tracing"},"281":{"body":"If a client is not available for your programming language yet, your app can interact directly with the Endb HTTP API. Any HTTP client may be used but in the examples below we'll use curl to demonstrate the API without writing any code. You can send SQL statements to endb over HTTP: curl -d \"INSERT INTO users (name) VALUES ('Tianyu')\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\ncurl -d \"SELECT * FROM users\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql You can send SQL to endb with standard HTTP Query Parameters, Verbs, Content Types, Accept Headers, and HTTP Basic Authentication. Each one is outlined below.","breadcrumbs":"Reference » HTTP API » HTTP API","id":"281","title":"HTTP API"},"282":{"body":"The query parameters Endb's HTTP endpoint accepts are: q - (q)uery: a SQL query, optionally parameterized p - (p)arameters: named or positional parameters m - (m)any parameter lists: bulk parameters , used for bulk insert/update","breadcrumbs":"Reference » HTTP API » HTTP Query Parameters","id":"282","title":"HTTP Query Parameters"},"283":{"body":"POST allows explicit Content Types and Accept headers: curl -d 'SELECT 1' -H \"Content-Type: application/sql\" -H \"Accept: text/csv\" -X POST http://localhost:3803/sql GET allows a single, simple URL. GET does not permit DML. curl -X GET \"http://localhost:3803/sql?q=SELECT%201\"","breadcrumbs":"Reference » HTTP API » HTTP Verbs","id":"283","title":"HTTP Verbs"},"284":{"body":"The HTTP Content-Type header is used to specify what format the client is sending data to Endb.","breadcrumbs":"Reference » HTTP API » Content Types","id":"284","title":"Content Types"},"285":{"body":"curl -d '{\"q\": \"SELECT * from products;\"}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"SELECT * from products WHERE name = ?;\", \"p\": [\"Salt\"]}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO products {name: :name};\", \"p\": {\"name\": \"Paprika\"}}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql NOTE: To enable strongly-typed values, payloads sent with the application/json content type have values resolved with JSON-LD scalars. Standard JSON values are a subset of JSON-LD scalars, so data sent as regular JSON is unaffected by this behaviour.","breadcrumbs":"Reference » HTTP API » application/json:","id":"285","title":"application/json:"},"286":{"body":"Although values in the application/json content type are resolved using JSON-LD scalars, you can explicitly specify an application/ld+json content type to avoid all ambiguity. See JSON-LD . curl -d '{\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}}}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » application/ld+json","id":"286","title":"application/ld+json"},"287":{"body":"curl -d 'SELECT 1' -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql Submit parameters to application/sql by providing form data or query parameters. Form data and query parameters can be combined, though it is not necessarily recommended. curl -F q=\"INSERT INTO sauces {name: ?, color: ?};\" -X POST http://localhost:3803/sql?p=%5B%22ketchup%22%2C%22purple%22%5D","breadcrumbs":"Reference » HTTP API » application/sql:","id":"287","title":"application/sql:"},"288":{"body":"curl -F q=\"SELECT * from products;\" -H \"Content-Type: multipart/form-data\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: ?};\" -F p='[\"Sriracha\"]' -X POST http://localhost:3803/sql NOTE: Many HTTP clients (including curl) automatically assume a content type of multipart/form-data when form fields are provided. This is true for curl when the -F (--form) argument is used and it has been elided from further examples.","breadcrumbs":"Reference » HTTP API » multipart/form-data","id":"288","title":"multipart/form-data"},"289":{"body":"Although the other content types are preferable for obvious reasons, application/x-www-form-urlencoded is offered for completeness. curl -d 'q=SELECT%20*%20FROM%20products;' -H \"Content-Type: application/x-www-form-urlencoded\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » application/x-www-form-urlencoded","id":"289","title":"application/x-www-form-urlencoded"},"29":{"body":"The UNSET (synonym: REMOVE) operator permits paths on its left-hand side. The behaviour of the form UPDATE
UNSET = is identical to that of the path_remove function. UPDATE users UNSET $.addresses[0].city WHERE name = 'Steven';","breadcrumbs":"SQL Reference » Data Manipulation » UPDATE UNSET $path","id":"29","title":"UPDATE UNSET $path"},"290":{"body":"The HTTP Accept header is used to specify how data is returned to the Endb client. The default Accept header content type is application/json.","breadcrumbs":"Reference » HTTP API » Accept Headers","id":"290","title":"Accept Headers"},"291":{"body":"text/csv returns comma-separated rows. Column order from the SELECT clause is maintained. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,'csv')) t1\" -H \"Content-Type: application/sql\" -H \"Accept: text/csv\" -X POST http://localhost:3803/sql returns: \"column1\",\"column2\"\n2,\"csv\"\n1,\"hello\"","breadcrumbs":"Reference » HTTP API » text/csv","id":"291","title":"text/csv"},"292":{"body":"application/json returns rows as an array of JSON tuples. Column order from the SELECT clause is maintained. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/json\" -X POST http://localhost:3803/sql returns: [[2,\"2023-07-22\"],[1,\"hello\"]]","breadcrumbs":"Reference » HTTP API » application/json","id":"292","title":"application/json"},"293":{"body":"application/x-ndjson returns newline-delimited JSON documents. Column order from the SELECT clause is not maintained. JSON documents cannot guarantee column order. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/x-ndjson\" -X POST http://localhost:3803/sql returns: {\"column1\":2,\"column2\":\"2023-07-22\"}\n{\"column1\":1,\"column2\":\"hello\"}","breadcrumbs":"Reference » HTTP API » application/x-ndjson","id":"293","title":"application/x-ndjson"},"294":{"body":"application/ld+json returns documents of strongly-typed (\"Linking Data\") JSON records. Column order from the SELECT clause is not maintained. JSON documents cannot guarantee column order. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/ld+json\" -X POST http://localhost:3803/sql returns: {\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"column1\":2,\"column2\":{\"@value\":\"2023-07-22\",\"@type\":\"xsd:date\"}},{\"column1\":1,\"column2\":\"hello\"}]} See JSON-LD .","breadcrumbs":"Reference » HTTP API » application/ld+json","id":"294","title":"application/ld+json"},"295":{"body":"multipart/mixed returns documents as a valid multipart/mixed response, albeit all as LD-JSON. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: multipart/mixed\" -X POST http://localhost:3803/sql returns: --369d7885-c6e9-4b01-93c9-9449a5fcd637\nContent-Type: application/ld+json {\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"column1\":2,\"column2\":{\"@value\":\"2023-07-22\",\"@type\":\"xsd:date\"}},{\"column1\":1,\"column2\":\"hello\"}]} --369d7885-c6e9-4b01-93c9-9449a5fcd637--","breadcrumbs":"Reference » HTTP API » multipart/mixed","id":"295","title":"multipart/mixed"},"296":{"body":"application/vnd.apache.arrow.file returns columnar data as an Apache Arrow file. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql --output hello.arrow The above command returns a file containing a single RecordBatch in an Apache Arrow file in IPC format. You can examine the file with functions like pyarrow.ipc.open_file , as seen in this gist .","breadcrumbs":"Reference » HTTP API » application/vnd.apache.arrow.file","id":"296","title":"application/vnd.apache.arrow.file"},"297":{"body":"application/vnd.apache.arrow.stream returns columnar data as an Apache Arrow stream. curl -d \"SELECT * FROM (VALUES (1,'hello'), (2,DATE('2023-07-22'))) t1\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.stream\" -X POST http://localhost:3803/sql --output streamed.arrows The above command returns a file containing an Apache Arrow IPC stream. You can examine the file with functions like pyarrow.ipc.open_stream , as seen in this gist .","breadcrumbs":"Reference » HTTP API » application/vnd.apache.arrow.stream","id":"297","title":"application/vnd.apache.arrow.stream"},"298":{"body":"Endb supports HTTP Basic Authentication as defined by RFC 7235 . Pass --username and --password arguments to the endb binary to force basic authentication for HTTP connections. (See Operation for more details, including environment variables which can be passed to Docker images.) ./target/endb --username zig --password zag Then, from any HTTP client, provide the username and password combination to execute queries. curl --user zig:zag -d \"SELECT 'Hello World';\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql If the client passes an incorrect username or password, it will receive a 401 Authorization Required HTTP status code as a result, but no body. Be aware of this to ensure client code is written to detect 401 status codes. $ curl -i --user zig:wrong -d \"SELECT 'Hello World';\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\nHTTP/1.1 401 Authorization Required NOTE: HTTP Basic Auth is not secure without the additional use of HTTPS.","breadcrumbs":"Reference » HTTP API » HTTP Basic Authentication","id":"298","title":"HTTP Basic Authentication"},"299":{"body":"SQL parameters are available to: application/json and application/ld+json as part of the POST body multipart/form-data as form data application/x-www-form-urlencoded as URL query parameters application/sql as form data and/or URL query parameters Parameters can be JSON literals, JSON-LD scalars, or SQL literals. A JSON-LD scalar always has the form: {\"@type\": \"xsd:TYPE\", \"@value\": \"DATA\"}. JSON-LD types are listed under the Data Types table.","breadcrumbs":"Reference » HTTP API » Parameters","id":"299","title":"Parameters"},"3":{"body":"Endb is still in early beta. While in beta, new versions are not guaranteed to have binary-compatible storage with previous versions. We encourage you to experiment with Endb but please do not use it in production until a General Availability release.","breadcrumbs":"Tutorial » Warning: Early Beta","id":"3","title":"Warning: Early Beta"},"30":{"body":"To delete an existing row, use the standard SQL DELETE command. DELETE FROM products WHERE price = 5.98; You may delete all rows from a table by eliding the WHERE clause: DELETE FROM products; Note: In Endb, DELETE does not remove any data. It is always possible to view data prior to the DELETE with time queries . If you need to remove data for compliance (with laws such as GDPR or PIPEDA), use ERASE .","breadcrumbs":"SQL Reference » Data Manipulation » DELETE","id":"30","title":"DELETE"},"300":{"body":"Named parameters substitute parameter placeholders with the form :param by the parameter key with the corresponding name. Named parameters are represented as a JSON object. curl -d '{\"q\": \"INSERT INTO products {name: :name, price: :price};\", \"p\": {\"name\": \"Paprika\", \"price\": 2.99}}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}}}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: :sauce};\" -F p='{\"sauce\": \"Sriracha\"}' -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Named Parameters","id":"300","title":"Named Parameters"},"301":{"body":"Positional parameters substitute parameter placeholders with the form ? by the parameter values, in the order they appear. Positional parameters are respresented as a JSON array. curl -d '{\"q\": \"SELECT * FROM products WHERE name = ? AND price > ?;\", \"p\": [\"Salt\", 3.99]}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -d '{\"q\": \"INSERT INTO events {start: ?};\", \"p\": [{\"@type\": \"xsd:dateTime\", \"@value\": \"2011-04-09T20:00:00Z\"}]}' -H \"Content-Type: application/ld+json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO products {name: ?};\" -F p='[\"Sriracha\"]' -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Positional Parameters","id":"301","title":"Positional Parameters"},"302":{"body":"Bulk operations are possible by setting the m flag to true. Bulk operations are available to both named and positional parameters. The list of parameters supplied in bulk must be nested in an array. curl -d '{\"q\": \"INSERT INTO products {name: :name};\", \"p\": [{\"name\": \"Soda\"}, {\"name\": \"Tonic\"}], \"m\": true}' -H \"Content-Type: application/json\" -X POST http://localhost:3803/sql\ncurl -F q=\"INSERT INTO sauces {name: ?, color: ?};\" -F p='[[\"Mustard\", \"Yellow\"], [\"Ketchup\", \"Red\"]]' -F m=true -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Bulk Parameters","id":"302","title":"Bulk Parameters"},"303":{"body":"As it is possible to receive Apache Arrow data from an Endb query, it is possible to submit Apache Arrow as a statement parameter. The example below assumes the existence of a a table called names, which only contains one column (name). Apache Arrow Streams can also be used as parameters in the same way. # create a sample Arrow file:\ncurl -d \"SELECT * FROM names;\" -H \"Content-Type: application/sql\" -H \"Accept: application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql --output names.arrow\n# use the sample Arrow file:\ncurl -F m=true -F q=\"INSERT INTO projects {name: :name};\" -F \"p=@names.arrow;type=application/vnd.apache.arrow.file\" -X POST http://localhost:3803/sql NOTE: This feature should be used with caution. Do not submit arbitrary Arrow files as parameters. If a malformed Arrow file is submitted, the error message returned (if any) is unlikely to provide guidance. Preferably, Arrow files should be created using Endb itself, as in the example above. Most users will prefer to use a human-readable file format instead, such as a JSON variant or static SQL statements.","breadcrumbs":"Reference » HTTP API » Apache Arrow File Parameters","id":"303","title":"Apache Arrow File Parameters"},"304":{"body":"Bulk inserts are possible by combining the tools mentioned under Parameters . For example, the OBJECTS keyword can insert an array of object literals. Note that each object used as a positional parameter must be wrapped in a JSON array, since there may be more than one positional parameter supplied. Similarly, each named parameter must be wrapped in an object containing a key of the corresponding name. curl -F m=true -F q=\"INSERT INTO products OBJECTS ?\" -F p=\"[[{name: 'jam'}], [{name: 'butter'}]]\" -X POST http://localhost:3803/sql\ncurl -F m=true -F q=\"INSERT INTO products OBJECTS :product\" -F p=\"[{product: {name: 'jelly'}}, {product: {name: 'ghee'}}]\" -X POST http://localhost:3803/sql","breadcrumbs":"Reference » HTTP API » Bulk Insert","id":"304","title":"Bulk Insert"},"305":{"body":"It is possible to pass multiple SQL statements to Endb by delimiting them with semicolons. Parameters will be passed to all statements in order. Only the result of the last statement is returned to the client. In the following example, the INSERT will be successful but will not return a result. The SELECT will return to the client. curl --form-string q=\"INSERT INTO sauces {name: ?, color: ?}; SELECT {namo: ?, colour: ?};\" -F p='[\"Mustard\", \"Yellow\", \"Ketchup\", \"Red\"]' -X POST http://localhost:3803/sql NOTE: --form-string is required instead of --form to send semicolon-delimited statements with curl.","breadcrumbs":"Reference » HTTP API » Multiple Statements","id":"305","title":"Multiple Statements"},"306":{"body":"If a client is not available for your programming language yet, your app can interact directly with the Endb WebSocket API. Any WebSocket client can be used but in the examples below we'll use websocat to demonstrate the API without writing any code. Connect to Endb with: websocat ws://localhost:3803/sql You can send SQL statements to endb over WebSockets with JSON-RPC 2.0 . {\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users (name) VALUES (?);\", \"p\": [[\"Tsehay\"], [\"Iniku\"]], \"m\": true}}\n{\"jsonrpc\": \"2.0\", \"id\": 2, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM users;\", \"p\": [], \"m\": false}} NOTE: To send the method calls above, paste them into a websocat session one-at-a-time and press . Further examples will assume JSON-RPC strings are sent in an existing websocat session.","breadcrumbs":"Reference » WebSocket API » WebSocket API","id":"306","title":"WebSocket API"},"307":{"body":"Following the JSON-RPC 2.0 spec, a SQL statement or query to the Endb WebSocket API requires these components: id - a string or integer identifier used to correlate requests to responses method - always the string \"sql\" params - request params are sent as JSON-RPC by-name request parameters, as listed below","breadcrumbs":"Reference » WebSocket API » JSON-RPC Request Object","id":"307","title":"JSON-RPC Request Object"},"308":{"body":"q - (q)uery: a SQL query, optionally parameterized p - (p)arameters: named or positional SQL parameters m - (m)any parameter lists: bulk parameters , used for bulk insert/update","breadcrumbs":"Reference » WebSocket API » JSON-RPC Request Parameters","id":"308","title":"JSON-RPC Request Parameters"},"309":{"body":"A response from the Endb WebSocket API will include these components: id - the id provided in the request object, so it can be correlated result - the response, encoded as JSON-LD, as in this example: {\"jsonrpc\":\"2.0\", \"id\":111, \"result\":{\"@context\":{\"xsd\":\"http://www.w3.org/2001/XMLSchema#\",\"@vocab\":\"http://endb.io/\"},\"@graph\":[{\"name\":\"Hing\",\"price\":2.99}]}} If your query is invalid or causes an internal error, you will receive an error instead, which includes: id - the id of the request object, if one was provided (otherwise null) error - a code and message, as returned by Endb {\"jsonrpc\":\"2.0\", \"id\":222, \"error\":{\"code\":-32603,\"message\":\"Error: Unknown table: users\\n ╭─[:1:15]\\n │\\n 1 │ SELECT * FROM users;\\n │ ──┬── \\n │ ╰──── Unknown table\\n───╯\\n\"}}","breadcrumbs":"Reference » WebSocket API » JSON-RPC Response Object","id":"309","title":"JSON-RPC Response Object"},"31":{"body":"Endb provides flexible upserts with the common ON CONFLICT clause. When the INSERT command detects a conflict, it will perform the instructions in the DO clause. The following command needs to be executed twice to see the upsert effect. INSERT INTO products {name: 'Pepper', price: 9.99} ON CONFLICT (name, price) DO UPDATE SET v = 2; To specify no operation on conflict, use DO NOTHING: INSERT INTO products {name: 'Pepper', price: 9.99} ON CONFLICT (name, price) DO NOTHING; To reference the document currently being inserted, the DO clause provides a statement-local relation named excluded. INSERT INTO products {name: 'Salt', price: 6};\nINSERT INTO products {name: 'Salt', price: 7} ON CONFLICT (name) DO UPDATE SET price = excluded.price; Similarly, the existing table is still available in the DO clause to provide further filtering: INSERT INTO products {product_no: 99, name: 'Cumin', price: 3.00, v: 5};\nINSERT INTO products {product_no: 99, name: 'Cumin', price: 5.00, v: 6} ON CONFLICT (product_no, name) DO UPDATE SET price = excluded.price, v = excluded.v WHERE products.v < 6;","breadcrumbs":"SQL Reference » Data Manipulation » ON CONFLICT (Upsert)","id":"31","title":"ON CONFLICT (Upsert)"},"310":{"body":"Endb supports HTTP Basic Authentication, as defined by RFC 7235 , on top of RFC 6455 . This is because the WebSocket Protocol RFC (6455) does not define authentication mechanisms itself. Pass --username and --password arguments to the endb binary to force basic authentication for HTTP connections. (See Operation for more details, including environment variables which can be passed to Docker images.) ./target/endb --username zig --password zag Then, use Basic Auth headers to connect to Endb: websocat -H='Authorization: Basic' ws://zig:zag@localhost:3803/sql Rather than Authorization: Basic, the Sec-WebSocket-Protocol header may be used. It is offered because web browsers do not support the Basic Auth header over WebSockets.","breadcrumbs":"Reference » WebSocket API » WebSocket Basic Authentication","id":"310","title":"WebSocket Basic Authentication"},"311":{"body":"SQL parameters to a WebSocket request are always JSON-LD . A JSON-LD scalar always has the form: {\"@type\": \"xsd:TYPE\", \"@value\": \"DATA\"}. JSON-LD types are listed under the Data Types table. For example, if a strongly-typed DateTime is required, it can be submitted like so: {\"jsonrpc\": \"2.0\", \"id\": 11, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users (name, date) VALUES (?, ?);\", \"p\": [\"dosha\", {\"@value\": \"2024-01-29T18:18:30.129159\", \"@type\": \"xsd:dateTime\"}], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Parameters","id":"311","title":"Parameters"},"312":{"body":"Named SQL parameters substitute parameter placeholders with the form :param by the parameter key with the corresponding name. Named parameters are represented as a JSON object. {\"jsonrpc\": \"2.0\", \"id\": 111, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO products {name: :name, price: :price};\", \"p\": {\"name\": \"Hing\", \"price\": 2.99}, \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 112, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO events {start: :start};\", \"p\": {\"start\": {\"@type\": \"xsd:dateTime\", \"@value\": \"2021-04-09T20:00:00Z\"}}, \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Named Parameters","id":"312","title":"Named Parameters"},"313":{"body":"Positional SQL parameters substitute parameter placeholders with the form ? by the parameter values, in the order they appear. Positional parameters are respresented as a JSON array. {\"jsonrpc\": \"2.0\", \"id\": 211, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM products WHERE name = ? AND price > ?;\", \"p\": [\"Hing\", 2.00], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 213, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO events {start: ?};\", \"p\": [{\"@type\": \"xsd:dateTime\", \"@value\": \"2021-04-09T20:00:00Z\"}], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Positional Parameters","id":"313","title":"Positional Parameters"},"314":{"body":"Bulk operations are possible by setting the m flag to true. Bulk operations are available to both named and positional parameters. The list of parameters supplied in bulk must be nested in an array. {\"jsonrpc\": \"2.0\", \"id\": 311, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO users {name: :name};\", \"p\": [{\"name\": \"Sungwon\"}, {\"name\": \"Olga\"}], \"m\": true}}\n{\"jsonrpc\": \"2.0\", \"id\": 312, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO sauces {name: ?, color: ?};\", \"p\": [[\"Sriracha\", \"#FE6F5E\"], [\"Gochujang\", \"#FF8066\"]], \"m\": true}}","breadcrumbs":"Reference » WebSocket API » Bulk Parameters","id":"314","title":"Bulk Parameters"},"315":{"body":"Unlike the HTTP API , the WebSocket API is stateful and thus capable of explicit transactions. See the Transactions documentation for further details on SQL syntax. {\"jsonrpc\": \"2.0\", \"id\": 411, \"method\": \"sql\", \"params\": {\"q\": \"BEGIN TRANSACTION;\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 412, \"method\": \"sql\", \"params\": {\"q\": \"INSERT INTO delete_me {name: 'Roll Me Back'};\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 413, \"method\": \"sql\", \"params\": {\"q\": \"ROLLBACK;\", \"p\": [], \"m\": false}}\n{\"jsonrpc\": \"2.0\", \"id\": 414, \"method\": \"sql\", \"params\": {\"q\": \"SELECT * FROM delete_me;\", \"p\": [], \"m\": false}}","breadcrumbs":"Reference » WebSocket API » Transactions","id":"315","title":"Transactions"},"316":{"body":"","breadcrumbs":"Reference » Data Types » Data Types","id":"316","title":"Data Types"},"317":{"body":"Endb supports the following native scalar types for now. JSON-LD values with a type of @json will be returned from Endb as JSON literals, verbatim. The @type listed in parentheses is for reference purposes only. JSON literal types are implicit so a @value/@type pair is not returned for a JSON literal. SQL JSON-LD Example Literal Description NULL @json null Null, nil, undefined, or missing TEXT @json (xsd:string) \"hello\" UTF-8 string BOOLEAN @json (xsd:boolean) FALSE 8-bit boolean INTEGER @json (xsd:int[eger]) 42 64/128-bit two's complement integer REAL @json (xsd:double) 9007199254740992.123 64-bit IEEE 754 floating point number TIMESTAMP xsd:dateTime 2007-01-01T00:00:00 ISO microsecond precision timestamp DATE xsd:date 2007-01-01 ISO date TIME xsd:time 23:30:00 ISO time INTERVAL xsd:duration PT12H34M56.789S ISO interval BLOB xsd:base64Binary x'DEADBEEF' Binary large object SQL Data Types are covered in detail in the SQL Reference.","breadcrumbs":"Reference » Data Types » Scalars","id":"317","title":"Scalars"},"318":{"body":"SQL JSON-LD Example Literal Description ARRAY @json [\"Joe\", \"Dan\", \"Dwayne\"] Zero-based array OBJECT @json {n: 3, b: 2023-01-01} Object, map, dict, document","breadcrumbs":"Reference » Data Types » Collections","id":"318","title":"Collections"},"319":{"body":"SQL JSON-LD Description DECIMAL xsd:decimal Arbitrary precision decimal. Use 2 BIGINTs or VARCHAR URI xsd:anyURI Unsupported. Use VARCHAR UUID @json (xsd:string) Unsupported. Use VARCHAR or BLOB If you strongly feel you need a native representation of one of these types, email us: hello@endatabas.com","breadcrumbs":"Reference » Data Types » Unsupported Scalar Types","id":"319","title":"Unsupported Scalar Types"},"32":{"body":"ERASE completely removes documents (rows) from visibility to any queries. Once a document has been erased, it is no longer possible to query for it at all. ERASE FROM products WHERE name = 'Salt';","breadcrumbs":"SQL Reference » Data Manipulation » ERASE","id":"32","title":"ERASE"},"320":{"body":"What? Why? Architecture Roadmap License","breadcrumbs":"Appendix » Appendix","id":"320","title":"Appendix"},"321":{"body":"From the outside, Endatabas (or Endb ) is an open source SQL document database with full history. On the inside, this means all records in Endatabas are immutable. An ERASE statement is provided for compliance with laws and policies like GDPR. Time-travel is possible, but queries default to \"as-of-now\". (Which is the thing you want 97% of the time.) Rows are \"schema-last\" documents and joins can be arbitrary, but queries are written in SQL. Endb stores data in Apache Arrow: scalars are strongly typed, the on-disk format is columnar, and the execution engine understands rows and columns. Endb separates storage from compute to provide unlimited disk space. In Swedish, Endatabas means both \"a database\" and \" one database\". This One Database Dream is twofold: Endb hopes to provide HTAP , so a secondary analytics database is not required for most users. Endb plans to use AI ( adaptive indexing ) to provide fast OLTP and OLAP queries on cheap, elastic infrastructure.","breadcrumbs":"Appendix » What? » What is Endatabas?","id":"321","title":"What is Endatabas?"},"322":{"body":"After years of market research, the complaint of database users is universal: \"I want to stop babysitting the database.\" This can mean many things but they're all expensive and complex. The database equivalent of Greenspun's 10th Rule might be \"any sufficiently complicated backend system contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half a database.\" This was true for much of the work we did in the 2010s and 2020s. \"Babysitting\" is sometimes the energy wasted by repeatedly building and maintaining ad-hoc databases for ourselves instead of building tools for customers. Buying data products also requires babysitting. DBAs babysit Oracle indexes. Developers babysit Postgres query optimizations. Data engineers babysit ETL pipelines. Analysts baybsit Redshift history. SREs babysit Aurora costs. Endb can't solve all these problems, but it attempts to be a jack-of-all-trades database that solves as many as it can — for as many people as it can.","breadcrumbs":"Appendix » What? » Who wants One Database?","id":"322","title":"Who wants One Database?"},"323":{"body":"After years of Computer Science research, it's also clear a sea change in database tech is due... right about now. (Give or take ten years. Our timing may be off.) Hellerstein and Stonebraker's What Goes Around Comes Around remains true, decade after decade, since it was published in 2004. As always, the relational data model is still king and SQL is still the lingua franca of databases. Together, they assimilate new rivals every decade or so. Endatabas tries to stand right at the center of this upcoming collapse of the data toolchain. If we, as an industry, can drop a decade's vestigial growth in favour of a tighter, simpler solution? Wonderful. But what if we could shed a half-century's vestiges? Perhaps event streams, relations, documents, graphs, temporal data, ETL and CDC can all live under one roof for many businesses. Let's see. We're not sure if we can make this work. But it's exciting to try. — One Database: Clean. Simple. Less. (Read more in Why Endatabas? )","breadcrumbs":"Appendix » What? » When is One Database possible?","id":"323","title":"When is One Database possible?"},"324":{"body":"(Read more in What is Endatabas? ) Why did we build Endatabas (aka Endb) at all? Isn't one of the many ( many ) existing databases good enough? Many incumbent databases serve their use cases and markets well. But the demands placed on databases are growing rapidly. These demands pull in multiple directions, all at once, and existing technology cannot support them without introducing enormous complexity. Metamorphosis is required. Endb takes good ideas and makes them easier to access, while reducing operational headache. It does not try to be flashy or unnecessarily revolutionary. Instead, it tries to be simple and familiar on the surface while providing a lot of new power under the covers. Let's talk about what that means in clear, concrete terms.","breadcrumbs":"Appendix » Why? » Why Endatabas?","id":"324","title":"Why Endatabas?"},"325":{"body":"The tagline \"SQL Document Database With Full History\" says a lot, but it doesn't say everything. Endatabas is, first and foremost, an immutable database . That's the Full History part. But storing all your data, forever, has clear implications. We consider these implications to be the pillars of Endatabas. In 3D geometry, the legs of a tripod are mutually supportive; as long as all three feet are in contact with the ground, the tripod will not wobble or collapse. So it is with the pillars. Each supports and implies the others. The pillars are as follows: Full History (requires: immutable data and erasure) Timeline (requires: time-traveling queries) Separation of Storage from Compute (requires: light and adaptive indexing) Documents (requires: schemaless tables, \"schema-per-row\", arbitrary joins) Analytics (requires: columnar storage and access) At the top of this five-dimensional structure is SQL, the lingua franca of database queries. We believe it is the right time to integrate these ideas. But first let's go back a few decades to see how we got here.","breadcrumbs":"Appendix » Why? » What is Endatabas, anyway?","id":"325","title":"What is Endatabas, anyway?"},"326":{"body":"None of the ideas in Endatabas are new. George Copeland's What if mass storage were free? asked, back in 1980, what an immutable database might look like. His prescient vision for a database with full history enjoys the clarity of a researcher at the beginning of the database era. People have occasionally asked of Endatabas, \"why bother retaining all history?\" But this is the wrong question. The real question is: \"why bother destroying data?\" Copeland's answers, \"The deletion concept was invented to reuse expensive computer storage.\" The software industry has grown so accustomed to the arbitrary deletion of historical data that we now take destroying data for granted. Mass storage is not free yet — but it is cheap. Copeland himself addresses \"a more realistic argument: if the cost of mass storage were low enough, then deletion would become undesirable.\" Any system that exploits the separation of storage and compute can enjoy these low costs. An immutable dataset and a timeline of changing states are two sides of the same coin. Previous states carry the innate property of time (whether defined by familiar wall clocks or versions or logical clocks). Jensen and Snodgrass have thoroughly researched time-related database queries. Much of their work was published in the 1990s and early 2000s. Storing time, querying across time, time as a value ... these challenging subjects eventually grew to form SQL:2011 . Most SQL databases have struggled to implement SQL:2011. Incorporating time as a core concept in mutable databases (those which support destructive updates and deletes) amplifies existing complexity. Time should simplify the database, not complicate it. Document databases have a more convoluted story. Attempts at \"schemaless\", semi-structured, document, and object databases stretch from Smalltalk in the 1980s to C++ in the 1990s to Java and graphs in the 2000s to JSON in the 2010s . Despite all this, the most successful semi-structured document store, as of 2023, is a Postgres database with JSON columns. Database users desire flexible storage and querying — but yesterday's weather says they desire SQL more. Can't we have both? SQL has four identities, four histories. There is an SQL of academia, born of Codd's relational algebra (1970) and Chamberlin/Boyce SEQUEL (1974) , grown over decades with research like Snodgrass/Jensen's TSQL2. Then there is the SQL of industry, the many-tentacled leviathan of IBM, Oracle, and Microsoft: the SQL sold to businesses and governments, ceaselessly bifurcated into new dialects with each version and implementation. Between these two rests the SQL of the ISO specification — unified across 11 published standards, from SQL-86 to SQL:2023, spanning thousands of pages, adhered to by no single database. [1] Last, there is colloquial SQL, the language one refers to by the question, \"do you know SQL?\" These four threads are intertwined across four decades, making it very difficult to clearly define what is meant by \"SQL\", even in very narrow contexts. Colloquial SQL is of greatest interest to us. This is the ubiquitous query language any new database must implement to succeed. Khoshafian and Copeland introduced the Decomposition Storage Model (DSM) in 1985. The four decades that followed saw any number of approaches to data analytics. Most of the time, however, these demanded expensive data acrobatics: data was piped, streamed, dumped, and copied into denormalized cubes and time-series databases. As humanity grew out of the batch processing of the 1980s into the always-online society of the 2020s, analytics data became another form of operational data and this pipeline was looped back to users and customers. Hybrid Transactional/Analytical Processing (HTAP) promises a simpler, natural successor to OLTP and OLAP systems. For many businesses, the transactional/analytical divide is as arbitrary as destroying data with every state change. Humanity will arbitrarily destroy data in 2026 because hard disks were expensive in 1986. Similarly, we will wastefully query data with multiple systems in 2026 because CPUs were slow in 1986.","breadcrumbs":"Appendix » Why? » History","id":"326","title":"History"},"327":{"body":"When you approach Endb from a distance, you won't see the pillars at first. You'll see the structure they support. This structure also binds the pillars together. The query language of a database is its glue. It is the user interface. It defines the user experience. It is at once a programming language, a dialogue, an envelope, a protocol. But a query engine is not divorced from its query language, and so the language choice also informs system design and behaviour. There are mundane reasons for choosing SQL. If asked \"do you know SQL?\" there's a high probability the answer is \"yes.\" SQL is the language of data science and third-party tools. If any sufficiently successful database has to provide SQL access anyway, one may as well start there. But this is not why we chose SQL. We believe SQL can be beautiful. As mentioned in History , we are primarily concerned with colloquial SQL. The other threads of SQL are relevant but Endb will never implement the entire SQL specification. Instead, the Endb SQL dialect unifies the pillars under one strongly-dynamically-typed umbrella, a variation of the SQLite dialect. SQLite's applications are quite different from those of Endatabas, so Endb SQL is not weakly-typed and Endb types are not a free-for-all. Instead, Endb internally adopts types from Apache Arrow , which it uses as a storage medium. When considering alternatives, there are no direct contenders. Cypher, Datalog, MongoDB query documents, and other schemaless query languages work well for one database implementation but lack both mindshare and standards. PartiQL, SQL++, and other NewSQL languages that depart from SQL suffer precisely because they are almost SQL. One can fantasize about designing a query language from scratch but it's very easy to get wrong and takes decades to build mindshare. SQL has been through this decades-long gauntlet. Just as PL/SQL and T-SQL differ, so will Endb SQL from other dialects. However, colloquial SQL is comparable to colloquial Hindi — at higher levels, it bifurcates into Urdu and Sanskrit but speakers of both lineages understand one another. Endb SQL will be familiar to users of other SQL dialects. With its long, rich history SQL not only has the necessary theoretical underpinnings but the battle scars of technology that lasts. It sits alongside POSIX, TCP/IP, LISP, C, and the QWERTY keyboard layout. It will see its centenary.","breadcrumbs":"Appendix » Why? » Why SQL?","id":"327","title":"Why SQL?"},"328":{"body":"Even if we ignore Copeland's dream of mass storage from 1980, it is easy to see why destroying data is harmful. To destroy data is to destroy facts — to lie about the truth of what happened. Few modern systems permit the total destruction of data for this obvious reason. Some choose to create audit tables: users_audits, sales_audits, and so on. Some choose to log anything and everything. \"It's on disk somewhere.\" It's not uncommon for companies to extract metrics from logs to create invoices and reports, turning a log file into a bespoke immutable database. Industries which take their data very seriously (banking, healthcare) already store immutable records. They just do so in a mutable database. Append-only tables are not new, but they're an order of magnitude easier to work with — for both users and operators — if the database is append-only from the ground up. These same industries will resist the destruction of data unless absolutely necessary, but they will bend to necessity. Erasure is concomitant with immutability — we cannot have one without the other. The existing designs of databases create serious problems for privacy. DELETE, when overloaded to mean both \"save disk space\" and \"explicitly remove this data\", becomes opaque. It does not leave any queryable record of the deletion. Removing data should keep tombstones so it's at least known that some data was removed.","breadcrumbs":"Appendix » Why? » Why Full History?","id":"328","title":"Why Full History?"},"329":{"body":"Keeping your data's entire history is the write-side of the equation. If you didn't care about getting this data back, you could just dump it into an unintelligible pile. But you not only want your data back, you want to query it in the easiest way possible. One very sensible way to see and query immutable data is along a timeline. Endb makes no assumptions about your desire to participate in this timeline. By default, everything is visible as-of-now but querying the past should feel effortless. -- without time travel:\nSELECT * FROM products;\n-- time travel to 2020:\nSELECT * FROM products FOR SYSTEM_TIME AS OF 2020-08-25T00:00:00;","breadcrumbs":"Appendix » Why? » Why a timeline?","id":"329","title":"Why a timeline?"},"33":{"body":"The WITH keyword can create Common Table Expressions (CTEs) for DML, just as it can for queries . WITH top_margin_products AS (SELECT product_no, name FROM products WHERE (price - cost) > 5.00)\nINSERT INTO banner_products SELECT product_no, name FROM top_margin_products;","breadcrumbs":"SQL Reference » Data Manipulation » WITH (Common Table Expressions)","id":"33","title":"WITH (Common Table Expressions)"},"330":{"body":"Separating storage from compute is an implementation detail. AWS customers don't choose Amazon Aurora because they're craving this separation. Decoupling storage from compute makes scale (both up and down) trivial. It also introduces the possibility of \"reducing network traffic, ... fast crash recovery, failovers to replicas without loss of data, and fault-tolerant, self-healing storage.\" This decoupling is concomitant with Light and Adaptive Indexing . It is undesirable to manually construct expensive indexes for unknown future schemas over (effectively) infinite data. Instead, we should let machine learning handle this job.","breadcrumbs":"Appendix » Why? » Why Separation of Storage and Compute?","id":"330","title":"Why Separation of Storage and Compute?"},"331":{"body":"It can be argued that \"why documents?\" is really multiple questions: why schemaless? why nested data? why dynamic SQL? First, the challenges. It is extremely difficult to force global schema onto every row in a table in an immutable world. Even if there were a simple mechanism in SQL to alter table schema only for certain durations (there isn't), the database user would still be burdened with querying based on a particular schema at a particular time in the history of the table. This complexity is compounded by the fact that static schemas have less and less meaning in a temporal world. Endb introduces SQL:2011 time-travel and period predicates . The difficulty, mentioned earlier, that other databases encounter when introducing SQL:2011 is twofold: dealing with \"time\" in a world where history can be violently rewritten and managing an unbending schema across time. Nested data is equally unnatural in incumbent databases. SQL:99, SQL:2016, SQL:2023 all offer some way of shoehorning nested data into flat tables. DynamoDB, Couchbase, and MongoDB are the most common document databases but they don't speak SQL. [2] Not only will no one ever decompose relational data into 6NF, it is unlikely we'll ever see a return to the classic BCNF of business entity-relationship diagrams. Nested data is here to stay. Foreign, embedded JSON (or XML) is little more than a band-aid. Nested data should be native to SQL queries. Second, the joys. Schema-per-row can be incredibly liberating. Not only does this feel more natural, it embraces the messy truth of the real world. Schema-on-write can be added later, when the business is ready to lock down what it knows about a domain. But many use cases demand flexible schemas. What if this week's project requires downloading huge amounts of semi-structured JSON pricing data from the APIs of competing online stores to compare them? Endb can handle this case out of the box. Most databases would require a great deal of manipulation first. Dynamic SQL is required to support schemaless, nested data — but it also brings its own joys. When dynamic SQL rests on top of a flexible data model which can ingest any data, it is capable of exploring nested data and easily constructing arbitrary joins users could normally only construct in a graph database.","breadcrumbs":"Appendix » Why? » Why documents?","id":"331","title":"Why documents?"},"332":{"body":"It is often the job of analytics databases to record and query all the data of a business, denormalized for speed. There will always be analytical jobs which require data to be transformed. But many businesses already allow data scientists, analysts, and even CEOs read-only access to an OLTP replica. HTAP is right on the horizon . Endb hopes to participate in that evolution by making all business data accessible to easy-to-produce, cheap, ephemeral read replicas.","breadcrumbs":"Appendix » Why? » Why \"One Database\"?","id":"332","title":"Why \"One Database\"?"},"333":{"body":"We cannot reconcile building and selling a product we would never buy ourselves.","breadcrumbs":"Appendix » Why? » Why Commercial Open Source?","id":"333","title":"Why Commercial Open Source?"},"334":{"body":"All of the pillars outlined above have their own strike-when-the-iron-is-hot moment. The SQLite we know today began to materialize in 2001. Amazon S3 was launched in 2006. MongoDB was first released in 2007. Immutable data and functional programming reached the mainstream in the 2010s. Datomic (arguably the first immutable OLTP database) was release in 2012. Amazon Aurora was released in 2015 and Google's AlloyDB in 2022. Apache Arrow saw its first release in 2016. Over the past decade, many financial firms built their own in-house temporal databases. SQL:2011, SQL:2016, and SQL:2023 were ratified in their respective eponymous years. HTAP hasn't quite happened yet. AI-driven indexes haven't quite happened yet. The moment for something like Endatabas is now... but it is a very long moment. Endatabas cannot be built in a Postgres-compatible fashion. Technically, it would be prohibitively expensive to build Endatabas from existing components. It's time for something new. The complete SQL specification is very difficult to implement in full, though Mimer likely comes closest to this goal . There is XQuery, of course. But most businesses today do not build their nested data storage on XQuery.","breadcrumbs":"Appendix » Why? » Why Now?","id":"334","title":"Why Now?"},"335":{"body":"","breadcrumbs":"Appendix » Architecture » Architecture","id":"335","title":"Architecture"},"336":{"body":"All records in Endatabas are immutable. Historical data is not lost when an UPDATE or DELETE statement is executed. You can think of endb as one giant log of transactions with fast queries made possible by adaptive indexing .","breadcrumbs":"Appendix » Architecture » Immutable","id":"336","title":"Immutable"},"337":{"body":"The only time data in Endatabas is truly deleted is with the ERASE statement. This is used for user safety and compliance with laws like GDPR.","breadcrumbs":"Appendix » Architecture » Erasure","id":"337","title":"Erasure"},"338":{"body":"Both the heart and \"UI\" of Endatabas is a dynamic SQL engine which natively understands strongly-typed, semi-structured rows (documents). Here is an example to illustrate what that means: INSERT INTO stores {brand: \"Alonzo's Analog Synthesizers\", addresses: [{city: \"New Jersey\", country: \"United States\", opened: 1929-09-01}, {city: \"Göttingen\", country: \"Germany\", opened: 1928-09-01}]}; -- recursive query of ISO dates from the nested document:\nSELECT addresses..opened FROM stores; Endb SQL bases its core SQL dialect on SQLite. It also draws inspiration from SQL:99, SQL:2011, SQL:2016, and SQL:2023. Read more in our bibliography .","breadcrumbs":"Appendix » Architecture » Dynamic SQL","id":"338","title":"Dynamic SQL"},"339":{"body":"Endatabas stores and processes data as columns. Endb's columnar storage is built on Apache Arrow . Endb SQL allows users to retrieve data as documents. The ultimate goal is for Endatabas to serve many (hybrid) purposes: day-to-day transactions and analytical jobs.","breadcrumbs":"Appendix » Architecture » Columnar: Hybrid Transactional Analytic Processing (HTAP)","id":"339","title":"Columnar: Hybrid Transactional Analytic Processing (HTAP)"},"34":{"body":"Parameters to DML are documented under the HTTP API .","breadcrumbs":"SQL Reference » Data Manipulation » Parameters","id":"34","title":"Parameters"},"340":{"body":"Queries are compiled to Common Lisp and use hash joins. Join ordering is done heuristically, by base table size. Correlated queries are memoized by building indexes in-memory during query execution.","breadcrumbs":"Appendix » Architecture » Query Execution","id":"340","title":"Query Execution"},"341":{"body":"More detailed information about the future of Endb can be found in the roadmap .","breadcrumbs":"Appendix » Architecture » Future","id":"341","title":"Future"},"342":{"body":"If you're not sure what this is, think Amazon Aurora, Google AlloyDB, and Neon. Compute nodes are the classic database (Postgres, MongoDB, etc.) — in an immutable world, these are just caches. Storage is elastic object or blob storage (S3, Azure Blobs, etc.). Endatabas is built to live in the clouds, alongside infinite disk. Although the groundwork for separating storage from compute exists in Endb today, elastic storage backends are not yet implemented.","breadcrumbs":"Appendix » Architecture » Cloud: Separation of Storage from Compute","id":"342","title":"Cloud: Separation of Storage from Compute"},"343":{"body":"For more information on light and adaptive indexing, you can watch Håkan's talk from 2022: \"Light and Adaptive Indexing for Immutable Databases\" Endb does not yet support adaptive indexing.","breadcrumbs":"Appendix » Architecture » Adaptive Indexing","id":"343","title":"Adaptive Indexing"},"344":{"body":"You can read our high-level roadmap on GitHub .","breadcrumbs":"Appendix » Roadmap » Roadmap","id":"344","title":"Roadmap"},"345":{"body":"All Endatabas code is Copyright Håkan Råberg and Steven Deobald and licensed GNU Affero General Public License v3.0 , unless otherwise specified. To contribute to Endatabas, please refer to CONTRIBUTING .","breadcrumbs":"Appendix » License » License","id":"345","title":"License"},"35":{"body":"Transactions in Endb are implicit. Run multiple DML statements in a single transaction by providing multiple statements (delimited by semicolons) to a single POST to the HTTP API .","breadcrumbs":"SQL Reference » Data Manipulation » Transactions","id":"35","title":"Transactions"},"36":{"body":"Endb SQL strives to empower the query author. Basic SQL queries should be familiar. Advanced SQL queries should be simple.","breadcrumbs":"SQL Reference » Queries » Queries","id":"36","title":"Queries"},"37":{"body":"The most common hand-written SQL query tends to be the easiest: SELECT * FROM products; Without a WHERE clause (discussed below) the entire table is returned. Because Endb is schemaless, * has a special meaning. Each document (row) in Endb carries with it its own schema. As a result, * refers to the widest possible set of columns, across all the rows returned. In many SQL dialects, columns are strictly ordered. Because Endb columns cannot have a strict order, * returns them in alphabetical order. You can select the widest set of columns for a specific table with
.*: SELECT p.* FROM products p JOIN coupons c ON p.price = c.price;","breadcrumbs":"SQL Reference » Queries » SELECT *","id":"37","title":"SELECT *"},"38":{"body":"In programmatic environments, it is almost always preferable to query for specific columns by name: SELECT product_no, price FROM products; Select a list of columns by delimiting them with commas. SELECT product_no, v, price, name FROM products; Select a column with spaces by delimiting it with backticks or square braces: SELECT products['product no'] FROM products;\nSELECT `product no` FROM products; NOTE: Whether or not your Endb client respects column ordering is dependent on the content type it uses in Accept Headers. It is worth reading over the Accept Header documentation, in this regard. Limit query results to distinct rows or expand to all rows with DISTINCT and ALL. SELECT DISTINCT name FROM products;\nSELECT ALL product_no FROM products p JOIN sales s ON p.name = s.name;","breadcrumbs":"SQL Reference » Queries » SELECT","id":"38","title":"SELECT"},"39":{"body":"","breadcrumbs":"SQL Reference » Queries » FROM","id":"39","title":"FROM"},"4":{"body":"","breadcrumbs":"Tutorial » Quickstart » Quickstart","id":"4","title":"Quickstart"},"40":{"body":"For convenience, tables can be given aliases immediately following their name in the FROM clause. SELECT p.name FROM products p; The AS operator can also (optionally) be used to provide an alias for a table. SELECT p.name FROM products AS p; More usefully, it can give a temporary table name to an expression. The temporary table name can either have anonymous columns or named columns. (The VALUES keyword is explained in the following VALUES Lists section.) SELECT p.column1 FROM (VALUES ('Paprika', 4.77)) AS p;\nSELECT p.price FROM (VALUES ('Paprika', 4.77)) AS p(name, price);","breadcrumbs":"SQL Reference » Queries » Alias Tables","id":"40","title":"Alias Tables"},"41":{"body":"The AS keyword is also used to alias columns. This is useful when column names conflict in a join. (Joins are explained below.) If the same column is specified more than once, the last reference to that column name is the one which will be returned: SELECT c.price, p.price FROM products p JOIN coupons c ON p.name = c.name; If both columns are required, AS can be used to rename one or both of the columns: SELECT p.price AS regular_price, c.price FROM products p JOIN coupons c ON p.name = c.name;","breadcrumbs":"SQL Reference » Queries » Alias Columns","id":"41","title":"Alias Columns"},"42":{"body":"Because Endb is schemaless, documents (rows) can be joined on any fields (columns) which have equivalent values. Joins are written in the form JOIN ON . .. Join operators are generally comparisons or booleans . INSERT INTO coupons {name: 'Salt', price: 3.0};\nSELECT * FROM products p JOIN coupons c ON p.name = c.name; LEFT JOIN, LEFT OUTER JOIN, INNER JOIN, and CROSS JOIN are all supported. NOTE: Endb does not restrict name clashes in unqualified column selection or SELECT *. If two tables share the same column name, the results from the column of the second table in the join will be visible in the returned result, but not the results of the first.","breadcrumbs":"SQL Reference » Queries » JOIN","id":"42","title":"JOIN"},"43":{"body":"When the columns to join share the same name between two tables, USING is a shorthand that permits joining on the equality of those two columns. A USING query also supports unambiguous use of the unqualified column name in the SELECT clause. SELECT project_name, users.name, projects.budget FROM users JOIN projects USING (project_name);","breadcrumbs":"SQL Reference » Queries » USING","id":"43","title":"USING"},"44":{"body":"Rather than returning the entire table, documents (rows) can be filtered with a WHERE clause. SELECT * FROM products WHERE price > 4;","breadcrumbs":"SQL Reference » Queries » WHERE (Filtering)","id":"44","title":"WHERE (Filtering)"},"45":{"body":"More advanced filters are documented in Operators and Functions .","breadcrumbs":"SQL Reference » Queries » Advanced Filtering","id":"45","title":"Advanced Filtering"},"46":{"body":"Results from queries can be ordered with standard SQL ORDER BY. SELECT * FROM products ORDER BY price; By default, ordering is ascending. For descending order, suffix the ORDER BY clause with DESC: SELECT * FROM products ORDER BY price DESC; To force ascending order, use ASC: SELECT * FROM products ORDER BY price ASC; It is also possible to order by an expression: SELECT * FROM products ORDER BY LENGTH(name);\nSELECT * FROM products ORDER BY -price; In the example above, LENGTH is an example of a function. A complete list of functions can be found in the Functions documentation.","breadcrumbs":"SQL Reference » Queries » ORDER BY (Sorting Results)","id":"46","title":"ORDER BY (Sorting Results)"},"47":{"body":"GROUP BY accepts a list of columns and creates aggregated rows based on each of those columns, in order. Each aggregate is returned as a single row. Each column returned must either be a column specified in the GROUP BY clause or a column created with an aggregate function , such as SUM. SELECT name, price FROM products GROUP BY name, price;\nSELECT name, SUM(price) FROM products GROUP BY name;","breadcrumbs":"SQL Reference » Queries » GROUP BY","id":"47","title":"GROUP BY"},"48":{"body":"HAVING adds a search condition to an aggregate query. SELECT name, SUM(price) FROM products GROUP BY name HAVING LENGTH(name) > 4; It is most often used with GROUP BY (seen above), but it is also legal with other aggregates: SELECT SUM(products.price) FROM products HAVING SUM(products.price) = 13;","breadcrumbs":"SQL Reference » Queries » HAVING","id":"48","title":"HAVING"},"49":{"body":"LIMIT specifies the maximum number of rows to be returned by the query. SELECT * FROM products LIMIT 2; It always makes sense to control the order of returned rows so LIMIT always returns the same rows for the same query -- unless you don't care which rows are returned. SELECT * FROM products ORDER BY price ASC LIMIT 2; OFFSET allows queries to skip rows before returning a limited set. SELECT * FROM products ORDER BY price ASC LIMIT 2 OFFSET 2;","breadcrumbs":"SQL Reference » Queries » LIMIT","id":"49","title":"LIMIT"},"5":{"body":"mkdir -p endb_data\ndocker pull endatabas/endb\ndocker run --rm -p 3803:3803 -v endb_data:/app/endb_data docker.io/endatabas/endb See Installation for more ways to install and build endb. See Try It! for methods of connecting to Endb and running queries.","breadcrumbs":"Tutorial » Quickstart » Install Endb","id":"5","title":"Install Endb"},"50":{"body":"The VALUES keyword is used to create a static table of documents (rows). Each row is denoted by a pair of parentheses. All rows must have Union Compatibility which, for Endb, means they have the same number of columns. VALUES (1, 'Salt'), (2, 'Pepper'), (3, 'Vinegar'); Endb assigns anonymous columns the names column1, column2, etc. Columns can instead be given names with a table alias : SELECT * FROM (VALUES (1, 'Salt'), (2, 'Pepper'), (3, 'Vinegar')) AS t (product_no, name);","breadcrumbs":"SQL Reference » Queries » VALUES Lists","id":"50","title":"VALUES Lists"},"51":{"body":"The OBJECTS keyword is used to create a static table comprised of object literals, each representing a document (row). Each row is directly denoted by an object literal. OBJECTS lists do not require Union Compatibility , so jagged lists are permitted. OBJECTS {product_no: 1, name: 'Salt'}, {product_no: 2, name: 'Pepper', price: 3.99};\nSELECT * FROM (OBJECTS {product_no: 1, name: 'Salt'}, {product_no: 2, name: 'Pepper'}) as t;","breadcrumbs":"SQL Reference » Queries » OBJECTS Lists","id":"51","title":"OBJECTS Lists"},"52":{"body":"The set operations union, intersection, and difference are available to the results of two queries.","breadcrumbs":"SQL Reference » Queries » Set Operations: UNION, INTERSECT, EXCEPT","id":"52","title":"Set Operations: UNION, INTERSECT, EXCEPT"},"53":{"body":"Append the results of one query to another. Duplicate rows are removed. SELECT * FROM products UNION SELECT * FROM new_products; To keep duplicate rows, use UNION ALL: SELECT * FROM products UNION ALL SELECT * FROM new_products;","breadcrumbs":"SQL Reference » Queries » UNION","id":"53","title":"UNION"},"54":{"body":"The intersection of two queries returns results which are found in both. SELECT * FROM products INTERSECT SELECT * FROM new_products;","breadcrumbs":"SQL Reference » Queries » INTERSECT","id":"54","title":"INTERSECT"},"55":{"body":"The difference of two queries returns only results from the first query which are not found in the second. Another way of thinking about this is that results of the second query are removed from the first. SELECT * FROM products EXCEPT SELECT * FROM ignored_products;","breadcrumbs":"SQL Reference » Queries » EXCEPT","id":"55","title":"EXCEPT"},"56":{"body":"\"Union Compatibility\" refers to the ability of two queries to be used in a union, intersection, or difference. Because Endb is dynamically-typed, the only constraint on union compatibility is the number of columns returned. In general, it only makes sense to use set operations on two queries which return either: (1) explicit columns, so order and naming are respected or (2) columns with the same names, so they are guaranteed to return in order, in the case of * queries. When applying set operations to * queries, keep in mind that the widest column set (across the entire history of the table) will be returned. If the queries return a different number of columns, set operations will result in an error: -> SELECT * FROM products UNION SELECT * FROM new_products;\n400 Bad Request\nNumber of UNION left columns: 3 does not match right columns: 2","breadcrumbs":"SQL Reference » Queries » Union-Compatibility","id":"56","title":"Union-Compatibility"},"57":{"body":"The WITH keyword is used to create Common Table Expressions , or CTEs. CTEs act like temporary tables or views within the context of a query or DML statement . CTEs are used in place of a sub-select to simplify the appearance of a query. WITH clauses take the form WITH AS (). WITH top_margin_products AS (SELECT product_no FROM products WHERE (price - cost) > 5.00)\nSELECT name FROM products\nWHERE product_no IN (SELECT product_no FROM top_margin_products);","breadcrumbs":"SQL Reference » Queries » WITH (Common Table Expressions)","id":"57","title":"WITH (Common Table Expressions)"},"58":{"body":"The RECURSIVE keyword can be added to WITH to create recursive CTEs which can refer to themselves. Recursive CTEs will always have the form UNION or UNION ALL . Here is a naive example, demonstrating the recursive construction of a Fibonacci Sequence: WITH RECURSIVE fib(previous, current) AS ( VALUES (0, 1) UNION ALL SELECT fib.current, fib.previous + fib.current FROM fib WHERE fib.previous + fib.current < 5000\n)\nSELECT * FROM fib; The most beneficial uses for WITH RECURSIVE are walking hierarchical and graph-shaped data sets -- capabilities ordinary SQL lacks. However, Endb recursive queries are also capable of solving Sudoku puzzles and constructing fractals, as seen in the test suite . (Credit goes to SQLite's delightful Outlandish Recursive Query Examples .)","breadcrumbs":"SQL Reference » Queries » WITH RECURSIVE","id":"58","title":"WITH RECURSIVE"},"59":{"body":"Lateral queries permit access to named values from the FROM clause in the SELECT clause. The LATERAL keyword is optional in Endb as all queries are lateral queries by default. SELECT halved FROM products, LATERAL (SELECT price / 2.0 AS halved) h;\nSELECT halved FROM products, (SELECT price / 2.0 AS halved) h;","breadcrumbs":"SQL Reference » Queries » LATERAL","id":"59","title":"LATERAL"},"6":{"body":"If you do not want to install a full Endb instance, you can try the Live Demo instead. The Wasm Console runs Endb directly in your web browser, so you can ignore the steps in Try It! and jump straight to Endb SQL Basics . NOTE: The Wasm Console is not a full Endb instance. It does not provide APIs and has other performance and infrastructure limitations.","breadcrumbs":"Tutorial » Quickstart » Try Online","id":"6","title":"Try Online"},"60":{"body":"Repeatable reads are achieved in Endb by creating savepoints , which queries can return to later. When returning to a savepoint in the future, queries will return results according to the state of the database when the savepoint was captured. By default, savepoints have a 60-second lifespan, after which they expire. Use of a savepoint during its lifespan will renew its lease, allowing it to be used for another 60 seconds. Savepoints can be forcibly expired with RELEASE. Attempting to use a savepoint that has been expired or released will return No active savepoint: . NOTE: Repeatable reads are only available to the HTTP API .","breadcrumbs":"SQL Reference » Queries » Repeatable Reads: SAVEPOINT, ROLLBACK, RELEASE","id":"60","title":"Repeatable Reads: SAVEPOINT, ROLLBACK, RELEASE"},"61":{"body":"Other SQL dialects have more transaction-specific semantics for SAVEPOINT, ROLLBACK, and RELEASE. Because this difference in behaviour may be confusing to users familiar with other databases, we provide the example below. The result of the final query returns the first two dungeons, which were inserted prior to the savepoint, but not \"Tower of Hera\". INSERT INTO dungeons {name: 'Eastern Palace'};\nINSERT INTO dungeons {name: 'Desert Palace'};\nSAVEPOINT desert_palace;\nINSERT INTO dungeons {name: 'Tower of Hera'};\nROLLBACK TO desert_palace; SELECT * FROM dungeons; NOTE: The ROLLBACK and SELECT above must be executed together, in the same stateless \"transaction\". (Normally this will mean executing both statements in a single HTTP request.)","breadcrumbs":"SQL Reference » Queries » Minimal Example","id":"61","title":"Minimal Example"},"62":{"body":"The SAVEPOINT operator captures a new savepoint at the time it executes. Savepoints can be named or anonymous. Anonymous savepoints are named with a UUID. The name of the savepoint is returned as an attribute named result. SAVEPOINT desert_palace;\n-- [{'result': 'desert_palace'}]\nSAVEPOINT;\n-- [{'result': '0b12de43-1c92-4d92-ab7c-51c5a5129074'}]","breadcrumbs":"SQL Reference » Queries » SAVEPOINT","id":"62","title":"SAVEPOINT"},"63":{"body":"Inside the scope of a stateless \"transaction\" (normally a single HTTP request), ROLLBACK is used to return to a savepoint. ROLLBACK TO returns to a named savepoint (by name) or an anonymous savepoint (by string UUID). Queries executed inside such a transaction return results according to the state of the database when the savepoint was created. The use of ROLLBACK renews the lease of the associated savepoint. ROLLBACK TO desert_palace; SELECT * FROM dungeons;\nROLLBACK TO 'eab07765-de6f-4f74-8052-838dd29ee8e7'; SELECT * FROM dungeons;","breadcrumbs":"SQL Reference » Queries » ROLLBACK","id":"63","title":"ROLLBACK"},"64":{"body":"The RELEASE keyword expires a savepoint so it can no longer be used. Anonymous savepoints can be released by string UUID. RELEASE desert_palace;\nRELEASE 'f7c314dd-47b9-4c85-9502-b8e35c82b935';","breadcrumbs":"SQL Reference » Queries » RELEASE","id":"64","title":"RELEASE"},"65":{"body":"Standard SQL keywords are used to begin, commit, and rollback explicit transactions. NOTE: Explicit transactions are only available to the WebSocket API .","breadcrumbs":"SQL Reference » Queries » Transactions","id":"65","title":"Transactions"},"66":{"body":"This minimal example assumes a connection via the WebSocket API. BEGIN;\nINSERT INTO dungeons {name: 'Dark Palace'};\nINSERT INTO dungeons {name: 'Swamp Palace'};\nINSERT INTO dungeons {name: 'Skull Woods'};\nROLLBACK;\nSELECT * FROM dungeons;","breadcrumbs":"SQL Reference » Queries » Minimal Example","id":"66","title":"Minimal Example"},"67":{"body":"The BEGIN keyword starts a new transaction. BEGIN TRANSACTION;","breadcrumbs":"SQL Reference » Queries » BEGIN [TRANSACTION]","id":"67","title":"BEGIN [TRANSACTION]"},"68":{"body":"The COMMIT keyword commits the open transaction to disk. END is a synonym for COMMIT. COMMIT TRANSACTION;","breadcrumbs":"SQL Reference » Queries » COMMIT [TRANSACTION]","id":"68","title":"COMMIT [TRANSACTION]"},"69":{"body":"The ROLLBACK keyword throws away any uncommitted changes since the transaction began. ROLLBACK TRANSACTION; NOTE: The ROLLBACK keyword should not be confused with the ROLLBACK keyword for savepoints . Both can be called without mentioning a savepoint or transaction, but their behaviour differs based on whether the client is in an explicit transaction or not.","breadcrumbs":"SQL Reference » Queries » ROLLBACK [TRANSACTION]","id":"69","title":"ROLLBACK [TRANSACTION]"},"7":{"body":"You can send SQL statements to endb over HTTP or WebSockets. Any HTTP or WebSocket client will do, and Endb ships with a console and client libraries.","breadcrumbs":"Tutorial » Try It! » Try It!","id":"7","title":"Try It!"},"70":{"body":"","breadcrumbs":"SQL Reference » SQL Data Types » SQL Data Types","id":"70","title":"SQL Data Types"},"71":{"body":"Null serves a variety of purposes in Endb. Explicit: You can provide an explicit NULL value \"Unknown\": As with any SQL, you will receive a null when 3-Valued Logic cannot determine if a statement is true or false \"Missing\": Jagged rows will return NULL for columns projected for a document which does not contain them","breadcrumbs":"SQL Reference » SQL Data Types » NULL","id":"71","title":"NULL"},"72":{"body":"Endb accepts unbounded, variable-length strings with either single or double quotes. CHAR and VARCHAR are synonyms for TEXT. INSERT INTO users (name, title) VALUES ('River', \"Prodigy\"); When casting using the CHAR synonym, an optional integer argument indicates the desired length of the resulting string, padded with spaces: SELECT CAST(123 AS CHAR(10));\n-- [{'column1': '123 '}]","breadcrumbs":"SQL Reference » SQL Data Types » TEXT (CHAR, VARCHAR)","id":"72","title":"TEXT (CHAR, VARCHAR)"},"73":{"body":"Boolean values can be TRUE, FALSE, or NULL.","breadcrumbs":"SQL Reference » SQL Data Types » BOOLEAN","id":"73","title":"BOOLEAN"},"74":{"body":"64-bit integer capable of auto-promotion to 128-bit integer.","breadcrumbs":"SQL Reference » SQL Data Types » INTEGER (BIGINT)","id":"74","title":"INTEGER (BIGINT)"},"75":{"body":"A 64-bit IEEE 754 floating point number, or double.","breadcrumbs":"SQL Reference » SQL Data Types » REAL (DOUBLE)","id":"75","title":"REAL (DOUBLE)"},"76":{"body":"Timestamps can be represented as either SQL timestamps, according to the SQL Specification, or ISO timestamps. The following are legal timestamp literals: 2007-01-01T00:00:00 2007-01-01T00:00:00.123Z 2007-01-01T00:00:00.000000Z TIMESTAMP '2007-01-01 00:00:00' TIMESTAMP '2007-01-01 00:00:00.000000Z'","breadcrumbs":"SQL Reference » SQL Data Types » TIMESTAMP","id":"76","title":"TIMESTAMP"},"77":{"body":"Dates can be represented as either SQL dates, according to the SQL Specification, or ISO dates. The following are legal date literals: 2007-01-01 DATE '2007-01-01'","breadcrumbs":"SQL Reference » SQL Data Types » DATE","id":"77","title":"DATE"},"78":{"body":"Times can be represented as either SQL times, according to the SQL Specification, or ISO times. The following are legal time literals: 23:59:12 23:59:12.12345 TIME '23:59:12' TIME '23:59:12.12345'","breadcrumbs":"SQL Reference » SQL Data Types » TIME","id":"78","title":"TIME"},"79":{"body":"A Period is a window of time between two date/time types. Periods are used with Period Predicates . {start: 2001-01-01, end: 2001-04-01} [2001-04-01T00:00:00Z, 2001-05-01] It is also possible to create a Period with the PERIOD constructor function.","breadcrumbs":"SQL Reference » SQL Data Types » PERIOD","id":"79","title":"PERIOD"},"8":{"body":"Our first couple examples will use curl , which you probably already have installed, to send queries directly to the API. curl -d \"INSERT INTO users (name) VALUES ('Tianyu')\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql\ncurl -d \"SELECT * FROM users\" -H \"Content-Type: application/sql\" -X POST http://localhost:3803/sql You don't need to use the API diretly if there is a client library available for your language of choice, but it is helpful to know that the underlying API is human-readable and based on open standards. Read more in the full HTTP API docs .","breadcrumbs":"Tutorial » Try It! » curl","id":"8","title":"curl"},"80":{"body":"An interval (or duration ) is created whenever two times are subtracted. SELECT 2001-01-02 - 2001-01-01; Interval literals can be constructed with ISO 8601 syntax : PT12H30M5S P1Y2M10DT2H30M This is equivalent to the same ISO 8601 syntax provided as a string to the DURATION constructor: DURATION('PT12H30M5S') DURATION('P1Y2M10DT2H30M') Interval literals can also be constructed with the classic SQL intervals DSL: INTERVAL '1-2' YEAR TO MONTH INTERVAL '0 12:34:56.789' DAY TO SECOND","breadcrumbs":"SQL Reference » SQL Data Types » INTERVAL (DURATION)","id":"80","title":"INTERVAL (DURATION)"},"81":{"body":"Binary Large Objects can be encoded as hexidecimal literals or cast from strings. x'DEADBEEF' CAST(\"hello\" AS BLOB)","breadcrumbs":"SQL Reference » SQL Data Types » BLOB (VARBINARY)","id":"81","title":"BLOB (VARBINARY)"},"82":{"body":"Endb SQL uses zero-based arrays. Arrays can be created with array literals similar to JSON. [\"one\", \"two\", \"three\"] Alternatively, arrays can also be created using a literal syntax similar to that in the SQL Specification or a constructor function. ARRAY [\"one\", \"two\", \"three\"] ARRAY(\"one\", \"two\", \"three\") Array literals can contain the spread operator SELECT [1, 2, ...[3, 4], 5];\n-- [{'column1': [1, 2, 3, 4, 5]}] Array equality is tested lexicographically .","breadcrumbs":"SQL Reference » SQL Data Types » ARRAY","id":"82","title":"ARRAY"},"83":{"body":"Objects (which can also be thought of as documents, or rows) can be created with object literals enclosed in curly braces, similar to JSON. Keys in object literals can be quoted or unquoted. {name: \"Hanna\", birthday: 1982-12-31} {'name': \"Hanna\", 'birthday': 1982-12-31} Alternatively, objects can be created using either an OBJECT constructor keyword, similar to that in the SQL Specification. OBJECT(name: 'Hanna', birthday: 1982-12-31) Object literals can contain spreads , computed fields , shorthands , and row literals . SELECT { a: 1, ...[2, 3] };\n-- [{'column1': {'0': 2, '1': 3, 'a': 1}}]\nSELECT { foo: 2, ['foo' || 2]: 5 };\n-- [{'column1': {'foo': 2, 'foo2': 5}}]\nSELECT {p.name, c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'name': 'Salt'}}]\nSELECT {product: {p.*}, discounted: c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'product': {'name': 'Salt', 'price': 5.99}}}] Object equality is tested by comparing each key-value pair as an array.","breadcrumbs":"SQL Reference » SQL Data Types » OBJECT","id":"83","title":"OBJECT"},"84":{"body":"","breadcrumbs":"SQL Reference » SQL Data Types » Dynamic Literals","id":"84","title":"Dynamic Literals"},"85":{"body":"It is possible return an entire document (row) as a single literal value. The syntax is akin to Postgres ROW literals . Unlike table.*, which pads non-existent columns with NULL, a row literal returns exactly the schema specified for each individual row. { table.* } Example usage: SELECT { products.* } FROM products; As a shorthand, a table's name may be used in the SELECT clause to return entire rows as documents: -> SELECT users FROM users;\n-- [{'users': {'email': 'patrick@oracle.com', 'name': 'Patrick'}},\n-- {'users': {'email': 'preethi@shopify.ca', 'name': 'Preethi'}}] NOTE: When a table contains a column of the same name, the column takes precedence and a single column is returned, as usual: -> SELECT status FROM status;\n-- [{'status': 'error'}, {'status': 'ok'}]","breadcrumbs":"SQL Reference » SQL Data Types » Row Literals","id":"85","title":"Row Literals"},"86":{"body":"The Spread Operator (..., sometimes known as \"splat\") can be used to directly flatten/unnest one collection (an array, object, or row literal) into another. Strings are treated as character collections. SELECT [1, 2, ...[3, 4], 5];\n-- [{'column1': [1, 2, 3, 4, 5]}] SELECT [1, 2, ...\"foo\", 5];\n-- [{'column1': [1, 2, 'f', 'o', 'o', 5]}] If an array is spread into an object, its ordinals will be used as properties: SELECT { a: 1, ...{b: 2} };\n-- [{'column1': {'a': 1, 'b': 2}}] SELECT { a: 1, ...[2, 3] };\n-- [{'column1': {'0': 2, '1': 3, 'a': 1}}]","breadcrumbs":"SQL Reference » SQL Data Types » Spread","id":"86","title":"Spread"},"87":{"body":"In the key/property position, square brackets are used to construct computed fields in object literals . Computed fields are implicitly cast to string. SELECT { foo: 2, [2 + 2]: 5 };\n-- [{'column1': {'4': 5, 'foo': 2}}]\nSELECT { foo: 2, ['foo' || 2]: 5 };\n-- [{'column1': {'foo': 2, 'foo2': 5}}]","breadcrumbs":"SQL Reference » SQL Data Types » Computed Fields","id":"87","title":"Computed Fields"},"88":{"body":"Column names can be referred to in place of key-value pairs in object literals . SELECT {p.name, c.discounted} FROM products p JOIN coupons c ON p.name = c.name;\n-- [{'column1': {'discounted': 2.99, 'name': 'Salt'}}]","breadcrumbs":"SQL Reference » SQL Data Types » Shorthands","id":"88","title":"Shorthands"},"89":{"body":"Endb date/time data types currently only support times encoded as UTC.","breadcrumbs":"SQL Reference » SQL Data Types » Note on timezones","id":"89","title":"Note on timezones"},"9":{"body":"Endb provides a small console for writing Endb SQL directly: pip install endb_console\nendb_console # connects to localhost by default Assuming you inserted a user with curl above, you can query that table directly: -> SELECT * FROM users; Read more in the Console doc .","breadcrumbs":"Tutorial » Try It! » Console","id":"9","title":"Console"},"90":{"body":"Operations performed on scalars will attempt to widen those scalars for the purpose of the operation, if reasonable. -> select 2.0 = 2;\n[{'column1': True}] This widening includes joins on scalars, but not collections (ARRAY or OBJECT): -> INSERT INTO zig {at: 2023-12-21, val: 2}\n[{'result': 1}]\n-> INSERT INTO zag {at: 2023-12-21T00:00:00, val: 2.0}\n[{'result': 1}]\n-> SELECT * FROM zig i JOIN zag a ON i.at = a.at;\n[{'at': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc), 'val': 2.0}]\n-> SELECT * FROM zig i JOIN zag a ON i.val = a.val;\n[{'at': datetime.datetime(2023, 12, 21, 0, 0, tzinfo=datetime.timezone.utc), 'val': 2.0}]","breadcrumbs":"SQL Reference » SQL Data Types » Note on type widening","id":"90","title":"Note on type widening"},"91":{"body":"","breadcrumbs":"SQL Reference » Operators » Operators","id":"91","title":"Operators"},"92":{"body":"Two values can be compared using standard SQL comparison operators: =, == (equals) > (greater than) < (less than) >= (greater than or equal to) <= (less than or equal to) <>, != (not equal to) SELECT * FROM products WHERE NOT name = 'Coffee';\nSELECT * FROM products WHERE name = 'Coffee' AND name <> 'Kaapi';\nSELECT * FROM products WHERE name > 'Cake' AND price >= 5.00;","breadcrumbs":"SQL Reference » Operators » Comparison","id":"92","title":"Comparison"},"93":{"body":"BETWEEN returns TRUE when a value is greater-than-or-equal-to the first limit and less-than-or-equal-to the second. It has the form BETWEEN x AND y. It can be negated with the form NOT BETWEEN x AND y. SELECT * FROM products WHERE price BETWEEN 2.00 AND 4.00;\nSELECT * FROM products WHERE price NOT BETWEEN 2.00 AND 4.00; NOTE: BETWEEN can also be used with System Time .","breadcrumbs":"SQL Reference » Operators » BETWEEN","id":"93","title":"BETWEEN"},"94":{"body":"WHERE and HAVING clauses can be modified and combined with standard SQL boolean operators.","breadcrumbs":"SQL Reference » Operators » Boolean Operators","id":"94","title":"Boolean Operators"},"95":{"body":"IS and IS NOT behave like = (==) and <> (!=) , respectively. They are usually used to augment equality checks to test for NULL, which is the third boolean value, representing \"unknown\". The literal UNKNOWN is permitted in IS / IS NOT expressions in place of NULL. When both sides of IS evaluate to NULL it returns TRUE. When only one side of IS NOT evaluates to NULL it returns TRUE, When only one side of IS evaluates to NUll it returns FALSE. When both sides of IS NOT evaluates to NULL it returns FALSE. SELECT * FROM products WHERE product_no IS NULL;\nSELECT * FROM products WHERE product_no IS UNKNOWN;\nSELECT * FROM products WHERE product_no IS NOT NULL;\nSELECT * FROM products WHERE product_no IS 386;\nSELECT * FROM products WHERE product_no IS NOT 444; NOTE: A WHERE clause of the form IS NULL will not return rows for which does not exist, as positive equality is only tested against extant columns. For example, the query SELECT * FROM products WHERE name IS NULL; will not return rows for which the column name does not exist. However, SELECT * FROM products WHERE name IS NOT NULL; will not return either rows where the name column has a value of NULL or the name column is missing. Thus, IS and IS NOT are not symmetrical for jagged data.","breadcrumbs":"SQL Reference » Operators » IS, IS NOT","id":"95","title":"IS, IS NOT"},"96":{"body":"IS DISTINCT FROM is a synonym for IS NOT. IS NOT DISTINCT FROM is a synonym for IS. NOTE: The IS [NOT] DISTINCT FROM form is provided for SQL specification compatibility and is not recommended, as it tends to be verbose and confusing.","breadcrumbs":"SQL Reference » Operators » IS [NOT] DISTINCT FROM","id":"96","title":"IS [NOT] DISTINCT FROM"},"97":{"body":"NOT can be prefixed to any clause to negate it: SELECT * FROM products WHERE NOT (name = 'Coffee'); AND returns true if two clauses both return true: SELECT * FROM products WHERE name = 'Coffee' AND price > 2.99; OR returns true if either of two clauses return true: SELECT * FROM products WHERE name = 'Coffee' OR name = 'Kaapi';","breadcrumbs":"SQL Reference » Operators » NOT, AND, OR","id":"97","title":"NOT, AND, OR"},"98":{"body":"Standard SQL mathemetical operators are available to any two numeric values: + (addition) - (subtraction) * (multiplication) / (division) % (modulo; integer remainder of division) << (left bit shift) >> (right bit shift) +NUMBER (unary plus) -NUMBER (unary minus) SELECT 1 + 3.555;\nSELECT 1 - 3.555;\nSELECT 2 * 3.555;\nSELECT 2 / 3.555;\nSELECT 2 % 3.555;\nSELECT 62 << 2;\nSELECT 62 >> 2;\nSELECT +128.5;\nSELECT -128.5; NOTE: Mathematical functions are documented under Functions .","breadcrumbs":"SQL Reference » Operators » Math","id":"98","title":"Math"},"99":{"body":"Standard SQL bitwise manipulation operators are available to any two values. & (bitwise and) | (bitwise or) The bitwise not operator is also available to a single value: ~ (bitwise not) SELECT 1 & 2;\nSELECT 1 | 2;\nSELECT ~1;","breadcrumbs":"SQL Reference » Operators » Bitwise Operators","id":"99","title":"Bitwise Operators"}},"length":346,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{",":{"0":{",":{"0":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"9":{"0":{"4":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.0}}},"4":{"0":{"4":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"0":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"3":{"6":{"1":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"0":{"8":{",":{"0":{".":{"6":{"6":{"7":{"1":{",":{"0":{".":{"5":{"5":{"6":{"5":{",":{"0":{".":{"5":{"4":{"4":{"9":{",":{"0":{".":{"4":{"4":{"6":{"6":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":20,"docs":{"14":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"188":{"tf":2.23606797749979},"189":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"159":{"tf":1.0},"317":{"tf":1.0},"76":{"tf":1.0}},"z":{"df":7,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"137":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"80":{"tf":1.0}}},"3":{":":{"0":{"4":{":":{"0":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}},"4":{"df":13,"docs":{"147":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"5":{"df":6,"docs":{"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"6":{"df":1,"docs":{"191":{"tf":1.0}}},"7":{"df":6,"docs":{"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0}}},"8":{"df":4,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"329":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.4142135623730951}},"t":{"2":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":0,"docs":{},"z":{"df":5,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}},"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":{"1":{"2":{"d":{"df":0,"docs":{},"e":{"4":{"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"272":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0}}},"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"291":{"tf":1.0}}}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}}}}}}},"1":{",":{"1":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"4":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"5":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"27":{"tf":1.0}}},"9":{"7":{"0":{"2":{"5":{"0":{"5":{"4":{"1":{"1":{"7":{"8":{"6":{"5":{"6":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"322":{"tf":1.0}}}}},"1":{".":{"0":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"312":{"tf":1.0}}},"2":{"df":1,"docs":{"312":{"tf":1.0}}},"df":2,"docs":{"311":{"tf":1.0},"326":{"tf":1.0}}},"2":{"3":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"218":{"tf":1.0},"72":{"tf":1.0}}},"8":{".":{"5":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.0}}},"9":{"1":{"5":{"9":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"3":{"4":{":":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":1.7320508075688772},"90":{"tf":2.0}}},"3":{"df":1,"docs":{"48":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"9":{"2":{"8":{"df":1,"docs":{"338":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"326":{"tf":1.0}}},"4":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"2":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"326":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"103":{"tf":2.8284271247461903},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"219":{"tf":1.0},"234":{"tf":1.0},"25":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":3.0},"90":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{",":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"'":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"2":{"3":{"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"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":{"0":{"df":3,"docs":{"27":{"tf":1.0},"313":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":9,"docs":{"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"59":{"tf":1.4142135623730951},"90":{"tf":2.0}}},"7":{"8":{"5":{"3":{"0":{"5":{"2":{"9":{"3":{"8":{"5":{"9":{"1":{"8":{"4":{"7":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"df":7,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"1":{"df":10,"docs":{"147":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"334":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"323":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"7":{"df":4,"docs":{"317":{"tf":1.4142135623730951},"334":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0}}},"1":{"df":3,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}},"2":{"df":1,"docs":{"334":{"tf":1.0}}},"5":{"df":1,"docs":{"334":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}},"2":{"df":2,"docs":{"334":{"tf":1.0},"343":{"tf":1.0}}},"3":{"df":6,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"318":{"tf":1.0},"326":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"4":{"df":3,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"311":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"1":{"1":{"df":1,"docs":{"313":{"tf":1.0}}},"3":{"df":1,"docs":{"313":{"tf":1.0}}},"df":2,"docs":{"138":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"\"":{",":{"\"":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"x":{"df":0,"docs":{},"s":{"d":{":":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"294":{"tf":1.0},"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":{}},"]":{",":{"[":{"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"292":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{":":{"1":{"2":{".":{"1":{"2":{"3":{"4":{"5":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"145":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}},"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":2,"docs":{"137":{"tf":1.0},"206":{"tf":1.4142135623730951}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"329":{"tf":1.0}}},"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":{"234":{"tf":1.0}},"t":{"1":{"8":{":":{"1":{"8":{":":{"3":{"0":{".":{"1":{"2":{"9":{"1":{"5":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":41,"docs":{"103":{"tf":2.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"25":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.8284271247461903},"87":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"3":{",":{"3":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"5":{"5":{"5":{"df":1,"docs":{"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":4,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"234":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"186":{"tf":1.0}}},"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":{"df":1,"docs":{"314":{"tf":1.0}}},"2":{"df":1,"docs":{"314":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"2":{"6":{"0":{"3":{",":{"\"":{"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":{"\"":{":":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}},"6":{"9":{"d":{"7":{"8":{"8":{"5":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"3":{":":{"3":{"8":{"0":{"3":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"325":{"tf":1.0}}},"df":25,"docs":{"103":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"206":{"tf":1.0},"25":{"tf":1.0},"318":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"4":{".":{"0":{"0":{"df":2,"docs":{"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"7":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"298":{"tf":1.7320508075688772}}},"9":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"315":{"tf":1.0}}},"2":{"df":1,"docs":{"315":{"tf":1.0}}},"3":{"df":1,"docs":{"315":{"tf":1.0}}},"4":{"df":1,"docs":{"315":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"206":{"tf":1.0},"317":{"tf":1.0}}},"4":{"4":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"1":{"4":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"b":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"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":{"0":{"1":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"8":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"103":{"tf":2.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"154":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}},"f":{"7":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"]":{".":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{"0":{"0":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"26":{"tf":1.0},"30":{"tf":1.0}}},"9":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"161":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"c":{"5":{"a":{"5":{"1":{"2":{"9":{"0":{"7":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"31":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}},"6":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"4":{"/":{"1":{"2":{"8":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"317":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"6":{"df":1,"docs":{"126":{"tf":1.0}}},"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":2,"docs":{"109":{"tf":1.0},"31":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"7":{".":{"9":{"9":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"5":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"6":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"130":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"207":{"tf":1.7320508075688772},"31":{"tf":1.0}}},"8":{".":{"9":{"9":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"2":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"1":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.4142135623730951}}},"9":{".":{"9":{"9":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"7":{"1":{"9":{"9":{"2":{"5":{"4":{"7":{"4":{"0":{"9":{"9":{"2":{".":{"1":{"2":{"3":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"9":{"a":{"5":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"7":{"df":1,"docs":{"295":{"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":{}},"5":{"0":{"2":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"203":{"tf":1.0}}},"7":{",":{"9":{"6":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"321":{"tf":1.0}}},"9":{"df":3,"docs":{"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"100":{"tf":1.0}}},"a":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"a":{"df":2,"docs":{"242":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"19":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951}}}}}},"b":{"7":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"109":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"229":{"tf":2.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"146":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"222":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"r":{"d":{"df":8,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"103":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"141":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":2.0}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}},"t":{"df":4,"docs":{"225":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"210":{"tf":1.0},"270":{"tf":1.0},"326":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"0":{"]":{".":{"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"148":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":2,"docs":{"321":{"tf":1.0},"334":{"tf":1.0}},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"50":{"tf":1.0}},"s":{"df":2,"docs":{"141":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"283":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"y":{"d":{"b":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"327":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"203":{"tf":1.0},"265":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}},"n":{"df":5,"docs":{"128":{"tf":1.0},"214":{"tf":1.0},"327":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"263":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"330":{"tf":1.0},"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"299":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"124":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":2.0},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":29,"docs":{"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.0},"315":{"tf":1.4142135623730951},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":2.0}}},"p":{"df":2,"docs":{"281":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"301":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"328":{"tf":1.4142135623730951},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"320":{"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":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"286":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.7320508075688772},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"286":{"tf":1.7320508075688772},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":14,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":1.7320508075688772},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"297":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"289":{"tf":1.7320508075688772},"293":{"tf":1.7320508075688772},"299":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"127":{"tf":1.0},"16":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"327":{"tf":1.0}}},"df":2,"docs":{"156":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":7,"docs":{"195":{"tf":1.0},"303":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"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":2,"docs":{"320":{"tf":1.0},"335":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"331":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"163":{"tf":1.0},"169":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"225":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"137":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"137":{"tf":1.0},"154":{"tf":1.7320508075688772},"194":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"154":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.4142135623730951},"82":{"tf":2.8284271247461903},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"226":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":3.0},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"s":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"k":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"288":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"263":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"141":{"tf":1.0}}},"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"262":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"322":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"310":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"298":{"tf":1.4142135623730951},"310":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":1,"docs":{"74":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"187":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"281":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":2.8284271247461903},"259":{"tf":2.0}}}},"r":{"df":3,"docs":{"12":{"tf":1.0},"185":{"tf":1.0},"298":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":1,"docs":{"330":{"tf":1.0}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"342":{"tf":1.0}}}}}},"b":{"'":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"196":{"tf":1.0}}},"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"e":{"3":{"5":{"c":{"8":{"2":{"b":{"9":{"3":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":2.6457513110645907}}}}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"14":{"tf":1.0},"232":{"tf":1.0},"271":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"322":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"(":{"'":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"0":{"1":{"0":{"2":{"0":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":2.0},"258":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"141":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"47":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"i":{"c":{"df":12,"docs":{"12":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":2.0},"310":{"tf":2.6457513110645907},"36":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"326":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}},"y":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"201":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"156":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"264":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}}}},"t":{"df":3,"docs":{"0":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"172":{"tf":1.0},"185":{"tf":2.23606797749979},"186":{"tf":1.4142135623730951},"226":{"tf":1.0},"326":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":2.6457513110645907}}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"319":{"tf":1.0},"74":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.4142135623730951},"266":{"tf":1.0},"269":{"tf":1.7320508075688772},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"81":{"tf":1.0}}}}},"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"270":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"317":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":2.449489742783178}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":2.0},"317":{"tf":1.0},"319":{"tf":1.0},"342":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"317":{"tf":1.4142135623730951},"42":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"186":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}},"d":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"241":{"tf":1.0}}},"df":4,"docs":{"241":{"tf":1.4142135623730951},"274":{"tf":1.0},"310":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"334":{"tf":1.4142135623730951},"339":{"tf":1.0},"342":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"282":{"tf":1.4142135623730951},"302":{"tf":2.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"314":{"tf":2.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"332":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"168":{"tf":1.4142135623730951},"258":{"tf":1.0}}}}}},"c":{"'":{"]":{"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"1":{"df":0,"docs":{},"o":{"2":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"e":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"2":{"]":{".":{"df":0,"docs":{},"f":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"a":{"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"315":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"329":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"182":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"1":{"2":{"3":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"109":{"tf":1.0},"158":{"tf":1.7320508075688772},"72":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"d":{"c":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"df":17,"docs":{"103":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":1,"docs":{"332":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"331":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"r":{"(":{"1":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":2.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"169":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.7320508075688772},"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"161":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"141":{"tf":1.0},"327":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"23":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"137":{"tf":1.0},"331":{"tf":1.0},"342":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"85":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"267":{"tf":1.0},"323":{"tf":1.0}}},"r":{"df":3,"docs":{"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"235":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"178":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"176":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"d":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"208":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"206":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"305":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"293":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"138":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}},"2":{"df":1,"docs":{"50":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"296":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"339":{"tf":1.4142135623730951}}}},"df":40,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"196":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":2.0},"220":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"303":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.6457513110645907},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.6457513110645907},"71":{"tf":1.0},"85":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":2.449489742783178}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"227":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}},"m":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":6,"docs":{"155":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"280":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":2.23606797749979}}}},"o":{"d":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":7,"docs":{"194":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"222":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"r":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}},"t":{"df":10,"docs":{"158":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"268":{"tf":1.0},"269":{"tf":1.0},"340":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"317":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"0":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"289":{"tf":1.0},"32":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0}}},"x":{"df":4,"docs":{"322":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"334":{"tf":1.0}}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"271":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"342":{"tf":1.7320508075688772},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":2.449489742783178},"127":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"330":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"178":{"tf":1.0},"275":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":2.8284271247461903},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":6,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"280":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"107":{"tf":1.4142135623730951},"138":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"188":{"tf":1.7320508075688772},"194":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"263":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":31,"docs":{"154":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"326":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"340":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"126":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.7320508075688772},"173":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"173":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.0},"200":{"tf":1.0},"219":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.0},"279":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"330":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":2.449489742783178},"217":{"tf":2.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":2.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":23,"docs":{"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"d":{"2":{"6":{"8":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"t":{"a":{"'":{"df":1,"docs":{"329":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":2.6457513110645907},"323":{"tf":2.0},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":3.7416573867739413},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"331":{"tf":2.449489742783178},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":62,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.7320508075688772},"236":{"tf":1.0},"24":{"tf":2.0},"240":{"tf":1.0},"244":{"tf":2.0},"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.0},"264":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"290":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.23606797749979},"30":{"tf":1.7320508075688772},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":3.3166247903554},"327":{"tf":1.0},"328":{"tf":2.8284271247461903},"329":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951},"331":{"tf":3.3166247903554},"332":{"tf":2.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"58":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"142":{"tf":1.0},"178":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":19,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"175":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"338":{"tf":1.0},"77":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"311":{"tf":1.0}},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"(":{"2":{"0":{"2":{"3":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}},"y":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"181":{"tf":1.0},"339":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"b":{"a":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":23,"docs":{"143":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"6":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}}},"c":{"a":{"d":{"df":5,"docs":{"323":{"tf":1.7320508075688772},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"270":{"tf":2.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"290":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"241":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"215":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":2.8284271247461903},"326":{"tf":2.0},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"315":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"155":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"6":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"306":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"153":{"tf":1.0},"181":{"tf":1.0},"259":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"c":{"df":2,"docs":{"154":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"a":{"c":{"df":4,"docs":{"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"r":{"df":4,"docs":{"214":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"72":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"326":{"tf":2.0},"328":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"264":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"322":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.0}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"153":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"327":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"102":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"270":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"342":{"tf":1.0},"68":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"172":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"c":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":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":{"267":{"tf":1.0}}}}},"df":8,"docs":{"265":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":2.449489742783178},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"269":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"24":{"tf":1.0},"340":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"338":{"tf":1.0}},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}},"m":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"326":{"tf":1.0},"329":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"61":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"80":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"'":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"340":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"56":{"tf":1.0},"84":{"tf":1.0}},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"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":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"b":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"a":{"b":{"0":{"7":{"7":{"6":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":21,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"266":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"37":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"137":{"tf":1.0}}}},"df":1,"docs":{"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":2.23606797749979}}}}},"df":7,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"240":{"tf":2.0},"245":{"tf":1.0},"255":{"tf":2.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"122":{"tf":1.0}},"|":{".":{"*":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"c":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"321":{"tf":1.0},"342":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":2.0},"137":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0}}}}}}},"i":{"d":{"df":3,"docs":{"220":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"319":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"o":{"d":{"df":8,"docs":{"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"309":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"222":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"321":{"tf":2.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"df":7,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"'":{"df":8,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"282":{"tf":1.0},"339":{"tf":1.0}}},"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.7320508075688772},"245":{"tf":1.0},"255":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"=":{"0":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"273":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"273":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":116,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"208":{"tf":2.0},"21":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.7320508075688772},"240":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":2.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":2.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"241":{"tf":1.4142135623730951},"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":0,"docs":{}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"w":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"264":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.4142135623730951},"306":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"184":{"tf":1.0},"23":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"v":{"df":1,"docs":{"270":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"3":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"162":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"219":{"tf":1.0},"322":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.0},"321":{"tf":1.0},"337":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"20":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.7320508075688772},"56":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":2.0},"128":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"t":{"c":{"df":3,"docs":{"22":{"tf":1.0},"342":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":6,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0}},"u":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"241":{"tf":2.0},"245":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"338":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"151":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"217":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"103":{"tf":1.0},"106":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.4142135623730951},"264":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.0},"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"327":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"283":{"tf":1.0},"315":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"s":{"df":5,"docs":{"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"146":{"tf":2.23606797749979},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"f":{"7":{"c":{"3":{"1":{"4":{"d":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"330":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}},"s":{"df":14,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"315":{"tf":2.0},"317":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"334":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"321":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"330":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"323":{"tf":1.0}}}}}}},"df":10,"docs":{"207":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.449489742783178},"305":{"tf":1.0},"86":{"tf":1.0}},"e":{"6":{"df":0,"docs":{},"f":{"5":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"319":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0}}},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"w":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}}}},"f":{"8":{"0":{"6":{"6":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"b":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"135":{"tf":2.23606797749979},"196":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"225":{"tf":1.0},"270":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":1.4142135623730951},"303":{"tf":2.6457513110645907},"328":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":5,"docs":{"156":{"tf":1.4142135623730951},"194":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"163":{"tf":1.0},"169":{"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},"325":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"325":{"tf":1.0}},"r":{"2":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"t":{"df":1,"docs":{"331":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"176":{"tf":1.0},"214":{"tf":1.4142135623730951},"246":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"o":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.0},"138":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.23606797749979}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"158":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"46":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"0":{"tf":1.0},"325":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.0},"284":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"321":{"tf":1.0}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"29":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.0},"169":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"341":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"326":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"321":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":77,"docs":{"100":{"tf":1.0},"109":{"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.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":2.6457513110645907},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"334":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"196":{"tf":1.0},"222":{"tf":1.0},"288":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"271":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}}},"c":{"df":1,"docs":{"280":{"tf":1.0}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"325":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"329":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"t":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":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":{"344":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":12,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"198":{"tf":1.0},"219":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"331":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"314":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"325":{"tf":1.0}},"e":{"df":2,"docs":{"323":{"tf":1.0},"58":{"tf":1.0}}},"o":{"d":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"342":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"342":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"219":{"tf":1.0},"47":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"324":{"tf":1.0}},"n":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"p":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"ö":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"=":{"'":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":2.0}}}},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":2,"docs":{"330":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"328":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":2,"docs":{"208":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":2.0},"94":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":24,"docs":{"143":{"tf":1.0},"225":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"324":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"229":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":1.7320508075688772},"310":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"202":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}}},"o":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"296":{"tf":1.0}}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"109":{"tf":2.0},"119":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"317":{"tf":1.0}}}},"p":{"df":6,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.7320508075688772},"270":{"tf":2.0},"8":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"x":{"(":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"208":{"tf":1.0},"327":{"tf":1.0},"344":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"327":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"226":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"o":{"c":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"321":{"tf":1.0},"332":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"334":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"1":{".":{"1":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"p":{"=":{"%":{"5":{"b":{"%":{"2":{"2":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"%":{"2":{"2":{"%":{"2":{"c":{"%":{"2":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"%":{"2":{"2":{"%":{"5":{"d":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"q":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"1":{"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":{}}},"df":22,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":28,"docs":{"11":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"262":{"tf":2.23606797749979},"263":{"tf":2.0},"264":{"tf":1.0},"270":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.449489742783178},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":2.6457513110645907},"310":{"tf":1.4142135623730951},"315":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"s":{":":{"/":{"/":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"2":{"0":{"0":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"/":{"#":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"b":{"df":2,"docs":{"265":{"tf":1.0},"267":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"331":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"303":{"tf":1.0},"326":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"326":{"tf":1.0},"339":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"å":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"343":{"tf":1.0}}},"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"d":{"\"":{":":{"1":{"1":{"1":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"a":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"166":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"153":{"tf":1.0},"169":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}},"m":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"214":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":2.0},"182":{"tf":1.0},"24":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"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":9,"docs":{"23":{"tf":1.0},"241":{"tf":1.4142135623730951},"249":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"325":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"176":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"324":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"280":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":2.0}}}},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"26":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"208":{"tf":2.0},"23":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"321":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"(":{"[":{"1":{",":{"2":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"174":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"114":{"tf":1.7320508075688772},"174":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}},"df":0,"docs":{}}}},"df":38,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"25":{"tf":3.1622776601683795},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":2.8284271247461903},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":2,"docs":{"321":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"194":{"tf":1.0},"202":{"tf":1.0},"23":{"tf":2.0},"338":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":18,"docs":{"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"224":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":2.0},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.7320508075688772},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"222":{"tf":1.7320508075688772},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"303":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"(":{"'":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.4142135623730951}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"98":{"tf":1.0}},"r":{"df":1,"docs":{"325":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"223":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"326":{"tf":1.0}}}}},"f":{"a":{"c":{"df":3,"docs":{"222":{"tf":1.0},"241":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"262":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"175":{"tf":1.0},"317":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"324":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":2.0},"137":{"tf":1.0},"174":{"tf":1.0}}},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"c":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"324":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"317":{"tf":2.0},"326":{"tf":1.0},"338":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"t":{"'":{"df":5,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.7320508075688772},"334":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"23":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"m":{"df":1,"docs":{"304":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"304":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"o":{"b":{"df":3,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"318":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"15":{"tf":2.0},"211":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":3.3166247903554},"43":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"y":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":3.3166247903554},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"c":{"\"":{":":{"\"":{"2":{".":{"0":{"df":1,"docs":{"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}}},"df":0,"docs":{}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"(":{"1":{"9":{"7":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"k":{"a":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"270":{"tf":1.4142135623730951},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"103":{"tf":1.0},"304":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":2,"docs":{"328":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"172":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"12":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.4142135623730951},"317":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"206":{"tf":1.0},"305":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"331":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"d":{"df":19,"docs":{"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":1.0},"194":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"330":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"v":{"df":2,"docs":{"17":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0},"98":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"325":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"'":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}},"[":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"118":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.7320508075688772},"46":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}},"s":{"df":5,"docs":{"123":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"16":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"208":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"327":{"tf":1.0},"344":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{".":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"10":{"tf":1.7320508075688772},"222":{"tf":2.0},"235":{"tf":1.0},"250":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"222":{"tf":1.0},"320":{"tf":1.0},"345":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"(":{"'":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.6457513110645907},"6":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0}}},"g":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"294":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"327":{"tf":1.0},"340":{"tf":1.0}}},"t":{"df":24,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"155":{"tf":1.0},"196":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"282":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.0},"197":{"tf":2.0},"220":{"tf":1.7320508075688772},"236":{"tf":1.0},"243":{"tf":2.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"317":{"tf":2.0},"318":{"tf":1.0},"51":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"342":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"181":{"tf":1.0},"267":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"g":{"1":{"0":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"141":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.7320508075688772},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":2.6457513110645907},"328":{"tf":1.7320508075688772},"336":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"326":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"325":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"196":{"tf":1.0},"326":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"p":{"df":1,"docs":{"326":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"330":{"tf":1.0}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}},"t":{"df":2,"docs":{"324":{"tf":1.0},"325":{"tf":1.0}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"182":{"tf":1.0},"208":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}}}}},"y":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},")":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951}}}}}}},"]":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"330":{"tf":1.0}}}}},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"271":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"267":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"175":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"288":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":6,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"331":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"318":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"243":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":3.605551275463989},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"263":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"214":{"tf":1.0},"334":{"tf":1.0}}}}},"h":{"df":2,"docs":{"141":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"x":{"(":{"c":{".":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"df":19,"docs":{"137":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"169":{"tf":1.0},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.7320508075688772},"315":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"176":{"tf":1.0},"220":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{".":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"304":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"20":{"tf":1.4142135623730951},"225":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":14,"docs":{"222":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"149":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"220":{"tf":1.0},"317":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"214":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}},"o":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"275":{"tf":1.0},"334":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"b":{"df":4,"docs":{"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"264":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"g":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"288":{"tf":1.7320508075688772},"299":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":14,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"305":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"35":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":88,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.0},"208":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"245":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"25":{"tf":2.23606797749979},"257":{"tf":2.0},"259":{"tf":2.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"300":{"tf":2.8284271247461903},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":3.3166247903554},"311":{"tf":1.0},"312":{"tf":2.6457513110645907},"313":{"tf":1.0},"314":{"tf":2.449489742783178},"315":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":2.23606797749979},"97":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"305":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"196":{"tf":2.0},"197":{"tf":1.0},"202":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}},"df":6,"docs":{"137":{"tf":2.0},"243":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"309":{"tf":1.4142135623730951},"318":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":{"327":{"tf":1.0},"328":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":1,"docs":{"328":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"217":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"137":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"23":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"331":{"tf":2.6457513110645907},"334":{"tf":1.0},"338":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"327":{"tf":1.0},"333":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"147":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"226":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.4142135623730951},"266":{"tf":1.0},"3":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":2,"docs":{"270":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":9,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":7,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"258":{"tf":1.0},"326":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"331":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":50,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":2,"docs":{"206":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":23,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"220":{"tf":2.6457513110645907},"242":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"258":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"f":{"(":{"1":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"137":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"[":{"'":{"a":{"df":1,"docs":{"134":{"tf":1.0}}},"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":1,"docs":{"131":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":33,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"234":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"271":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":2.449489742783178},"307":{"tf":1.0},"309":{"tf":1.7320508075688772},"312":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"342":{"tf":1.0},"51":{"tf":2.6457513110645907},"81":{"tf":1.0},"83":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"289":{"tf":1.0},"328":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"85":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"321":{"tf":1.0},"326":{"tf":1.0}}}},"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":6,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"219":{"tf":1.0},"265":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"323":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.23606797749979},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"226":{"tf":1.0},"331":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"321":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"272":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"280":{"tf":1.0}}}}}}}}}}}},"r":{"df":52,"docs":{"100":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"62":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"t":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"s":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"]":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"225":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"154":{"tf":1.4142135623730951},"23":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"313":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":2.23606797749979},"86":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"14":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"207":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"168":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"334":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"273":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"0":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"189":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},")":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"\"":{"[":{"[":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"'":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"288":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{";":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"235":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"a":{"c":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"a":{"df":3,"docs":{"285":{"tf":1.0},"300":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":40,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"138":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"169":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":2.23606797749979},"287":{"tf":1.7320508075688772},"299":{"tf":2.23606797749979},"300":{"tf":2.23606797749979},"301":{"tf":2.23606797749979},"302":{"tf":1.7320508075688772},"303":{"tf":2.0},"304":{"tf":2.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.0},"311":{"tf":1.4142135623730951},"312":{"tf":2.23606797749979},"313":{"tf":2.23606797749979},"314":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"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":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"214":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"189":{"tf":1.0},"299":{"tf":1.0},"325":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"329":{"tf":1.0},"332":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"23":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"327":{"tf":1.0}},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":13,"docs":{"225":{"tf":2.23606797749979},"231":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":2.449489742783178},"27":{"tf":2.6457513110645907}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.0},"29":{"tf":1.0}},"e":{"(":{"[":{"0":{",":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"203":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":18,"docs":{"18":{"tf":1.7320508075688772},"194":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":2.449489742783178},"199":{"tf":3.1622776601683795},"200":{"tf":2.8284271247461903},"201":{"tf":2.0},"202":{"tf":3.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772}},"s":{".":{".":{"a":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":33,"docs":{"15":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"270":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"137":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":11,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"(":{"2":{"0":{"0":{"1":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"147":{"tf":2.0},"176":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":12,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"220":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"141":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"329":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.7320508075688772},"327":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"10":{"tf":1.0},"224":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"d":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"324":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":4,"docs":{"23":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"317":{"tf":1.0},"75":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"270":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"124":{"tf":2.23606797749979},"220":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"x":{"df":1,"docs":{"327":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"324":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"317":{"tf":1.0},"319":{"tf":1.0},"327":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{".":{"c":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"306":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"326":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":35,"docs":{"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"130":{"tf":1.0},"137":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"31":{"tf":3.1622776601683795},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"327":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"328":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"u":{"c":{"df":1,"docs":{"332":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":12,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}},"df":69,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"266":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":2.0},"31":{"tf":2.449489742783178},"312":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"[":{"'":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"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":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"222":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"274":{"tf":1.7320508075688772},"276":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}},"e":{".":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"270":{"tf":2.0},"310":{"tf":1.4142135623730951},"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"321":{"tf":2.0},"324":{"tf":1.0},"327":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"m":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"267":{"tf":1.4142135623730951},"324":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"252":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"259":{"tf":1.0}}},"df":9,"docs":{"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}}},"q":{")":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}}},"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"*":{"%":{"2":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"%":{"2":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":66,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":2.449489742783178},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":2.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"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":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"331":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"265":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"233":{"tf":2.0},"327":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"140":{"tf":2.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"334":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"303":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"10":{"tf":1.0},"264":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"338":{"tf":1.0},"344":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":2,"docs":{"0":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"317":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"289":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"90":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"287":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"b":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.7320508075688772},"17":{"tf":1.0},"182":{"tf":1.0},"294":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"102":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":3.3166247903554}}}}}},"d":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"u":{"c":{"df":2,"docs":{"324":{"tf":1.0},"330":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"214":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.4142135623730951},"31":{"tf":1.0},"317":{"tf":1.4142135623730951},"326":{"tf":1.0},"345":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"88":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"101":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}},"t":{"df":9,"docs":{"120":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"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":2,"docs":{"15":{"tf":1.0},"331":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"64":{"tf":2.23606797749979}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"184":{"tf":1.0},"327":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"206":{"tf":1.4142135623730951},"221":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"328":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"121":{"tf":1.7320508075688772},"267":{"tf":1.0},"271":{"tf":1.0}},"e":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"267":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":11,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"263":{"tf":1.0},"307":{"tf":2.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"311":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"24":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"285":{"tf":1.0},"286":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"149":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"208":{"tf":1.0},"240":{"tf":1.0},"263":{"tf":1.4142135623730951},"295":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"301":{"tf":1.0},"313":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":3,"docs":{"11":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"182":{"tf":1.0},"339":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":90,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.7320508075688772},"309":{"tf":1.0},"317":{"tf":1.4142135623730951},"331":{"tf":1.0},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"71":{"tf":1.0},"85":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":2.6457513110645907},"97":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}}}},"f":{"c":{"df":3,"docs":{"27":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"332":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"267":{"tf":1.7320508075688772},"273":{"tf":1.0},"5":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"344":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"315":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"315":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"323":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"141":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":33,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.23606797749979},"208":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":2.449489742783178},"86":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"p":{"c":{"df":4,"docs":{"306":{"tf":1.4142135623730951},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"n":{"df":14,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"181":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"å":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"3":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"337":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"153":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":10,"docs":{"135":{"tf":1.7320508075688772},"285":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":17,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"269":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"303":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":5,"docs":{"287":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"60":{"tf":3.1622776601683795},"61":{"tf":1.7320508075688772},"62":{"tf":2.8284271247461903},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":2,"docs":{"326":{"tf":1.0},"334":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"207":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"319":{"tf":1.0},"321":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}},"n":{"df":1,"docs":{"198":{"tf":1.0}}},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"208":{"tf":2.449489742783178},"219":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":2.8284271247461903},"37":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"323":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"e":{"a":{"df":2,"docs":{"135":{"tf":1.0},"323":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"310":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}}},"df":22,"docs":{"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"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},"331":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"df":5,"docs":{"182":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":164,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"14":{"tf":2.23606797749979},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":2.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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.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},"196":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"203":{"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.4142135623730951},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":3.0},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"98":{"tf":3.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}},"l":{"df":1,"docs":{"333":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"226":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":5,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"222":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"219":{"tf":1.0},"329":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}},"t":{"df":5,"docs":{"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"291":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}},"s":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"226":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}}}},"t":{"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":2.0},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"314":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}}}},"h":{"a":{"1":{"(":{"'":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.4142135623730951}}},"df":1,"docs":{"167":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"161":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"w":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"225":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"267":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":1,"docs":{"141":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"27":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"283":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.0},"36":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"138":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"326":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"d":{"a":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"323":{"tf":1.0}}}},"v":{"df":2,"docs":{"322":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"321":{"tf":1.0},"328":{"tf":1.0},"38":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"280":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"307":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"182":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":14,"docs":{"222":{"tf":1.0},"23":{"tf":1.7320508075688772},"326":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":16,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"q":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}}}},":":{"2":{"0":{"1":{"1":{"df":8,"docs":{"176":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.0}}},"6":{"df":3,"docs":{"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"df":4,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"331":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":84,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.449489742783178},"13":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.7320508075688772},"153":{"tf":1.0},"16":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":3.0},"232":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"315":{"tf":2.23606797749979},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.4641016151377544},"327":{"tf":4.69041575982343},"331":{"tf":2.449489742783178},"334":{"tf":1.0},"338":{"tf":2.0},"339":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"46":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"141":{"tf":1.0},"202":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}},"df":5,"docs":{"128":{"tf":1.0},"23":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"300":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"267":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"141":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"226":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"327":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.7320508075688772},"338":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"281":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":2.23606797749979},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"c":{"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"298":{"tf":1.4142135623730951},"85":{"tf":2.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"105":{"tf":1.0}}}}},"y":{"df":1,"docs":{"331":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":1.0},"6":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"345":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"17":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"271":{"tf":1.0},"322":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"222":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":2.0},"334":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"271":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}},"e":{"d":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"297":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}},"y":{"/":{"%":{"df":0,"docs":{},"m":{"/":{"%":{"d":{"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":2,"docs":{"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"334":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":2.23606797749979},"240":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"317":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"285":{"tf":1.0},"294":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"b":{"df":2,"docs":{"196":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"303":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"202":{"tf":1.0},"285":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}}}},"r":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":2.449489742783178},"124":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"326":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"305":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":9,"docs":{"175":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"24":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":2,"docs":{"322":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"150":{"tf":2.0},"151":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"314":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"317":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"343":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"269":{"tf":1.0},"323":{"tf":1.0},"342":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"199":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":9,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"315":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"329":{"tf":1.0}}}}}},"df":7,"docs":{"182":{"tf":1.7320508075688772},"185":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"(":{"df":1,"docs":{"138":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":40,"docs":{"13":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"331":{"tf":2.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"2":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"╯":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"234":{"tf":1.0},"324":{"tf":1.0},"343":{"tf":1.0}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":3,"docs":{"269":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"327":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"236":{"tf":1.0},"243":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":4,"docs":{"176":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}},"t":{"a":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":11,"docs":{"229":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"283":{"tf":1.0},"291":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":7,"docs":{"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"317":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"14":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"0":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"322":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"321":{"tf":1.0},"322":{"tf":1.0}}},"k":{"df":3,"docs":{"336":{"tf":1.0},"342":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"d":{"df":7,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"161":{"tf":1.0},"327":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"199":{"tf":1.0},"287":{"tf":1.0},"334":{"tf":1.0}},"t":{"df":2,"docs":{"137":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"273":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"325":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"327":{"tf":1.0}}}}},"w":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"df":3,"docs":{"102":{"tf":1.0},"315":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":2.0}},"y":{"df":0,"docs":{},"u":{"df":2,"docs":{"281":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"12":{"tf":1.0},"14":{"tf":2.449489742783178},"143":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"22":{"tf":1.0},"232":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.0},"329":{"tf":1.4142135623730951},"331":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":2.6457513110645907},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.7320508075688772}}}}},"r":{"df":1,"docs":{"232":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":1.0},"183":{"tf":1.0},"317":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"177":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"89":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"_":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"109":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"232":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"11":{"tf":1.0},"222":{"tf":1.0},"271":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"23":{"tf":1.0},"310":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"280":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"330":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"315":{"tf":2.0},"336":{"tf":1.0},"339":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"183":{"tf":1.4142135623730951},"321":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"i":{"df":10,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":2.0}}},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"161":{"tf":1.0},"162":{"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},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"288":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.0},"314":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":2.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"337":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"l":{"2":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"292":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.7320508075688772},"273":{"tf":1.0},"328":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"'":{"df":1,"docs":{"317":{"tf":1.0}}},"df":28,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"321":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":68,"docs":{"12":{"tf":1.0},"137":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":2.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":2.0},"262":{"tf":2.6457513110645907},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":2.23606797749979},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":2.23606797749979},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"2":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"1":{".":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"1":{"2":{"3":{"4":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"1":{"8":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"159":{"tf":1.4142135623730951}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"=":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":2,"docs":{"234":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"338":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"8":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}}},"r":{"df":12,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"311":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"34":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"'":{"3":{"1":{"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":2.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"117":{"tf":1.0},"125":{"tf":1.7320508075688772}},"e":{"(":{"'":{"a":{"d":{"a":{"df":0,"docs":{},"m":{"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":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":2.449489742783178},"58":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"219":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"338":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.0},"322":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"144":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"'":{"2":{"0":{"2":{"3":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"7":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.4142135623730951},"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{">":{":":{"1":{":":{"1":{"5":{"]":{"\\":{"df":0,"docs":{},"n":{"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":5,"docs":{"262":{"tf":1.0},"309":{"tf":1.4142135623730951},"330":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"328":{"tf":1.0},"345":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"303":{"tf":1.0},"315":{"tf":1.0},"331":{"tf":1.0},"85":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"<":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"1":{".":{"9":{"9":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"137":{"tf":2.449489742783178},"194":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"29":{"tf":2.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"226":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"14":{"tf":2.449489742783178},"17":{"tf":1.0},"202":{"tf":1.4142135623730951},"217":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":3.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"326":{"tf":1.0},"336":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.0},"176":{"tf":1.0},"226":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"169":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.7320508075688772}}}}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}},"l":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":12,"docs":{"225":{"tf":2.449489742783178},"228":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"283":{"tf":1.0},"299":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"289":{"tf":1.7320508075688772},"299":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"225":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"270":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":2.0},"226":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"319":{"tf":1.7320508075688772},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"245":{"tf":2.8284271247461903},"248":{"tf":2.6457513110645907},"249":{"tf":2.6457513110645907},"257":{"tf":2.23606797749979},"259":{"tf":2.8284271247461903},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":2.0},"9":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"225":{"tf":2.23606797749979},"230":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"[":{"1":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},";":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":6,"docs":{"145":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"166":{"tf":2.449489742783178},"319":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"3":{".":{"0":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":2.449489742783178},"90":{"tf":2.0}},"i":{"d":{"df":7,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.4142135623730951},"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":87,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.7320508075688772},"257":{"tf":2.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"317":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":1.0},"50":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"240":{"tf":2.0},"241":{"tf":2.0},"243":{"tf":1.4142135623730951},"245":{"tf":2.449489742783178}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"222":{"tf":1.0},"280":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":6,"docs":{"267":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":2,"docs":{"281":{"tf":1.0},"283":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"s":{"a":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}},"i":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}},"i":{"a":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"211":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":3.0},"215":{"tf":2.0},"22":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"32":{"tf":1.0},"329":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"l":{"d":{"b":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"198":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"322":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":10,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"219":{"tf":1.0},"280":{"tf":1.0},"303":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0}}}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"b":{"df":3,"docs":{"241":{"tf":1.7320508075688772},"310":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":2.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":19,"docs":{"222":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"245":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":1.0},"315":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"222":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"326":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"201":{"tf":1.7320508075688772},"202":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0}}},"l":{"d":{"df":6,"docs":{"109":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"331":{"tf":2.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"219":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"298":{"tf":1.0},"321":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"g":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}}}}},"df":3,"docs":{"237":{"tf":1.0},"241":{"tf":2.0},"245":{"tf":1.0}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"289":{"tf":1.7320508075688772},"299":{"tf":1.0}}}}},"x":{"%":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"'":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"317":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"128":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}}},"s":{"d":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"258":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"258":{"tf":1.0},"317":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"299":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"327":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"267":{"tf":1.0},"327":{"tf":1.0}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"163":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":5,"docs":{"100":{"tf":1.0},"137":{"tf":1.0},"168":{"tf":1.0},"318":{"tf":1.0},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":11,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"breadcrumbs":{"root":{"0":{",":{"0":{",":{"0":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{".":{"0":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"9":{"0":{"4":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.0}}},"4":{"0":{"4":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"3":{"4":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"0":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"3":{"6":{"1":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"0":{"8":{",":{"0":{".":{"6":{"6":{"7":{"1":{",":{"0":{".":{"5":{"5":{"6":{"5":{",":{"0":{".":{"5":{"4":{"4":{"9":{",":{"0":{".":{"4":{"4":{"6":{"6":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":20,"docs":{"14":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"188":{"tf":2.23606797749979},"189":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"14":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{"df":0,"docs":{},"z":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"159":{"tf":1.0},"317":{"tf":1.0},"76":{"tf":1.0}},"z":{"df":7,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":4,"docs":{"137":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"80":{"tf":1.0}}},"3":{":":{"0":{"4":{":":{"0":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}},"4":{"df":13,"docs":{"147":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"5":{"df":6,"docs":{"147":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"6":{"df":1,"docs":{"191":{"tf":1.0}}},"7":{"df":6,"docs":{"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0}}},"8":{"df":4,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"329":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.4142135623730951}},"t":{"2":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":0,"docs":{},"z":{"df":5,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}},"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":{"1":{"2":{"d":{"df":0,"docs":{},"e":{"4":{"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"272":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":2.0}}},"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"291":{"tf":1.0}}}}}}}},"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}}}}}}},"1":{",":{"1":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"4":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"5":{"0":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"27":{"tf":1.0}}},"9":{"7":{"0":{"2":{"5":{"0":{"5":{"4":{"1":{"1":{"7":{"8":{"6":{"5":{"6":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"df":1,"docs":{"118":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"322":{"tf":1.0}}}}},"1":{".":{"0":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"312":{"tf":1.0}}},"2":{"df":1,"docs":{"312":{"tf":1.0}}},"df":2,"docs":{"311":{"tf":1.0},"326":{"tf":1.0}}},"2":{"3":{"df":5,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"218":{"tf":1.0},"72":{"tf":1.0}}},"8":{".":{"5":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.0}}},"9":{"1":{"5":{"9":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"3":{"4":{":":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":1.7320508075688772},"90":{"tf":2.0}}},"3":{"df":1,"docs":{"48":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"9":{"2":{"8":{"df":1,"docs":{"338":{"tf":1.0}}},"9":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"326":{"tf":1.0}}},"4":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"2":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"326":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":37,"docs":{"103":{"tf":2.8284271247461903},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"113":{"tf":2.23606797749979},"114":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"219":{"tf":1.0},"234":{"tf":1.0},"25":{"tf":1.4142135623730951},"272":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"86":{"tf":3.0},"90":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{",":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"'":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"2":{"3":{"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"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":{"0":{"df":3,"docs":{"27":{"tf":1.0},"313":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":9,"docs":{"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"59":{"tf":1.4142135623730951},"90":{"tf":2.0}}},"7":{"8":{"5":{"3":{"0":{"5":{"2":{"9":{"3":{"8":{"5":{"9":{"1":{"8":{"4":{"7":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"df":7,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"1":{"df":10,"docs":{"147":{"tf":1.0},"188":{"tf":2.0},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"334":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"323":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"7":{"df":4,"docs":{"317":{"tf":1.4142135623730951},"334":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0}}},"1":{"df":3,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}},"2":{"df":1,"docs":{"334":{"tf":1.0}}},"5":{"df":1,"docs":{"334":{"tf":1.0}}},"6":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"322":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}},"2":{"df":2,"docs":{"334":{"tf":1.0},"343":{"tf":1.0}}},"3":{"df":6,"docs":{"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"318":{"tf":1.0},"326":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"4":{"df":3,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"311":{"tf":1.0}}},"6":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"1":{"1":{"df":1,"docs":{"313":{"tf":1.0}}},"3":{"df":1,"docs":{"313":{"tf":1.0}}},"df":2,"docs":{"138":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"\"":{",":{"\"":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"x":{"df":0,"docs":{},"s":{"d":{":":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"294":{"tf":1.0},"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":{}},"]":{",":{"[":{"1":{",":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"292":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"9":{":":{"1":{"2":{".":{"1":{"2":{"3":{"4":{"5":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"145":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":2,"docs":{"185":{"tf":1.0},"186":{"tf":1.0}}},"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":2,"docs":{"137":{"tf":1.0},"206":{"tf":1.4142135623730951}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":3,"docs":{"183":{"tf":1.0},"185":{"tf":1.0},"329":{"tf":1.0}}},"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":{"234":{"tf":1.0}},"t":{"1":{"8":{":":{"1":{"8":{":":{"3":{"0":{".":{"1":{"2":{"9":{"1":{"5":{"9":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":41,"docs":{"103":{"tf":2.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"25":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.8284271247461903},"87":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"3":{",":{"3":{",":{"3":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":2,"docs":{"154":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"42":{"tf":1.0}}},"5":{"5":{"5":{"df":1,"docs":{"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":4,"docs":{"137":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"234":{"tf":1.0}},"t":{"0":{"0":{":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"186":{"tf":1.0}}},"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":{"df":1,"docs":{"314":{"tf":1.0}}},"2":{"df":1,"docs":{"314":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"2":{"6":{"0":{"3":{",":{"\"":{"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":{"\"":{":":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}},"6":{"9":{"d":{"7":{"8":{"8":{"5":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"3":{":":{"3":{"8":{"0":{"3":{"df":3,"docs":{"267":{"tf":1.4142135623730951},"273":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"325":{"tf":1.0}}},"df":25,"docs":{"103":{"tf":2.6457513110645907},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"154":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"206":{"tf":1.0},"25":{"tf":1.0},"318":{"tf":1.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"4":{".":{"0":{"0":{"df":2,"docs":{"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"7":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"25":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"298":{"tf":1.7320508075688772}}},"9":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"315":{"tf":1.0}}},"2":{"df":1,"docs":{"315":{"tf":1.0}}},"3":{"df":1,"docs":{"315":{"tf":1.0}}},"4":{"df":1,"docs":{"315":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"206":{"tf":1.0},"317":{"tf":1.0}}},"4":{"4":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"1":{"4":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"b":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"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":{"0":{"1":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"8":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"2":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"103":{"tf":2.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.4142135623730951},"154":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}},"f":{"7":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"}":{"]":{".":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{"0":{"0":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"57":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"26":{"tf":1.0},"30":{"tf":1.0}}},"9":{"df":5,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"161":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"c":{"5":{"a":{"5":{"1":{"2":{"9":{"0":{"7":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"31":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}},"6":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"4":{"/":{"1":{"2":{"8":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"317":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"6":{"df":1,"docs":{"126":{"tf":1.0}}},"7":{"df":1,"docs":{"126":{"tf":1.0}}},"df":2,"docs":{"109":{"tf":1.0},"31":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"7":{".":{"9":{"9":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"5":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"6":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"130":{"tf":1.0}}},"8":{"9":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"207":{"tf":1.7320508075688772},"31":{"tf":1.0}}},"8":{".":{"9":{"9":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"2":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"d":{"d":{"2":{"9":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"df":0,"docs":{},"e":{"7":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"1":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.4142135623730951}}},"9":{".":{"9":{"9":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"7":{"1":{"9":{"9":{"2":{"5":{"4":{"7":{"4":{"0":{"9":{"9":{"2":{".":{"1":{"2":{"3":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"c":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"9":{"a":{"5":{"df":0,"docs":{},"f":{"c":{"d":{"6":{"3":{"7":{"df":1,"docs":{"295":{"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":{}},"5":{"0":{"2":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"203":{"tf":1.0}}},"7":{",":{"9":{"6":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"203":{"tf":1.0},"321":{"tf":1.0}}},"9":{"df":3,"docs":{"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":1,"docs":{"100":{"tf":1.0}}},"a":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"d":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"a":{"df":2,"docs":{"242":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"19":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951}}}}}},"b":{"7":{"c":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":12,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"222":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":34,"docs":{"109":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"229":{"tf":2.23606797749979},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":2.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"146":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"222":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"r":{"d":{"df":8,"docs":{"14":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"103":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"141":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"57":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"22":{"tf":1.0},"60":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":2.23606797749979}}}}},"d":{"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}},"t":{"df":4,"docs":{"225":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"210":{"tf":1.0},"270":{"tf":1.0},"326":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"0":{"]":{".":{"c":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"195":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"58":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"156":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":2,"docs":{"321":{"tf":1.0},"334":{"tf":1.0}},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"k":{"a":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":4,"docs":{"26":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"50":{"tf":1.0}},"s":{"df":2,"docs":{"141":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"208":{"tf":1.0},"283":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0}}},"y":{"d":{"b":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"327":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"203":{"tf":1.0},"265":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}},"n":{"df":5,"docs":{"128":{"tf":1.0},"214":{"tf":1.0},"327":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"217":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"263":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"330":{"tf":1.0},"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"286":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":5,"docs":{"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"299":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"124":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.4142135623730951},"327":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":59,"docs":{"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"260":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"281":{"tf":2.23606797749979},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":2.23606797749979},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.7320508075688772},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":2.0}}},"p":{"df":2,"docs":{"281":{"tf":1.0},"306":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"301":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"137":{"tf":1.0},"328":{"tf":1.4142135623730951},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":26,"docs":{"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"285":{"tf":2.449489742783178},"286":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":2.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"286":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":14,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"287":{"tf":2.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"296":{"tf":2.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"297":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"289":{"tf":2.0},"293":{"tf":2.0},"299":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"127":{"tf":1.0},"16":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.0},"327":{"tf":1.0}}},"df":2,"docs":{"156":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":7,"docs":{"195":{"tf":1.0},"303":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"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":10,"docs":{"320":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"331":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"163":{"tf":1.0},"169":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"225":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":1,"docs":{"137":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"137":{"tf":1.0},"154":{"tf":2.0},"194":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":30,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"154":{"tf":2.23606797749979},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"207":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"292":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.4142135623730951},"82":{"tf":3.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"226":{"tf":1.0},"252":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":3.1622776601683795},"321":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"s":{"c":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"k":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"212":{"tf":1.0},"216":{"tf":1.7320508075688772},"217":{"tf":2.6457513110645907},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"288":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"263":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"259":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"141":{"tf":1.0}}},"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"262":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"322":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":2.0},"310":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"298":{"tf":1.4142135623730951},"310":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":1,"docs":{"74":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":22,"docs":{"187":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"281":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"152":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":2.8284271247461903},"259":{"tf":2.0}}}},"r":{"df":3,"docs":{"12":{"tf":1.0},"185":{"tf":1.0},"298":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":1,"docs":{"330":{"tf":1.0}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"342":{"tf":1.0}}}}}},"b":{"'":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"196":{"tf":1.0}}},"c":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":0,"docs":{},"e":{"3":{"5":{"c":{"8":{"2":{"b":{"9":{"3":{"5":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"'":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":2.6457513110645907}}}}}}},"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"14":{"tf":1.0},"232":{"tf":1.0},"271":{"tf":1.0},"315":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"322":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"(":{"'":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"0":{"1":{"0":{"2":{"0":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":2.23606797749979},"258":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"141":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"318":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"47":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}},"i":{"c":{"df":21,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.0},"298":{"tf":2.23606797749979},"310":{"tf":2.8284271247461903},"36":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"326":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}},"y":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"201":{"tf":1.0},"318":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"156":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"202":{"tf":1.0},"264":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"137":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"328":{"tf":1.0}}}}},"t":{"df":3,"docs":{"0":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":2.0},"3":{"tf":2.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"172":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"226":{"tf":1.0},"326":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":2.8284271247461903}}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"319":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.4142135623730951},"266":{"tf":1.0},"269":{"tf":2.0},"270":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"310":{"tf":1.0},"317":{"tf":1.0},"81":{"tf":1.0}}}}},"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"270":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"317":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":2.6457513110645907}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":2.0},"317":{"tf":1.0},"319":{"tf":1.0},"342":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"240":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"317":{"tf":1.4142135623730951},"42":{"tf":1.0},"73":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"186":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"270":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"41":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"268":{"tf":1.0}}}},"d":{"df":2,"docs":{"210":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"241":{"tf":1.0}}},"df":4,"docs":{"241":{"tf":1.4142135623730951},"274":{"tf":1.0},"310":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":10,"docs":{"23":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.4142135623730951},"340":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"334":{"tf":1.4142135623730951},"339":{"tf":1.0},"342":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"282":{"tf":1.4142135623730951},"302":{"tf":2.23606797749979},"304":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"314":{"tf":2.23606797749979}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"332":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"168":{"tf":1.4142135623730951},"258":{"tf":1.0}}}}}},"c":{"'":{"]":{"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"1":{"df":0,"docs":{},"o":{"2":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"e":{"9":{"df":1,"docs":{"295":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"[":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"2":{"]":{".":{"df":0,"docs":{},"f":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"342":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.0},"69":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"a":{"d":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"315":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"329":{"tf":1.0},"49":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"37":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"182":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"1":{"2":{"3":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"109":{"tf":1.0},"158":{"tf":2.0},"72":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"303":{"tf":1.0}}}}}}}},"d":{"c":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"df":17,"docs":{"103":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"195":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"219":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":1,"docs":{"332":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"331":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"r":{"(":{"1":{"0":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":2.0},"117":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"169":{"tf":1.7320508075688772},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":2.0},"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.7320508075688772},"72":{"tf":2.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"161":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"212":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":2.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"141":{"tf":1.0},"327":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"23":{"tf":1.0},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"330":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}},"s":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"137":{"tf":1.0},"331":{"tf":1.0},"342":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":22,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"85":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"267":{"tf":1.0},"323":{"tf":1.0}}},"r":{"df":3,"docs":{"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":55,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"222":{"tf":2.8284271247461903},"223":{"tf":1.4142135623730951},"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.4142135623730951},"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.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"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.4142135623730951},"263":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"178":{"tf":1.0},"326":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"176":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"d":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":11,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"208":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"206":{"tf":1.0},"318":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"287":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"305":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"\"":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"293":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"293":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"138":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.4142135623730951},"50":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}},"2":{"df":1,"docs":{"50":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"296":{"tf":1.0},"297":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":40,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"196":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":2.0},"220":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"303":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.8284271247461903},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.6457513110645907},"71":{"tf":1.0},"85":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":2.449489742783178}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"227":{"tf":1.0},"323":{"tf":1.0},"334":{"tf":1.0}}},"m":{"a":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":6,"docs":{"155":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"280":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":2.449489742783178}}}},"o":{"d":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":7,"docs":{"194":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"331":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"222":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"r":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}}},"t":{"df":10,"docs":{"158":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"268":{"tf":1.0},"269":{"tf":1.0},"340":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"317":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"0":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"259":{"tf":1.4142135623730951},"289":{"tf":1.0},"32":{"tf":1.0},"334":{"tf":1.0},"46":{"tf":1.0}}},"x":{"df":4,"docs":{"322":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"334":{"tf":1.0}}},"s":{"df":1,"docs":{"23":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"271":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":2.0},"342":{"tf":2.0},"83":{"tf":1.0},"87":{"tf":2.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"127":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":2.6457513110645907},"127":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"330":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"324":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"178":{"tf":1.0},"275":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":3.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":2,"docs":{"226":{"tf":1.0},"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"325":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":2.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"212":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":6,"docs":{"212":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"280":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"87":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"107":{"tf":1.4142135623730951},"138":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.0},"188":{"tf":2.0},"194":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"263":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":31,"docs":{"154":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"248":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"328":{"tf":1.0}}},"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":5,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"326":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"307":{"tf":1.0},"309":{"tf":1.0},"340":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"126":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"141":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":2.0},"173":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"173":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"57":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"130":{"tf":1.0},"153":{"tf":2.23606797749979},"200":{"tf":1.0},"219":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"330":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":2.6457513110645907},"217":{"tf":2.23606797749979},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":2.0},"24":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"33":{"tf":1.0},"47":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"33":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":23,"docs":{"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.0}},"i":{"df":1,"docs":{"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"181":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"180":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"179":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":1.0},"58":{"tf":1.0},"89":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"d":{"2":{"6":{"8":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"t":{"a":{"'":{"df":1,"docs":{"329":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"23":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":2.8284271247461903},"323":{"tf":2.23606797749979},"324":{"tf":1.7320508075688772},"325":{"tf":1.7320508075688772},"326":{"tf":3.7416573867739413},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"331":{"tf":2.449489742783178},"332":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":93,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"16":{"tf":1.7320508075688772},"165":{"tf":1.0},"17":{"tf":2.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":2.0},"236":{"tf":1.0},"24":{"tf":2.449489742783178},"240":{"tf":1.0},"244":{"tf":2.23606797749979},"25":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.23606797749979},"26":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.0},"29":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.23606797749979},"30":{"tf":2.0},"303":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"316":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":3.3166247903554},"327":{"tf":1.0},"328":{"tf":2.8284271247461903},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":3.3166247903554},"332":{"tf":2.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"178":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":19,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"175":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.4142135623730951},"338":{"tf":1.0},"77":{"tf":2.6457513110645907}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"311":{"tf":1.0}},"e":{"(":{"'":{"2":{"0":{"0":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"(":{"2":{"0":{"2":{"3":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}},"y":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"181":{"tf":1.0},"339":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"b":{"a":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":23,"docs":{"143":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"6":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}}},"c":{"a":{"d":{"df":5,"docs":{"323":{"tf":1.7320508075688772},"325":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"235":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"198":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"270":{"tf":2.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"290":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"241":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"215":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":3.0},"326":{"tf":2.0},"328":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"315":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"155":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.4142135623730951},"255":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"6":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"306":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"326":{"tf":1.0},"332":{"tf":1.0}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"153":{"tf":1.0},"181":{"tf":1.0},"259":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"c":{"df":2,"docs":{"154":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"a":{"c":{"df":4,"docs":{"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"327":{"tf":1.4142135623730951},"328":{"tf":1.0}}}},"r":{"df":4,"docs":{"214":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"72":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"326":{"tf":2.0},"328":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"264":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"317":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"22":{"tf":1.0},"322":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"153":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.0}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"153":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"327":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"102":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"270":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"342":{"tf":1.0},"68":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"172":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"96":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"24":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"c":{"df":6,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":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":{"267":{"tf":1.0}}}}},"df":8,"docs":{"265":{"tf":1.0},"267":{"tf":2.449489742783178},"268":{"tf":1.7320508075688772},"269":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":2.449489742783178},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"331":{"tf":2.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"269":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"24":{"tf":1.0},"340":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"338":{"tf":1.0}},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"321":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":2.0},"221":{"tf":1.7320508075688772},"323":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}},"m":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"323":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"326":{"tf":1.0},"329":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"61":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"66":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"80":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"'":{"df":0,"docs":{},"p":{"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"340":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"318":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"56":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"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":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"b":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"242":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"a":{"b":{"0":{"7":{"7":{"6":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":21,"docs":{"109":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"304":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"266":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"332":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"197":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"37":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"137":{"tf":1.0}}}},"df":1,"docs":{"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":2.23606797749979}}}}},"df":7,"docs":{"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"240":{"tf":2.0},"245":{"tf":1.0},"255":{"tf":2.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"122":{"tf":1.0}},"|":{".":{"*":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"c":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"321":{"tf":1.0},"342":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":2.0},"137":{"tf":1.7320508075688772},"194":{"tf":1.0},"206":{"tf":1.0}}}}}}},"i":{"d":{"df":3,"docs":{"220":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"234":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"319":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}},"o":{"d":{"df":8,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"182":{"tf":1.0},"309":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":21,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"222":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"323":{"tf":1.4142135623730951},"324":{"tf":2.0},"325":{"tf":2.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}}}},"df":7,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"'":{"df":8,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"282":{"tf":1.0},"339":{"tf":1.0}}},"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":4,"docs":{"240":{"tf":1.7320508075688772},"245":{"tf":1.0},"255":{"tf":1.7320508075688772},"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"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":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"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":{}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"=":{"0":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"273":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"273":{"tf":1.0}},"s":{"=":{"1":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.0},"275":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":118,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"12":{"tf":2.23606797749979},"13":{"tf":1.7320508075688772},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":2.0},"171":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"208":{"tf":2.0},"21":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"222":{"tf":2.449489742783178},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.7320508075688772},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.23606797749979},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":2.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":2.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"321":{"tf":2.23606797749979},"322":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"241":{"tf":1.4142135623730951},"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":0,"docs":{}}}},"[":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"w":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.4142135623730951}}}}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":13,"docs":{"222":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.23606797749979},"242":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.449489742783178},"251":{"tf":1.0},"254":{"tf":1.0},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":14,"docs":{"123":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"264":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"274":{"tf":1.4142135623730951},"276":{"tf":1.0},"282":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"324":{"tf":1.0},"326":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.4142135623730951},"306":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"184":{"tf":1.0},"23":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"v":{"df":1,"docs":{"270":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"1":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"3":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"162":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"219":{"tf":1.0},"322":{"tf":1.0},"42":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"df":5,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":2.23606797749979},"321":{"tf":1.0},"337":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.0},"328":{"tf":1.0},"337":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.7320508075688772},"56":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":2.0},"128":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"t":{"c":{"df":3,"docs":{"22":{"tf":1.0},"342":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"172":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"16":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":6,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"323":{"tf":1.0}},"u":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"w":{"df":4,"docs":{"241":{"tf":2.0},"245":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"163":{"tf":1.0},"194":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"273":{"tf":1.0},"281":{"tf":1.0},"288":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"309":{"tf":1.0},"311":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"338":{"tf":1.0},"46":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"8":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"151":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"323":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"176":{"tf":1.0},"31":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"217":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"103":{"tf":1.0},"106":{"tf":2.0},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.4142135623730951},"264":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"324":{"tf":1.4142135623730951},"326":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":1,"docs":{"141":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"161":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.0},"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"327":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"283":{"tf":1.0},"315":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"267":{"tf":1.0},"286":{"tf":1.0},"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":1,"docs":{"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}},"s":{"df":5,"docs":{"267":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"202":{"tf":1.0},"226":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"146":{"tf":2.449489742783178},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}},"f":{"7":{"c":{"3":{"1":{"4":{"d":{"d":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"330":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}},"s":{"df":14,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"315":{"tf":2.0},"317":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"36":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.0},"334":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"321":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"330":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.0},"323":{"tf":1.0}}}}}}},"df":10,"docs":{"207":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.449489742783178},"305":{"tf":1.0},"86":{"tf":1.0}},"e":{"6":{"df":0,"docs":{},"f":{"5":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"264":{"tf":1.0},"303":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"319":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0}}},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"w":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}}}},"f":{"8":{"0":{"6":{"6":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"b":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"135":{"tf":2.23606797749979},"196":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"225":{"tf":1.0},"270":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":1.4142135623730951},"303":{"tf":2.8284271247461903},"328":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"137":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":5,"docs":{"156":{"tf":1.7320508075688772},"194":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"163":{"tf":1.0},"169":{"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},"325":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"325":{"tf":1.0}},"r":{"2":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"t":{"df":1,"docs":{"331":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"31":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"176":{"tf":1.0},"214":{"tf":1.4142135623730951},"246":{"tf":1.0},"260":{"tf":1.0},"265":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"o":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.0},"138":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.23606797749979}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"158":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0},"46":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"12":{"tf":1.0},"331":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"0":{"tf":1.0},"325":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.0},"284":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"321":{"tf":1.0}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":2.0},"29":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.0},"169":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"341":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"326":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"109":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"321":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":1.0},"328":{"tf":1.4142135623730951},"334":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":83,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":2.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":2.8284271247461903},"213":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"334":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"196":{"tf":1.0},"222":{"tf":1.0},"288":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"315":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"271":{"tf":1.0},"330":{"tf":1.0},"341":{"tf":1.7320508075688772},"60":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}}},"c":{"df":1,"docs":{"280":{"tf":1.0}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"(":{"0":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}},"1":{"0":{"0":{"0":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"138":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"325":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"329":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}}},"t":{"df":2,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":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":{"344":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":12,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"198":{"tf":1.0},"219":{"tf":1.0},"40":{"tf":1.0},"50":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"331":{"tf":1.0}}}},"df":1,"docs":{"102":{"tf":3.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"23":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"314":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"325":{"tf":1.0}},"e":{"df":2,"docs":{"323":{"tf":1.0},"58":{"tf":1.0}}},"o":{"d":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"342":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"322":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"325":{"tf":1.0},"328":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"342":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"155":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"219":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951}}}},"w":{"df":1,"docs":{"324":{"tf":1.0}},"n":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}}}}}},"p":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"266":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"ö":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"=":{"'":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"322":{"tf":1.0},"323":{"tf":1.0}}},"v":{"df":1,"docs":{"59":{"tf":2.0}}}},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":2,"docs":{"330":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"328":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}},"r":{"d":{"df":2,"docs":{"208":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":2.23606797749979},"94":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"334":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":24,"docs":{"143":{"tf":1.0},"225":{"tf":1.4142135623730951},"270":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"324":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"229":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"262":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":2.0},"310":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"202":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}}},"o":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"296":{"tf":1.0}}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"109":{"tf":2.0},"119":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"317":{"tf":1.0}}}},"p":{"df":6,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"225":{"tf":1.7320508075688772},"270":{"tf":2.0},"8":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":6,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}}}},"x":{"(":{"1":{"5":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":1.7320508075688772}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"208":{"tf":1.0},"327":{"tf":1.0},"344":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"327":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}},"i":{"df":12,"docs":{"0":{"tf":1.0},"184":{"tf":1.0},"226":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.23606797749979},"327":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951},"329":{"tf":1.0},"331":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"o":{"c":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"321":{"tf":1.0},"332":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"332":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"334":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"/":{"1":{".":{"1":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"274":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"?":{"df":0,"docs":{},"p":{"=":{"%":{"5":{"b":{"%":{"2":{"2":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"%":{"2":{"2":{"%":{"2":{"c":{"%":{"2":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"%":{"2":{"2":{"%":{"5":{"d":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"q":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"1":{"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":{}}},"df":22,"docs":{"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":46,"docs":{"11":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"255":{"tf":1.7320508075688772},"262":{"tf":2.23606797749979},"263":{"tf":2.0},"264":{"tf":1.0},"270":{"tf":2.23606797749979},"275":{"tf":1.0},"281":{"tf":2.8284271247461903},"282":{"tf":2.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":3.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},"310":{"tf":1.4142135623730951},"315":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"s":{":":{"/":{"/":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"2":{"0":{"0":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"/":{"#":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"b":{"df":2,"docs":{"265":{"tf":1.0},"267":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"331":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"303":{"tf":1.0},"326":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"326":{"tf":1.0},"339":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"å":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"343":{"tf":1.0}}},"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"326":{"tf":1.0}}}},"d":{"\"":{":":{"1":{"1":{"1":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"263":{"tf":1.0},"273":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"309":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"a":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"166":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"317":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"153":{"tf":1.0},"169":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"328":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"161":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}},"m":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"137":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"214":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"14":{"tf":2.23606797749979},"182":{"tf":1.0},"24":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"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":9,"docs":{"23":{"tf":1.0},"241":{"tf":1.4142135623730951},"249":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"325":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"317":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"251":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.7320508075688772}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"176":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"324":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":14,"docs":{"111":{"tf":1.7320508075688772},"123":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"280":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.4142135623730951},"334":{"tf":1.0},"336":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":2.23606797749979}}}},"i":{"c":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"26":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"208":{"tf":2.0},"23":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"321":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"(":{"[":{"1":{",":{"2":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"114":{"tf":1.0},"174":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"114":{"tf":2.0},"174":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}},"df":0,"docs":{}}}},"df":38,"docs":{"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"226":{"tf":1.0},"25":{"tf":3.3166247903554},"281":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":2.0},"305":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":2.8284271247461903},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"33":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":2,"docs":{"321":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"194":{"tf":1.0},"202":{"tf":1.0},"23":{"tf":2.0},"338":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"2":{"tf":1.0},"224":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":2.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"255":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"5":{"tf":2.0},"6":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"222":{"tf":1.7320508075688772},"235":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":9,"docs":{"303":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"(":{"'":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"122":{"tf":1.7320508075688772}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"258":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"307":{"tf":1.0},"317":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":2.0},"98":{"tf":1.0}},"r":{"df":1,"docs":{"325":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.7320508075688772}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"223":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"326":{"tf":1.0}}}}},"f":{"a":{"c":{"df":3,"docs":{"222":{"tf":1.0},"241":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":5,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"262":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.7320508075688772},"54":{"tf":2.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"175":{"tf":1.0},"317":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"324":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":2.23606797749979},"137":{"tf":1.0},"174":{"tf":1.0}}},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"182":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"c":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"334":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"324":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"317":{"tf":2.0},"326":{"tf":1.0},"338":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"t":{"'":{"df":5,"docs":{"17":{"tf":1.0},"323":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.7320508075688772},"334":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"23":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"51":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}},"m":{"df":1,"docs":{"304":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"a":{"df":1,"docs":{"326":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"222":{"tf":1.0},"235":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"304":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"o":{"b":{"df":3,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"318":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"15":{"tf":2.23606797749979},"211":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":3.4641016151377544},"43":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"y":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.7320508075688772},"295":{"tf":1.0},"299":{"tf":2.0},"300":{"tf":1.0},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":3.3166247903554},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"c":{"\"":{":":{"\"":{"2":{".":{"0":{"df":1,"docs":{"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}}},"df":0,"docs":{}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"(":{"1":{"9":{"7":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.7320508075688772},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"k":{"a":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"26":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"270":{"tf":1.4142135623730951},"300":{"tf":1.0},"304":{"tf":1.0},"312":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"103":{"tf":1.0},"304":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"12":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":2,"docs":{"328":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"172":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"12":{"tf":1.0},"222":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.4142135623730951},"317":{"tf":1.0},"81":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"206":{"tf":1.0},"305":{"tf":1.0},"321":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"331":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":4,"docs":{"14":{"tf":1.0},"30":{"tf":1.0},"321":{"tf":1.0},"337":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"d":{"df":19,"docs":{"234":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.7320508075688772},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"330":{"tf":1.0}}}},"s":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"v":{"df":2,"docs":{"17":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.0},"135":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.0},"98":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"325":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"'":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}},"[":{"3":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":5,"docs":{"118":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":2.0},"46":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"137":{"tf":1.0}}}},"s":{"df":5,"docs":{"123":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"16":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"208":{"tf":1.0},"273":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"327":{"tf":1.0},"344":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"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":{"82":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{".":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"10":{"tf":2.0},"222":{"tf":2.0},"235":{"tf":1.0},"250":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"222":{"tf":1.0},"320":{"tf":1.0},"345":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"23":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"(":{"'":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":2.8284271247461903},"6":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0}}},"g":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"323":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"294":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"327":{"tf":1.0},"340":{"tf":1.0}}},"t":{"df":24,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"155":{"tf":1.0},"196":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.0},"282":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"147":{"tf":1.0},"197":{"tf":2.23606797749979},"220":{"tf":1.7320508075688772},"236":{"tf":1.0},"243":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"299":{"tf":1.4142135623730951},"304":{"tf":1.0},"317":{"tf":2.0},"318":{"tf":1.0},"51":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"342":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"181":{"tf":1.0},"267":{"tf":1.0},"274":{"tf":1.0},"31":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"g":{"1":{"0":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"141":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":6,"docs":{"141":{"tf":1.7320508075688772},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":2.8284271247461903},"328":{"tf":1.7320508075688772},"336":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"326":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"325":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.0},"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"196":{"tf":1.0},"326":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"p":{"df":1,"docs":{"326":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"330":{"tf":1.0}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}},"t":{"df":2,"docs":{"324":{"tf":1.0},"325":{"tf":1.0}}},"w":{"df":1,"docs":{"326":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"120":{"tf":1.7320508075688772},"182":{"tf":1.0},"208":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":2.0}}}}}},"y":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},")":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951}}}}}}},"]":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"330":{"tf":1.0}}}}},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"334":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"271":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"267":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"175":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"23":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"288":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":1.0},"324":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"37":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":17,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"222":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"318":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"243":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"328":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":3.7416573867739413},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"263":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"214":{"tf":1.0},"334":{"tf":1.0}}}}},"h":{"df":2,"docs":{"141":{"tf":2.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"x":{"(":{"c":{".":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"149":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"df":19,"docs":{"137":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"169":{"tf":1.0},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.7320508075688772},"315":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":11,"docs":{"176":{"tf":1.0},"220":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"310":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{".":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"304":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"20":{"tf":1.7320508075688772},"225":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":14,"docs":{"222":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"328":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"56":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"149":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"220":{"tf":1.0},"317":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"176":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"214":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.4142135623730951}},"o":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"275":{"tf":1.0},"334":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"b":{"df":4,"docs":{"327":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"264":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":2.23606797749979},"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}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"298":{"tf":1.0},"304":{"tf":1.0},"310":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"267":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"269":{"tf":1.0}}}}},"s":{"df":1,"docs":{"232":{"tf":1.0}},"g":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"226":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"288":{"tf":2.0},"299":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":14,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"305":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"35":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":88,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"208":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"245":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"25":{"tf":2.23606797749979},"257":{"tf":2.0},"259":{"tf":2.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"300":{"tf":3.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":2.23606797749979},"304":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":3.3166247903554},"311":{"tf":1.0},"312":{"tf":2.8284271247461903},"313":{"tf":1.0},"314":{"tf":2.449489742783178},"315":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":2.23606797749979},"97":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"305":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"326":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":17,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":2.449489742783178},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":2.0}}}}}}},"df":6,"docs":{"137":{"tf":2.0},"243":{"tf":1.4142135623730951},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"309":{"tf":1.4142135623730951},"318":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"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":{"327":{"tf":1.0},"328":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":1,"docs":{"328":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"217":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"319":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"342":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"23":{"tf":1.0},"302":{"tf":1.0},"314":{"tf":1.0},"331":{"tf":2.6457513110645907},"334":{"tf":1.0},"338":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"327":{"tf":1.0},"333":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"147":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"226":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":1.0},"245":{"tf":2.0},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.4142135623730951},"266":{"tf":1.0},"3":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":2,"docs":{"270":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":9,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"214":{"tf":1.0},"227":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":7,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"234":{"tf":1.0},"258":{"tf":1.0},"326":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"182":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"331":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":50,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"255":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":2,"docs":{"206":{"tf":1.0},"31":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"m":{"df":3,"docs":{"10":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"df":23,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"242":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":2.0},"258":{"tf":1.0},"309":{"tf":1.0},"317":{"tf":1.7320508075688772},"71":{"tf":2.449489742783178},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"f":{"(":{"1":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":2.0},"206":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.7320508075688772},"75":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"137":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"[":{"[":{"'":{"a":{"df":1,"docs":{"134":{"tf":1.0}}},"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":1,"docs":{"131":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":33,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":2.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},"234":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"271":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":2.449489742783178},"307":{"tf":1.4142135623730951},"309":{"tf":2.0},"312":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"326":{"tf":1.0},"342":{"tf":1.0},"51":{"tf":2.8284271247461903},"81":{"tf":1.0},"83":{"tf":3.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"289":{"tf":1.0},"328":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":2.0}}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"272":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"331":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"85":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"321":{"tf":1.0},"326":{"tf":1.0}}}},"d":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"314":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"321":{"tf":1.0},"326":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":6,"docs":{"14":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"41":{"tf":1.0}}},"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"219":{"tf":1.0},"265":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.23606797749979},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"336":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"226":{"tf":1.0},"331":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"176":{"tf":1.7320508075688772},"321":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"272":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":1.0},"280":{"tf":1.0}}}}}}}}}}}},"r":{"df":63,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.7320508075688772},"271":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"298":{"tf":1.0},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"314":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"62":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}},"t":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"s":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"*":{"/":{"*":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"]":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":28,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"225":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"282":{"tf":1.0},"308":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"154":{"tf":1.4142135623730951},"23":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"313":{"tf":1.0},"328":{"tf":1.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"46":{"tf":3.7416573867739413},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":2.23606797749979},"86":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"14":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"4":{"3":{"1":{"7":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"207":{"tf":1.0},"309":{"tf":1.0},"345":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"322":{"tf":1.0},"333":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"168":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"334":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"273":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"0":{"tf":1.0},"222":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"189":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"328":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}}}},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}},")":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"1":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"1":{"0":{"d":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"\"":{"[":{"[":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"304":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"'":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"288":{"tf":1.0},"301":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{";":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"223":{"tf":1.0},"235":{"tf":1.4142135623730951},"250":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"72":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"169":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"a":{"c":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"a":{"df":3,"docs":{"285":{"tf":1.0},"300":{"tf":1.0},"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":40,"docs":{"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"138":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"169":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"248":{"tf":3.1622776601683795},"249":{"tf":3.1622776601683795},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"262":{"tf":2.0},"263":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":2.449489742783178},"287":{"tf":1.7320508075688772},"299":{"tf":2.449489742783178},"300":{"tf":2.449489742783178},"301":{"tf":2.449489742783178},"302":{"tf":2.0},"303":{"tf":2.23606797749979},"304":{"tf":2.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.23606797749979},"311":{"tf":1.7320508075688772},"312":{"tf":2.449489742783178},"313":{"tf":2.449489742783178},"314":{"tf":2.0},"34":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"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":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":3,"docs":{"214":{"tf":1.0},"317":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"189":{"tf":1.0},"299":{"tf":1.0},"325":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"329":{"tf":1.0},"332":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"23":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":1,"docs":{"327":{"tf":1.0}},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"305":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}}}}}},"df":13,"docs":{"225":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":4,"docs":{"14":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":2.6457513110645907},"27":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"29":{"tf":1.0}},"e":{"(":{"[":{"0":{",":{"1":{",":{"2":{",":{"3":{",":{"4":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"df":18,"docs":{"18":{"tf":1.7320508075688772},"194":{"tf":2.6457513110645907},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":2.23606797749979},"198":{"tf":2.8284271247461903},"199":{"tf":3.3166247903554},"200":{"tf":3.0},"201":{"tf":2.23606797749979},"202":{"tf":3.3166247903554},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":2.0}},"s":{".":{".":{"a":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"@":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":33,"docs":{"15":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"267":{"tf":2.23606797749979},"270":{"tf":1.0},"273":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"137":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":11,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{"(":{"2":{"0":{"0":{"1":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"147":{"tf":2.23606797749979},"176":{"tf":2.0},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"331":{"tf":1.0},"79":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}},"t":{"df":12,"docs":{"14":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"220":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"328":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"226":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"264":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"141":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"329":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"325":{"tf":1.7320508075688772},"327":{"tf":1.7320508075688772},"334":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"10":{"tf":1.0},"224":{"tf":1.0},"252":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"d":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"326":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}}}}},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"324":{"tf":1.0},"57":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":4,"docs":{"23":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"317":{"tf":1.0},"75":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"270":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"124":{"tf":2.449489742783178},"220":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"301":{"tf":2.0},"302":{"tf":1.0},"304":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":2.0},"314":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"x":{"df":1,"docs":{"327":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"30":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.4142135623730951},"329":{"tf":1.0},"330":{"tf":1.0},"336":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":27,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"35":{"tf":1.0},"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"342":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"324":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"317":{"tf":1.0},"319":{"tf":1.0},"327":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"176":{"tf":1.0},"187":{"tf":1.7320508075688772},"331":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{".":{"c":{"a":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"289":{"tf":1.0},"303":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"306":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"326":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":35,"docs":{"104":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"130":{"tf":1.0},"137":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"31":{"tf":3.1622776601683795},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"327":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"328":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"326":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"u":{"c":{"df":1,"docs":{"332":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":12,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.0},"57":{"tf":1.7320508075688772},"95":{"tf":2.23606797749979}}}}},"df":69,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"114":{"tf":2.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"26":{"tf":2.23606797749979},"266":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":2.0},"31":{"tf":2.449489742783178},"312":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"31":{"tf":1.0}}}},"[":{"'":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"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":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"222":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"334":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"274":{"tf":2.0},"276":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}},"e":{".":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"270":{"tf":2.0},"310":{"tf":1.4142135623730951},"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"275":{"tf":1.0}}},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"321":{"tf":2.0},"324":{"tf":1.0},"327":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"1":{"2":{"df":0,"docs":{},"h":{"3":{"0":{"df":0,"docs":{},"m":{"5":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"m":{"5":{"6":{".":{"7":{"8":{"9":{"df":1,"docs":{"317":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"194":{"tf":1.0},"267":{"tf":1.4142135623730951},"324":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"317":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"252":{"tf":1.0},"255":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"259":{"tf":1.0}}},"df":17,"docs":{"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}}}}}},"q":{")":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"282":{"tf":1.0},"308":{"tf":1.0}}}}}}},"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"288":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"%":{"2":{"0":{"*":{"%":{"2":{"0":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"%":{"2":{"0":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"242":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":96,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"175":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"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},"208":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.0},"287":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"303":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":2.449489742783178},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":2.23606797749979},"36":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":2.449489742783178},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"277":{"tf":1.0}}},"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":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"326":{"tf":1.7320508075688772},"331":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"265":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"233":{"tf":2.23606797749979},"327":{"tf":1.0},"334":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":2,"docs":{"140":{"tf":2.23606797749979},"168":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"334":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"303":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"10":{"tf":1.0},"264":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"338":{"tf":1.0},"344":{"tf":1.0},"38":{"tf":1.0},"60":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":2,"docs":{"0":{"tf":1.0},"331":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"317":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"75":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"289":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"90":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"298":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"71":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"287":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"b":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"14":{"tf":1.7320508075688772},"17":{"tf":1.0},"182":{"tf":1.0},"294":{"tf":1.0},"321":{"tf":1.0},"328":{"tf":1.4142135623730951},"332":{"tf":1.0},"336":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"102":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"338":{"tf":1.0},"58":{"tf":3.4641016151377544}}}}}},"d":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"u":{"c":{"df":2,"docs":{"324":{"tf":1.0},"330":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"214":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":267,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.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},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.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},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"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},"21":{"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.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.0},"220":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"264":{"tf":2.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"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},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"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.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.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.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"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}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"101":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":1,"docs":{"121":{"tf":1.0}},"t":{"df":9,"docs":{"120":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"331":{"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":2,"docs":{"15":{"tf":1.0},"331":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"3":{"tf":1.0},"334":{"tf":2.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}}}},"df":0,"docs":{},"v":{"df":2,"docs":{"184":{"tf":1.0},"327":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"135":{"tf":1.0},"14":{"tf":1.0},"206":{"tf":1.4142135623730951},"221":{"tf":1.0},"26":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"328":{"tf":1.7320508075688772},"53":{"tf":1.0},"55":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"121":{"tf":2.0},"267":{"tf":1.0},"271":{"tf":1.0}},"e":{"(":{"'":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"a":{"df":2,"docs":{"330":{"tf":1.0},"332":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"267":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"260":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":11,"docs":{"133":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0},"51":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"263":{"tf":1.0},"307":{"tf":2.23606797749979},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"311":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"24":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"298":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"285":{"tf":1.0},"286":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"149":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"334":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"208":{"tf":1.0},"240":{"tf":1.0},"263":{"tf":1.4142135623730951},"295":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"301":{"tf":1.0},"313":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":3,"docs":{"11":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":30,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"194":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.4142135623730951},"309":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"182":{"tf":1.0},"339":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":90,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":2.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.7320508075688772},"234":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"244":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.7320508075688772},"309":{"tf":1.0},"317":{"tf":1.4142135623730951},"331":{"tf":1.0},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"71":{"tf":1.0},"85":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":2.6457513110645907},"97":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}}}}},"f":{"c":{"df":3,"docs":{"27":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"322":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.7320508075688772},"119":{"tf":1.0},"323":{"tf":1.4142135623730951},"325":{"tf":1.0},"332":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"m":{"df":3,"docs":{"267":{"tf":1.7320508075688772},"273":{"tf":1.0},"5":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"344":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"315":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"315":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"323":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"141":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"w":{"df":33,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.449489742783178},"208":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"95":{"tf":1.7320508075688772}}}},"p":{"c":{"df":4,"docs":{"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"271":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}}},"n":{"df":14,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"181":{"tf":1.0},"223":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"å":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"3":{"df":2,"docs":{"334":{"tf":1.0},"342":{"tf":1.0}}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"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":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"337":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":4,"docs":{"153":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"s":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":10,"docs":{"135":{"tf":1.7320508075688772},"285":{"tf":1.0},"301":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":17,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"185":{"tf":1.0},"223":{"tf":1.0},"269":{"tf":1.0},"303":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"303":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":5,"docs":{"287":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"328":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"60":{"tf":3.3166247903554},"61":{"tf":1.7320508075688772},"62":{"tf":3.0},"63":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":2,"docs":{"326":{"tf":1.0},"334":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"207":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"317":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"321":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"330":{"tf":1.0}}}},"n":{"df":1,"docs":{"198":{"tf":1.0}}},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":14,"docs":{"208":{"tf":2.8284271247461903},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":2.8284271247461903},"37":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"208":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"323":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"23":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":1.0},"211":{"tf":1.0},"38":{"tf":1.0}},"e":{"a":{"df":2,"docs":{"135":{"tf":1.0},"323":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"310":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"321":{"tf":1.0}}}}},"df":22,"docs":{"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"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},"331":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"294":{"tf":1.0},"298":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"315":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"5":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"17":{"tf":1.0}}},"n":{"df":5,"docs":{"182":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":164,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"14":{"tf":2.23606797749979},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":2.0},"17":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"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.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},"196":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"203":{"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.4142135623730951},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"25":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"338":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":3.1622776601683795},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"98":{"tf":3.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"270":{"tf":1.0},"330":{"tf":1.0}}},"l":{"df":1,"docs":{"333":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"14":{"tf":1.0},"226":{"tf":1.0},"305":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}}}},"df":5,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}},"n":{"d":{"df":7,"docs":{"222":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"56":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"219":{"tf":1.0},"329":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}},"t":{"df":5,"docs":{"262":{"tf":1.0},"263":{"tf":1.0},"285":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"137":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"291":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":2.0},"342":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"328":{"tf":1.0}},"s":{"df":1,"docs":{"328":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"128":{"tf":1.0},"324":{"tf":1.0},"339":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"226":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}}}},"t":{"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"302":{"tf":1.0},"31":{"tf":1.7320508075688772},"314":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":2.0},"58":{"tf":1.0}}}},"h":{"a":{"1":{"(":{"'":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"df":1,"docs":{"167":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"161":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"43":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"w":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"225":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"194":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"267":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":1,"docs":{"141":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"113":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"27":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"304":{"tf":1.0},"31":{"tf":1.0},"326":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"283":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"331":{"tf":1.0},"36":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"323":{"tf":1.0},"326":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"138":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"326":{"tf":1.0},"35":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"85":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"340":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"322":{"tf":1.0},"326":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"23":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"d":{"a":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"323":{"tf":1.0}}}},"v":{"df":2,"docs":{"322":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"322":{"tf":1.0},"86":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"321":{"tf":1.0},"328":{"tf":1.0},"38":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"280":{"tf":1.0},"326":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"331":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"307":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"182":{"tf":1.0},"227":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":14,"docs":{"222":{"tf":1.0},"23":{"tf":1.7320508075688772},"326":{"tf":1.0},"327":{"tf":1.0},"334":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":16,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.0},"206":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"332":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"23":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"`":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"q":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"194":{"tf":1.0},"23":{"tf":1.0}}}}}}},":":{"2":{"0":{"1":{"1":{"df":8,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"326":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.0}}},"6":{"df":3,"docs":{"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"2":{"3":{"df":4,"docs":{"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"df":2,"docs":{"331":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":257,"docs":{"0":{"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.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"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":2.8284271247461903},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.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.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"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.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"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},"21":{"tf":1.7320508075688772},"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},"22":{"tf":2.8284271247461903},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"23":{"tf":3.1622776601683795},"232":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"314":{"tf":1.4142135623730951},"315":{"tf":2.23606797749979},"317":{"tf":1.7320508075688772},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.4641016151377544},"327":{"tf":4.795831523312719},"33":{"tf":1.0},"331":{"tf":2.449489742783178},"334":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"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.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.0},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"141":{"tf":1.0},"202":{"tf":1.0},"327":{"tf":1.0},"58":{"tf":1.0}}},"df":5,"docs":{"128":{"tf":1.0},"23":{"tf":1.4142135623730951},"327":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"38":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"322":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"300":{"tf":1.0},"314":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"267":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"'":{"df":1,"docs":{"176":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"141":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":17,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"176":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"226":{"tf":1.0},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"327":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.7320508075688772},"338":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"281":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":2.449489742783178},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"321":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"35":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"c":{"df":4,"docs":{"303":{"tf":1.0},"331":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"298":{"tf":1.4142135623730951},"85":{"tf":2.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"105":{"tf":1.0}}}}},"y":{"df":1,"docs":{"331":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"138":{"tf":1.0},"6":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"345":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"17":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"323":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"323":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"271":{"tf":1.0},"322":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"222":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":2.6457513110645907},"327":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":2.23606797749979},"334":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":2.449489742783178}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"271":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0}}},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":2,"docs":{"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"297":{"tf":1.4142135623730951},"303":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0}},"e":{"d":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"297":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"'":{"%":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}},"y":{"/":{"%":{"df":0,"docs":{},"m":{"/":{"%":{"d":{"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":2,"docs":{"143":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"334":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":38,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":2.23606797749979},"240":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"317":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"12":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"285":{"tf":1.0},"294":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"208":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"u":{"b":{"df":2,"docs":{"196":{"tf":1.0},"57":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"303":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"202":{"tf":1.0},"285":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"300":{"tf":1.0},"301":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0}}}}}},"r":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"124":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"326":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"305":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":9,"docs":{"175":{"tf":1.0},"208":{"tf":1.4142135623730951},"222":{"tf":1.0},"24":{"tf":1.0},"271":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"327":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":2,"docs":{"322":{"tf":1.0},"327":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"46":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"m":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"150":{"tf":1.0},"156":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"150":{"tf":2.23606797749979},"151":{"tf":1.0},"47":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"314":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"183":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"252":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.4142135623730951},"317":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"343":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"89":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"269":{"tf":1.0},"323":{"tf":1.0},"342":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"w":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.4142135623730951},"199":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":9,"docs":{"124":{"tf":1.0},"146":{"tf":1.0},"185":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"315":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"329":{"tf":1.0}}}}}},"df":7,"docs":{"182":{"tf":2.0},"185":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"(":{"df":1,"docs":{"138":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"1":{"df":7,"docs":{"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":40,"docs":{"13":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"303":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"331":{"tf":2.0},"340":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"2":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"42":{"tf":1.0}}},"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"─":{"df":0,"docs":{},"╯":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"c":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"325":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":19,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"234":{"tf":1.0},"324":{"tf":1.0},"343":{"tf":1.0}}}},"n":{"df":1,"docs":{"141":{"tf":1.0}},"h":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"df":3,"docs":{"269":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"327":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"327":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"25":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"323":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"334":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"236":{"tf":1.0},"243":{"tf":2.449489742783178},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":4,"docs":{"176":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"37":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"323":{"tf":1.0}},"t":{"a":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"324":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"58":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":11,"docs":{"229":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"283":{"tf":1.0},"291":{"tf":2.0}}}}},"df":0,"docs":{}},"df":7,"docs":{"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"317":{"tf":1.0},"72":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"14":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"58":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"0":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"322":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"321":{"tf":1.0},"322":{"tf":1.0}}},"k":{"df":3,"docs":{"336":{"tf":1.0},"342":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"d":{"df":7,"docs":{"121":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"161":{"tf":1.0},"327":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"135":{"tf":1.0},"137":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"16":{"tf":1.0},"199":{"tf":1.0},"287":{"tf":1.0},"334":{"tf":1.0}},"t":{"df":2,"docs":{"137":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"23":{"tf":1.0},"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"273":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"325":{"tf":1.0},"82":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"327":{"tf":1.0}}}}},"w":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"df":3,"docs":{"102":{"tf":1.0},"315":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":2.0}},"y":{"df":0,"docs":{},"u":{"df":2,"docs":{"281":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":42,"docs":{"12":{"tf":1.0},"14":{"tf":2.449489742783178},"143":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"176":{"tf":2.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":2.23606797749979},"183":{"tf":2.23606797749979},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"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},"22":{"tf":1.0},"232":{"tf":1.0},"30":{"tf":1.0},"306":{"tf":1.0},"317":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":3.0},"329":{"tf":1.4142135623730951},"331":{"tf":2.0},"334":{"tf":1.0},"337":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":2.8284271247461903},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"325":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":2.0}}}}},"r":{"df":1,"docs":{"232":{"tf":2.6457513110645907}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"14":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"175":{"tf":1.0},"183":{"tf":1.0},"317":{"tf":1.4142135623730951},"76":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"177":{"tf":1.4142135623730951},"257":{"tf":1.0},"259":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"342":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"_":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"109":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"232":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"302":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"11":{"tf":1.0},"222":{"tf":1.0},"271":{"tf":1.0},"304":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"23":{"tf":1.0},"310":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"151":{"tf":1.7320508075688772},"328":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"280":{"tf":2.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"322":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"330":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"315":{"tf":2.23606797749979},"336":{"tf":1.0},"339":{"tf":1.7320508075688772},"35":{"tf":2.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":2.0},"67":{"tf":2.0},"68":{"tf":2.0},"69":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.0},"183":{"tf":1.7320508075688772},"321":{"tf":1.0},"325":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"183":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"196":{"tf":1.0}}}},"i":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"323":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"330":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"161":{"tf":1.0},"162":{"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},"242":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"288":{"tf":1.0},"302":{"tf":1.4142135623730951},"306":{"tf":1.0},"314":{"tf":1.7320508075688772},"322":{"tf":1.0},"323":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":2.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"337":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"l":{"2":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"240":{"tf":1.0},"255":{"tf":1.0},"292":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.7320508075688772},"273":{"tf":1.0},"328":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":20,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"'":{"df":1,"docs":{"317":{"tf":1.0}}},"df":28,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"186":{"tf":1.0},"267":{"tf":1.0},"326":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"321":{"tf":1.0},"331":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":86,"docs":{"12":{"tf":1.0},"137":{"tf":1.4142135623730951},"152":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":2.23606797749979},"262":{"tf":2.6457513110645907},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":2.23606797749979},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.7320508075688772},"317":{"tf":2.449489742783178},"318":{"tf":1.0},"319":{"tf":2.0},"321":{"tf":1.0},"327":{"tf":2.0},"338":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"2":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"1":{".":{"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"1":{"2":{"3":{"4":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"1":{"8":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"212":{"tf":1.0},"218":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"159":{"tf":1.7320508075688772}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"235":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"=":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":2,"docs":{"234":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}},"df":5,"docs":{"15":{"tf":1.0},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"338":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"8":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"328":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}}},"r":{"df":12,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"299":{"tf":1.0},"304":{"tf":1.0},"311":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"34":{"tf":1.0},"98":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"327":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"321":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"326":{"tf":1.0},"330":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"'":{"3":{"1":{"3":{"5":{"df":1,"docs":{"169":{"tf":1.0}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"169":{"tf":2.23606797749979}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"117":{"tf":1.0},"125":{"tf":2.0}},"e":{"(":{"'":{"a":{"d":{"a":{"df":0,"docs":{},"m":{"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":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"58":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"219":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"219":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"338":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.0},"322":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"144":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"(":{"'":{"2":{"0":{"2":{"3":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"9":{"7":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.7320508075688772},"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{">":{":":{"1":{":":{"1":{"5":{"]":{"\\":{"df":0,"docs":{},"n":{"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":5,"docs":{"262":{"tf":1.0},"309":{"tf":1.4142135623730951},"330":{"tf":1.0},"71":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"328":{"tf":1.0},"345":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"303":{"tf":1.0},"315":{"tf":1.0},"331":{"tf":1.0},"85":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"324":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"<":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{">":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"[":{"1":{".":{"9":{"9":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"137":{"tf":2.6457513110645907},"194":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"29":{"tf":2.23606797749979}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":2.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"226":{"tf":1.0},"266":{"tf":1.0},"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"323":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"14":{"tf":2.449489742783178},"17":{"tf":1.0},"202":{"tf":1.4142135623730951},"217":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":3.1622776601683795},"27":{"tf":2.0},"28":{"tf":2.0},"29":{"tf":2.0},"31":{"tf":1.7320508075688772},"326":{"tf":1.0},"336":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"17":{"tf":1.0},"176":{"tf":1.0},"226":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"169":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":2.0}}}}}}},"r":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}},"l":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":12,"docs":{"225":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"240":{"tf":1.0},"241":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"283":{"tf":1.0},"299":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"289":{"tf":2.0},"299":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"225":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":101,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.4142135623730951},"212":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":2.0},"226":{"tf":1.0},"235":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"303":{"tf":2.23606797749979},"304":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"319":{"tf":1.7320508075688772},"321":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"340":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":2.449489742783178},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":45,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"232":{"tf":1.0},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"245":{"tf":2.8284271247461903},"248":{"tf":2.6457513110645907},"249":{"tf":2.6457513110645907},"257":{"tf":2.23606797749979},"259":{"tf":2.8284271247461903},"28":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"298":{"tf":1.4142135623730951},"303":{"tf":1.0},"306":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"331":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":2.0},"9":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"225":{"tf":2.23606797749979},"230":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"298":{"tf":2.0},"310":{"tf":1.4142135623730951}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"[":{"1":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},";":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"309":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":6,"docs":{"145":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":2,"docs":{"169":{"tf":1.0},"317":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"'":{"d":{"2":{"c":{"df":0,"docs":{},"e":{"2":{"1":{"c":{"9":{"d":{"2":{"6":{"8":{"4":{"0":{"9":{"a":{"b":{"1":{"df":0,"docs":{},"e":{"0":{"4":{"9":{"df":0,"docs":{},"e":{"1":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"f":{"a":{"4":{"7":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"166":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"166":{"tf":2.6457513110645907},"319":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"3":{".":{"0":{"df":1,"docs":{"345":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":2.449489742783178},"90":{"tf":2.0}},"i":{"d":{"df":7,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.4142135623730951},"255":{"tf":1.0},"295":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":87,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.7320508075688772},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":2.0},"249":{"tf":2.0},"25":{"tf":1.7320508075688772},"257":{"tf":2.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"317":{"tf":1.0},"326":{"tf":1.0},"40":{"tf":2.0},"42":{"tf":1.0},"50":{"tf":2.23606797749979},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"/":{"@":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":4,"docs":{"240":{"tf":2.0},"241":{"tf":2.0},"243":{"tf":1.4142135623730951},"245":{"tf":2.449489742783178}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.0},"207":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"222":{"tf":1.0},"280":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":6,"docs":{"267":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":1.0},"5":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"df":2,"docs":{"281":{"tf":1.0},"283":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"334":{"tf":1.4142135623730951}}},"s":{"a":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"323":{"tf":1.0}},"i":{"df":1,"docs":{"323":{"tf":1.0}}}}}}}},"i":{"a":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"165":{"tf":1.0},"19":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"14":{"tf":1.0},"211":{"tf":1.4142135623730951},"213":{"tf":2.0},"214":{"tf":3.3166247903554},"215":{"tf":2.449489742783178},"22":{"tf":1.0},"274":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"184":{"tf":1.0},"32":{"tf":1.0},"329":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"l":{"d":{"b":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"198":{"tf":1.0},"2":{"tf":1.0},"58":{"tf":1.0}}},"l":{"df":1,"docs":{"326":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"16":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"329":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"322":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"326":{"tf":1.0}}}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":10,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"219":{"tf":1.0},"280":{"tf":1.0},"303":{"tf":1.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"281":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0}}}},"r":{"df":1,"docs":{"323":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"327":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"326":{"tf":1.0}}}}}}},"b":{"df":3,"docs":{"241":{"tf":1.7320508075688772},"310":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":2.0},"310":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"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":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":23,"docs":{"222":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"245":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"306":{"tf":2.449489742783178},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.0},"222":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"324":{"tf":1.0},"327":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"153":{"tf":1.4142135623730951},"326":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"119":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":2.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"201":{"tf":2.0},"202":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"324":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"37":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"323":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0}}},"l":{"d":{"df":6,"docs":{"109":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"331":{"tf":2.0},"342":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"219":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"298":{"tf":1.0},"321":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"326":{"tf":1.0},"327":{"tf":1.0}}}}}},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"g":{"@":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}}}}}},"df":3,"docs":{"237":{"tf":1.0},"241":{"tf":2.0},"245":{"tf":1.0}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"289":{"tf":2.0},"299":{"tf":1.0}}}}},"x":{"%":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"'":{"d":{"df":0,"docs":{},"e":{"a":{"d":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"317":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"128":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"331":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"23":{"tf":1.0},"334":{"tf":1.4142135623730951}}}}}}},"s":{"d":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"317":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"244":{"tf":1.0},"258":{"tf":1.0},"286":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"317":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"317":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"258":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"258":{"tf":1.0},"317":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"299":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"185":{"tf":1.0},"206":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"334":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"327":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"302":{"tf":1.0},"305":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"267":{"tf":1.0},"327":{"tf":1.0}}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"163":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"3":{"2":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"168":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":5,"docs":{"100":{"tf":1.0},"137":{"tf":1.0},"168":{"tf":1.0},"318":{"tf":1.0},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"298":{"tf":1.0}}}},"df":0,"docs":{}}},"df":11,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.4142135623730951},"298":{"tf":1.0},"310":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"title":{"root":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"=":{"'":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"290":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"303":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":4,"docs":{"246":{"tf":1.0},"260":{"tf":1.0},"281":{"tf":1.0},"306":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"320":{"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":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"285":{"tf":1.0},"292":{"tf":1.0}}}}}},"l":{"d":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"294":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"n":{"d":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"297":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"289":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"303":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"298":{"tf":1.0},"310":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"c":{"df":3,"docs":{"12":{"tf":1.0},"298":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.0}}}}},"t":{"a":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"81":{"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":2,"docs":{"73":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"302":{"tf":1.0},"304":{"tf":1.0},"314":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"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":{"117":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"222":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"176":{"tf":1.0}}}},"u":{"d":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"318":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":2,"docs":{"210":{"tf":1.0},"41":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"333":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"330":{"tf":1.0},"342":{"tf":1.0},"87":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"223":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"212":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"188":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"236":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"179":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.0},"268":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"331":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"215":{"tf":1.0},"221":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"338":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":3,"docs":{"321":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"b":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"=":{"'":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"3":{"8":{"0":{"3":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"11":{"tf":1.0},"12":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.0},"5":{"tf":1.0}},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"241":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"337":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"238":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"340":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.0},"57":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"303":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"156":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"289":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"328":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"148":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"341":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"268":{"tf":1.0},"269":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"290":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"169":{"tf":1.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"326":{"tf":1.0},"328":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":4,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"298":{"tf":1.0}}}}},"u":{"b":{"df":1,"docs":{"267":{"tf":1.0}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"339":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"161":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"192":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"336":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"254":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"171":{"tf":1.0},"343":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"114":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"304":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"224":{"tf":1.0},"237":{"tf":1.0},"252":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"2":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"243":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"141":{"tf":1.0},"98":{"tf":1.0}}}},"x":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"149":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"61":{"tf":1.0},"66":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"279":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"288":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"295":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"305":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"199":{"tf":1.0},"300":{"tf":1.0},"312":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"194":{"tf":1.0},"196":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"293":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"195":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"w":{"df":2,"docs":{"178":{"tf":1.0},"334":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"220":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"131":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"195":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"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":{"118":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"322":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"176":{"tf":1.0},"333":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}}}}}},"r":{"df":6,"docs":{"110":{"tf":1.0},"270":{"tf":1.0},"52":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"189":{"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":12,"docs":{"282":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"206":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":5,"docs":{"194":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"147":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"301":{"tf":1.0},"313":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"190":{"tf":1.0},"192":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"339":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"274":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.0},"282":{"tf":1.0},"340":{"tf":1.0},"36":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"307":{"tf":1.0},"308":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"271":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"60":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"w":{"df":2,"docs":{"197":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"c":{"df":3,"docs":{"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"317":{"tf":1.0},"319":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"208":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"28":{"tf":1.0},"52":{"tf":1.0}}}},"h":{"a":{"1":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"l":{":":{"2":{"0":{"1":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"242":{"tf":1.0},"257":{"tf":1.0},"327":{"tf":1.0},"338":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"305":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"330":{"tf":1.0},"342":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"191":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"182":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"136":{"tf":1.0},"209":{"tf":1.0},"236":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"291":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"329":{"tf":1.0}}}}},"r":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"177":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"315":{"tf":1.0},"339":{"tf":1.0},"35":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":10,"docs":{"157":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"258":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"169":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"219":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"289":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"225":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"262":{"tf":1.0},"263":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"136":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"306":{"tf":1.0},"310":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":1,"docs":{"289":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file diff --git a/docs/sql/time_queries.html b/docs/sql/time_queries.html index dfb9a40..c3d16f8 100644 --- a/docs/sql/time_queries.html +++ b/docs/sql/time_queries.html @@ -215,7 +215,7 @@

System Time

System Time is encoded in a special column, which is normally invisible to most queries, named system_time (lower case). Because system_time is invisible by default, it must be retrieved explicitly:

-
SELECTT *, system_time FROM products;
+
SELECT *, system_time FROM products;
 

AS OF (Time Travel)

Endb permits time-traveling queries with the SQL:2011-compatible diff --git a/src/sql/time_queries.md b/src/sql/time_queries.md index 6a5043a..7a59987 100644 --- a/src/sql/time_queries.md +++ b/src/sql/time_queries.md @@ -64,7 +64,7 @@ named `system_time` (lower case). Because `system_time` is invisible by default, it must be retrieved explicitly: ```sql -SELECTT *, system_time FROM products; +SELECT *, system_time FROM products; ``` ### AS OF (Time Travel)