From 742d69699379e2b1dc828bde63146cedc2fa2944 Mon Sep 17 00:00:00 2001 From: Art Rand Date: Tue, 2 Jul 2024 22:15:09 +0000 Subject: [PATCH] [docs] gh223, part 2 --- book/src/intro_dmr.md | 60 +++++++++++++++++++++---------------------- docs/intro_dmr.html | 16 ++++++------ docs/print.html | 16 ++++++------ docs/searchindex.js | 2 +- docs/searchindex.json | 2 +- 5 files changed, 48 insertions(+), 48 deletions(-) diff --git a/book/src/intro_dmr.md b/book/src/intro_dmr.md index a9a5d9b..aa017d2 100644 --- a/book/src/intro_dmr.md +++ b/book/src/intro_dmr.md @@ -172,21 +172,21 @@ If your bedMethyl has records with custom modification codes or codes that aren' The output from `modkit dmr pair` (and for each pairwise comparison with `modkit dmr multi`) is (roughly) a BED file with the following schema: -| column | name | description | type | -|--------|-------------------------------------|-------------------------------------------------------------------------------------------|-------| -| 1 | chrom | name of reference sequence from bedMethyl input samples | str | -| 2 | start position | 0-based start position, from `--regions` argument | int | -| 3 | end position | 0-based exclusive end position, from `--regions` argument | int | -| 4 | name | `name` column from `--regions` BED, or `chr:start-stop` if absent | str | -| 5 | score | difference score, more positive values have increased difference | float | -| 6 | samplea counts | counts of each base modification in the region, comma-separated, for sample A | str | -| 7 | samplea total | total number of base modification calls in the region, including unmodified, for sample A | str | -| 8 | sampleb counts | counts of each base modification in the region, comma-separated, for sample B | str | -| 9 | sampleb total | total number of base modification calls in the region, including unmodified, for sample B | str | -| 10 | samplea fractions | fraction of calls for each base modification in the region, comma-separated, for sample A | str | -| 11 | sampleb fractions | fraction of calls for each base modification in the region, comma-separated, for sample B | str | -| 12 | samplea percent modified | percent modification (of any kind) in sample A | float | -| 13 | sampleb percent modified | percent modification (of any kind) in sample B | float | +| column | name | description | type | +|--------|--------------------------------------|-------------------------------------------------------------------------------------------|-------| +| 1 | chrom | name of reference sequence from bedMethyl input samples | str | +| 2 | start position | 0-based start position, from `--regions` argument | int | +| 3 | end position | 0-based exclusive end position, from `--regions` argument | int | +| 4 | name | `name` column from `--regions` BED, or `chr:start-stop` if absent | str | +| 5 | score | difference score, more positive values have increased difference | float | +| 6 | samplea counts | counts of each base modification in the region, comma-separated, for sample A | str | +| 7 | samplea total | total number of base modification calls in the region, including unmodified, for sample A | str | +| 8 | sampleb counts | counts of each base modification in the region, comma-separated, for sample B | str | +| 9 | sampleb total | total number of base modification calls in the region, including unmodified, for sample B | str | +| 10 | samplea percents | percent of calls for each base modification in the region, comma-separated, for sample A | str | +| 11 | sampleb percents | percent of calls for each base modification in the region, comma-separated, for sample B | str | +| 12 | samplea fraction modified | fraction modification (of any kind) in sample A | float | +| 13 | sampleb fraction modified | fraction modification (of any kind) in sample B | float | an example of the output is given below: @@ -270,19 +270,19 @@ To activate "fine-grained" mode, pass the `--fine-grained` flag. The output schema for the segments is: -| column | name | description | type | -|--------|-------------------------------------|-------------------------------------------------------------------------------------------|-------| -| 1 | chrom | name of reference sequence from bedMethyl input samples | str | -| 2 | start position | 0-based start position, from `--regions` argument | int | -| 3 | end position | 0-based exclusive end position, from `--regions` argument | int | -| 4 | state-name | "different" when sites are differentially modified, "same" otherwise | str | -| 5 | score | difference score, more positive values have increased difference | float | -| 6 | N-sites | number of sites (bedmethyl records) in the segment | float | -| 7 | samplea counts | counts of each base modification in the region, comma-separated, for sample A | str | -| 8 | sampleb counts | counts of each base modification in the region, comma-separated, for sample B | str | -| 9 | samplea fractions | fraction of calls for each base modification in the region, comma-separated, for sample A | str | -| 10 | sampleb fractions | fraction of calls for each base modification in the region, comma-separated, for sample B | str | -| 11 | samplea percent modified | percent modification (of any kind) in sample A | float | -| 12 | sampleb percent modified | percent modification (of any kind) in sample B | float | -| 13 | effect size | percent modified in sample A (col 11) minus percent modified in sample B (col 12) | float | +| column | name | description | type | +|--------|--------------------------------------|-------------------------------------------------------------------------------------------|-------| +| 1 | chrom | name of reference sequence from bedMethyl input samples | str | +| 2 | start position | 0-based start position, from `--regions` argument | int | +| 3 | end position | 0-based exclusive end position, from `--regions` argument | int | +| 4 | state-name | "different" when sites are differentially modified, "same" otherwise | str | +| 5 | score | difference score, more positive values have increased difference | float | +| 6 | N-sites | number of sites (bedmethyl records) in the segment | float | +| 7 | samplea counts | counts of each base modification in the region, comma-separated, for sample A | str | +| 8 | sampleb counts | counts of each base modification in the region, comma-separated, for sample B | str | +| 9 | samplea percents | percent of calls for each base modification in the region, comma-separated, for sample A | str | +| 10 | sampleb percents | percent of calls for each base modification in the region, comma-separated, for sample B | str | +| 11 | samplea fraction modified | percent modification (of any kind) in sample A | float | +| 12 | sampleb fraction modified | percent modification (of any kind) in sample B | float | +| 13 | effect size | percent modified in sample A (col 11) minus percent modified in sample B (col 12) | float | diff --git a/docs/intro_dmr.html b/docs/intro_dmr.html index 435aaf4..356fe81 100644 --- a/docs/intro_dmr.html +++ b/docs/intro_dmr.html @@ -330,10 +330,10 @@

Validating ground truth results.

diff --git a/docs/searchindex.js b/docs/searchindex.js index 52e0073..430f169 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["quick_start.html#basic-usage","quick_start.html#modkit-is-a-bioinformatics-tool-for-working-with-modified-bases-from-oxford-nanopore","quick_start.html#installation","quick_start.html#common-use-cases","quick_start.html#notes-and-troubleshooting","intro_bedmethyl.html#constructing-bedmethyl-tables","intro_bedmethyl.html#basic-usage","intro_bedmethyl.html#narrowing-output-to-cpg-dinucleotides","intro_bedmethyl.html#narrowing-output-to-specific-motifs","intro_bedmethyl.html#partitioning-reads-based-on-sam-tag-values","intro_bedmethyl.html#description-of-bedmethyl-output","intro_bedmethyl.html#definitions","intro_bedmethyl.html#bedmethyl-column-descriptions","intro_bedmethyl.html#performance-considerations","intro_adjust.html#updating-and-adjusting-mm-tags","intro_adjust.html#ignoring-a-modification-class","intro_adjust.html#combining-base-modification-probabilities","intro_adjust.html#updating-the-flag--and-","intro_adjust.html#changing-the-base-modification-code","intro_summary.html#summarizing-a-modbam","intro_summary.html#summarize-the-base-modification-calls-in-a-modbam","intro_summary.html#description-of-columns-in-modkit-summary","intro_summary.html#totals-table","intro_summary.html#modification-calls-table","intro_summary.html#passing-a-threshold-directly","intro_motif_bed.html#making-a-motif-bed-file","intro_extract.html#extracting-base-modification-information","intro_extract.html#description-of-output-table","intro_extract.html#tabulating-base-modification--calls--for-each-read-position","intro_extract.html#note-on-implicit-base-modification-calls","intro_extract.html#note-on-non-primary-alignments","intro_extract.html#example-usages","intro_extract.html#extract-a-table-from-an-aligned-and-indexed-bam","intro_extract.html#extract-a-table-from-a-region-of-a-large-modbam","intro_extract.html#extract-only-sites-aligned-to-a-cg-motif","intro_extract.html#extract-only-sites-that-are-at-least-50-bases-from-the-ends-of-the-reads","intro_extract.html#extract-read-level-base-modification-calls","intro_call_mods.html#calling-mods-in-a-modbam","intro_call_mods.html#example-usages","intro_call_mods.html#estimate-the-threshold-on-the-fly-apply-to-modbam-and-clamp-the-modification-calls-to-certainty","intro_call_mods.html#specify-a-filter-threshold-for-your-use-case","intro_call_mods.html#call-mods-with-the-estimated-threshold-and-ignore-modification-calls-within-100-base-pairs-of-the-ends-of-the-reds","intro_edge_filter.html#removing-modification-calls-at-the-ends-of-reads","intro_edge_filter.html#example-usages","intro_edge_filter.html#call-mods-with-the-estimated-threshold-and-ignore-modification-calls-within-100-base-pairs-of-the-ends-of-the-reads","intro_edge_filter.html#perform-pileup-ignoring-base-modification-calls-within-100-base-pairs-of-the-ends-of-the-reads","intro_repair.html#repair-mmml-tags-on-trimmed-reads","intro_pileup_hemi.html#make-hemi-methylation-bedmethyl-tables-with-pileup-hemi","intro_pileup_hemi.html#description-of-hemi-methylation-patterns","intro_pileup_hemi.html#definitions","intro_pileup_hemi.html#bedmethyl-column-descriptions","intro_pileup_hemi.html#limitations","intro_dmr.html#perform-differential-methylation-scoring","intro_dmr.html#preparing-the-input-data","intro_dmr.html#1-perform-differential-methylation-scoring-of-genomic-regions-for-a-pair-of-samples","intro_dmr.html#2-perform-differential-methylation-detection-on-all-pairs-of-samples-over-regions-from-the-genome","intro_dmr.html#3-detecting-differential-modification-at-single-base-positions","intro_dmr.html#note-about-modification-codes","intro_dmr.html#differential-methylation-output-format","intro_dmr.html#segmenting-on-differential-methylation","intro_validate.html#validating-ground-truth-results","intro_validate.html#validating-from-modbam-reads-and-bed-reference-annotation","intro_validate.html#bed-ground-truth-annotation-file","intro_validate.html#output-file","intro_find_motifs.html#find-highly-modified-motif-sequences","intro_find_motifs.html#output-format","intro_find_motifs.html#machine-readable-table","intro_find_motifs.html#human-readable-table","intro_find_motifs.html#specifying-known-motifs","intro_find_motifs.html#machine-readable-table-1","intro_find_motifs.html#human-readable-table-1","intro_find_motifs.html#simple-description-of-the-search-algorithm","intro_find_motifs.html#tuning-parameters-and---skip-search","intro_entropy.html#calculating-methylation-entropy","intro_entropy.html#calculate-entropy-in-windows-across-the-genome","intro_entropy.html#output-schema","intro_entropy.html#calculating-entropy-in-bed-specified-regions","intro_entropy.html#specifying-motifs-or-primary-sequence-bases","intro_entropy.html#calculation-of-methylation-entropy","intro_include_bed.html#narrow-output-to-specific-positions","advanced_usage.html#modkit-subcommand-documentation","advanced_usage.html#pileup","advanced_usage.html#adjust-mods","advanced_usage.html#update-tags","advanced_usage.html#sample-probs","advanced_usage.html#summary","advanced_usage.html#motif-bed","advanced_usage.html#call-mods","advanced_usage.html#extract","advanced_usage.html#repair","advanced_usage.html#validate","advanced_usage.html#pileup-hemi","advanced_usage.html#find-motifs","advanced_usage.html#entropy","advanced_usage.html#dmr-pair","advanced_usage.html#dmr-multi","troubleshooting.html#troubleshooting","troubleshooting.html#missing-secondary-and-supplementary-alignments-in-output","troubleshooting.html#no-rows-in-modkit-pileup-output","troubleshooting.html#not-sampling-enough-reads-to-estimate-threshold","troubleshooting.html#cg-positions-are-missing-from-output-bedmethyl","limitations.html#current-limitations","perf_considerations.html#performance-considerations","perf_considerations.html#sharding-a-large-modbam-by-region","perf_considerations.html#setting-the---interval-size-and---chunk-size-pileup","perf_considerations.html#memory-usage-in-modkit-extract","perf_considerations.html#parallelism-in-find-motifs-and-when-to---skip-search","algo_details.html#algorithm-details","filtering.html#partitioning-pass-and-fail-base-modification-calls","filtering.html#further-details","filtering_details.html#examples-of-how-thresholds-affect-base-modification-calls","filtering_details.html#two-way-base-modification-calls","filtering_details.html#three-way-base-modification-calls","filtering_details.html#three-way-base-modification-calls-with-modification-specific-thresholds","filtering_numeric_details.html#filtering-base-modification-calls","filtering_numeric_details.html#a-note-on-the-probability-of-modification--mm-flag","dmr_scoring_details.html#dmr-model-and-scoring-details","dmr_scoring_details.html#likelihood-ratio-scoring-details","dmr_scoring_details.html#map-based-p-value","dmr_scoring_details.html#dmr-segmentation-hidden-markov-model","dmr_scoring_details.html#transition-parameters","dmr_scoring_details.html#emission-parameters","collapse.html#removing-modification-calls-from-bams","collapse.html#removing-dna-base-modification-probabilities","collapse.html#combining-multiple-base-modifications-into-a-single-count","collapse.html#combine---combine"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":5,"title":2},"1":{"body":1,"breadcrumbs":11,"title":8},"10":{"body":13,"breadcrumbs":9,"title":3},"100":{"body":19,"breadcrumbs":6,"title":5},"101":{"body":133,"breadcrumbs":4,"title":2},"102":{"body":0,"breadcrumbs":4,"title":2},"103":{"body":29,"breadcrumbs":6,"title":4},"104":{"body":80,"breadcrumbs":8,"title":6},"105":{"body":56,"breadcrumbs":6,"title":4},"106":{"body":83,"breadcrumbs":7,"title":5},"107":{"body":23,"breadcrumbs":4,"title":2},"108":{"body":100,"breadcrumbs":12,"title":6},"109":{"body":11,"breadcrumbs":8,"title":2},"11":{"body":157,"breadcrumbs":7,"title":1},"110":{"body":21,"breadcrumbs":14,"title":6},"111":{"body":33,"breadcrumbs":13,"title":5},"112":{"body":37,"breadcrumbs":13,"title":5},"113":{"body":83,"breadcrumbs":16,"title":8},"114":{"body":109,"breadcrumbs":12,"title":4},"115":{"body":53,"breadcrumbs":13,"title":5},"116":{"body":0,"breadcrumbs":10,"title":4},"117":{"body":165,"breadcrumbs":10,"title":4},"118":{"body":338,"breadcrumbs":10,"title":4},"119":{"body":55,"breadcrumbs":11,"title":5},"12":{"body":133,"breadcrumbs":9,"title":3},"120":{"body":208,"breadcrumbs":8,"title":2},"121":{"body":37,"breadcrumbs":8,"title":2},"122":{"body":57,"breadcrumbs":9,"title":4},"123":{"body":84,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":11,"title":6},"125":{"body":48,"breadcrumbs":7,"title":2},"13":{"body":27,"breadcrumbs":8,"title":2},"14":{"body":33,"breadcrumbs":11,"title":4},"15":{"body":44,"breadcrumbs":10,"title":3},"16":{"body":59,"breadcrumbs":11,"title":4},"17":{"body":40,"breadcrumbs":9,"title":2},"18":{"body":25,"breadcrumbs":11,"title":4},"19":{"body":25,"breadcrumbs":7,"title":2},"2":{"body":28,"breadcrumbs":4,"title":1},"20":{"body":70,"breadcrumbs":10,"title":5},"21":{"body":0,"breadcrumbs":9,"title":4},"22":{"body":46,"breadcrumbs":7,"title":2},"23":{"body":104,"breadcrumbs":8,"title":3},"24":{"body":73,"breadcrumbs":8,"title":3},"25":{"body":47,"breadcrumbs":11,"title":4},"26":{"body":102,"breadcrumbs":11,"title":4},"27":{"body":169,"breadcrumbs":10,"title":3},"28":{"body":241,"breadcrumbs":14,"title":7},"29":{"body":51,"breadcrumbs":12,"title":5},"3":{"body":64,"breadcrumbs":6,"title":3},"30":{"body":62,"breadcrumbs":11,"title":4},"31":{"body":0,"breadcrumbs":9,"title":2},"32":{"body":13,"breadcrumbs":12,"title":5},"33":{"body":17,"breadcrumbs":12,"title":5},"34":{"body":16,"breadcrumbs":12,"title":5},"35":{"body":7,"breadcrumbs":13,"title":6},"36":{"body":55,"breadcrumbs":13,"title":6},"37":{"body":101,"breadcrumbs":9,"title":3},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":5,"breadcrumbs":15,"title":9},"4":{"body":7,"breadcrumbs":5,"title":2},"40":{"body":14,"breadcrumbs":11,"title":5},"41":{"body":8,"breadcrumbs":19,"title":13},"42":{"body":127,"breadcrumbs":13,"title":5},"43":{"body":0,"breadcrumbs":10,"title":2},"44":{"body":8,"breadcrumbs":21,"title":13},"45":{"body":26,"breadcrumbs":20,"title":12},"46":{"body":163,"breadcrumbs":13,"title":5},"47":{"body":179,"breadcrumbs":15,"title":7},"48":{"body":82,"breadcrumbs":12,"title":4},"49":{"body":120,"breadcrumbs":9,"title":1},"5":{"body":63,"breadcrumbs":9,"title":3},"50":{"body":129,"breadcrumbs":11,"title":3},"51":{"body":19,"breadcrumbs":9,"title":1},"52":{"body":78,"breadcrumbs":11,"title":4},"53":{"body":69,"breadcrumbs":10,"title":3},"54":{"body":221,"breadcrumbs":16,"title":9},"55":{"body":94,"breadcrumbs":17,"title":10},"56":{"body":125,"breadcrumbs":14,"title":7},"57":{"body":104,"breadcrumbs":10,"title":3},"58":{"body":470,"breadcrumbs":11,"title":4},"59":{"body":235,"breadcrumbs":10,"title":3},"6":{"body":52,"breadcrumbs":8,"title":2},"60":{"body":22,"breadcrumbs":11,"title":4},"61":{"body":200,"breadcrumbs":13,"title":6},"62":{"body":97,"breadcrumbs":12,"title":5},"63":{"body":30,"breadcrumbs":9,"title":2},"64":{"body":64,"breadcrumbs":13,"title":5},"65":{"body":24,"breadcrumbs":10,"title":2},"66":{"body":74,"breadcrumbs":11,"title":3},"67":{"body":58,"breadcrumbs":11,"title":3},"68":{"body":67,"breadcrumbs":11,"title":3},"69":{"body":96,"breadcrumbs":11,"title":3},"7":{"body":123,"breadcrumbs":10,"title":4},"70":{"body":80,"breadcrumbs":11,"title":3},"71":{"body":263,"breadcrumbs":12,"title":4},"72":{"body":67,"breadcrumbs":12,"title":4},"73":{"body":104,"breadcrumbs":9,"title":3},"74":{"body":19,"breadcrumbs":10,"title":4},"75":{"body":30,"breadcrumbs":8,"title":2},"76":{"body":54,"breadcrumbs":11,"title":5},"77":{"body":69,"breadcrumbs":11,"title":5},"78":{"body":118,"breadcrumbs":9,"title":3},"79":{"body":45,"breadcrumbs":11,"title":4},"8":{"body":147,"breadcrumbs":10,"title":4},"80":{"body":327,"breadcrumbs":6,"title":3},"81":{"body":950,"breadcrumbs":4,"title":1},"82":{"body":227,"breadcrumbs":5,"title":2},"83":{"body":146,"breadcrumbs":5,"title":2},"84":{"body":406,"breadcrumbs":5,"title":2},"85":{"body":502,"breadcrumbs":4,"title":1},"86":{"body":51,"breadcrumbs":5,"title":2},"87":{"body":480,"breadcrumbs":5,"title":2},"88":{"body":851,"breadcrumbs":4,"title":1},"89":{"body":125,"breadcrumbs":4,"title":1},"9":{"body":110,"breadcrumbs":12,"title":6},"90":{"body":327,"breadcrumbs":4,"title":1},"91":{"body":807,"breadcrumbs":5,"title":2},"92":{"body":314,"breadcrumbs":5,"title":2},"93":{"body":421,"breadcrumbs":4,"title":1},"94":{"body":608,"breadcrumbs":5,"title":2},"95":{"body":340,"breadcrumbs":5,"title":2},"96":{"body":18,"breadcrumbs":2,"title":1},"97":{"body":103,"breadcrumbs":6,"title":5},"98":{"body":70,"breadcrumbs":5,"title":4},"99":{"body":91,"breadcrumbs":6,"title":5}},"docs":{"0":{"body":"","breadcrumbs":"Quick Start guides » Basic Usage","id":"0","title":"Basic Usage"},"1":{"body":"ONT_logo","breadcrumbs":"Quick Start guides » modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore.","id":"1","title":"modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore."},"10":{"body":"Below is a description of the bedMethyl columns generated by modkit pileup. A brief description of the bedMethyl specification can be found on Encode .","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Description of bedMethyl output.","id":"10","title":"Description of bedMethyl output."},"100":{"body":"When running with --preset traditional or --cpg the resultant bedMethyl file will only contains CG positions. However, it will not include positions for which the pass coverage is zero (see the column descriptions ). This is to be expected.","breadcrumbs":"Troubleshooting » CG positions are missing from output bedMethyl.","id":"100","title":"CG positions are missing from output bedMethyl."},"101":{"body":"Known limitations and forecasts for when they will be removed. Ambiguous DNA bases in ML tags are not supported (for example N+m?). This limitation will be removed in version 0.2.z During modkit pileup, it is assumed that each read should only have one primary alignment. If a read name is detected more than once, the occurrence is logged but both alignments will be used. This limitation may be removed in the future with a form of dynamic de-duplication. Only one MM-flag (., ?) per-canonical base is supported within a read. This limitation may be removed in the future. The MAP-based p-value metric ( details ) performs a test that there is a difference in modification (of any kind) between two conditions. If a position has multiple base modification calls (such as 5hmC and 5mC) the calls are summed together into a single \"modified\" count. If a position differs only in the modification type (such as one condition has more 5hmC and the other has more 5mC) this effect will not be captured in the MAP-based p-value. The likelihood ratio test does capture changes in modification type. The MAP-based p-value is not available when performing DMR on regions. This is because there is potentially large variability in the number of modified bases and coverage over regions. This variability translates into varying degrees of statistical power and makes comparisons difficult to interpret.","breadcrumbs":"Current limitations » Current limitations","id":"101","title":"Current limitations"},"102":{"body":"","breadcrumbs":"Performance considerations » Performance considerations","id":"102","title":"Performance considerations"},"103":{"body":"The --region option in pileup, summary, and sample-probs can be used to operate on a subset of records in a large BAM. If you're working in a distributed environment, the genome could be sharded into large sections which are specified to modkit in concurrent processes and merged afterward in a \"map-reduce\" pattern.","breadcrumbs":"Performance considerations » Sharding a large modBAM by region.","id":"103","title":"Sharding a large modBAM by region."},"104":{"body":"Whenever operating on a sorted, indexed BAM, modkit will operate in parallel on disjoint spans of the genome. The length of these spans (i.e. intervals) can be determined by the --interval-size or the --sampling-interval-size (for the sampling algorithm only). The defaults for these parameters works well for genomes such as the human genome. For smaller genomes with high coverage, you may decide to decrease the interval size in order to take advantage of parallelism. The pileup subcommand also has a --chunk-size option that will limit the total number of intervals computed on in parallel. By default, modkit will set this parameter to be 50% larger than the number of threads. In general, this is a good setting for balancing parallelism and memory usage. Increasing the --chunk-size can increase parallelism (and decrease run time) but will consume more memory.","breadcrumbs":"Performance considerations » Setting the --interval-size and --chunk-size (pileup).","id":"104","title":"Setting the --interval-size and --chunk-size (pileup)."},"105":{"body":"Transforming reads into a table with modkit extract can produce large files (especially with long reads). Before the data can be written to disk, however, it is enqueued in memory and can potentially create a large memory burden. There are a few ways to decrease the amount of memory modkit extract will use in these cases: Lower the --queue-size, this decreased the number of batches that will be held in flight. Use --ignore-index this will force modkit extract to run a serial scan of the mod-BAM. Decrease the --interval-size, this will decrease the size of the batches.","breadcrumbs":"Performance considerations » Memory usage in modkit extract.","id":"105","title":"Memory usage in modkit extract."},"106":{"body":"The search algorithm takes advantage of parallelism at nearly every step and therefore hugely benefits from running with as many threads as possible (specified with --threads). This horizontal scalability is most easily seen in the secondary search step where (by default) 129536 individual \"seed sequences\" are evaluated for potential refinement. If you find that this search is taking a very long time (indicated by the progress bar message \" seeds searched\") you may consider one of the following: Increase the --exhaustive-seed-min-log-odds parameter, this will decrease the number of seeds passed on to the refinement step (which is more computationally expensive). Decrease the --exhaustive-seed-len to 2 or decrease the --context-size, this will exponentially decrease the number of seeds to be searched. You may also decide to run --skip-search first and inspect the results.","breadcrumbs":"Performance considerations » Parallelism in find-motifs and when to --skip-search","id":"106","title":"Parallelism in find-motifs and when to --skip-search"},"107":{"body":"Filtering low confidence base modification calls Removing and combining modified base types Ignoreing and combining base modification calls Differential methylation scoring and differential modification p-values","breadcrumbs":"Algorithm details » Algorithm details","id":"107","title":"Algorithm details"},"108":{"body":"Base modification calls can be removed if they are low confidence based on the predicted modification probabilities. In general, modkit will estimate a pass confidence threshold value based on the input data. Threshold values for modifications on a primary sequence base can be specified on the command line with the --filter-threshold option. For example to set a threshold for cytosine modifications at 0.8 and adenine modifications at 0.9 provide --filter-threshold C:0.8 --filter-threshold A:0.9. Pass threshold values per base modification can also be specified. For example, to specify a threshold for canonical adenine at 0.8 and 6mA at 0.9 use --filter-threshold A:0.8 --mod-thresholds a:0.9. Or to specify a threshold of 0.8 for 5mC, 0.9 for 5hmC, and 0.85 for canonical cytosine: --filter-threshold C:0.85 --mod-thresholds m:0.8 --mod-thresholds h:0.9 Keep in mind that the --mod-threshold option will treat A, C, G, and T and \"any-mod\" as per the specification .","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Partitioning pass and fail base modification calls.","id":"108","title":"Partitioning pass and fail base modification calls."},"109":{"body":"Examples of how thresholds affect base modification calls. Numerical details of how thresholds are calculated on the fly.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Further details","id":"109","title":"Further details"},"11":{"body":"Nmod - Number of calls passing filters that were classified as a residue with a specified base modification. Ncanonical - Number of calls passing filters were classified as the canonical base rather than modified. The exact base must be inferred by the modification code. For example, if the modification code is m (5mC) then the canonical base is cytosine. If the modification code is a, the canonical base is adenine. Nother mod - Number of calls passing filters that were classified as modified, but where the modification is different from the listed base (and the corresponding canonical base is equal). For example, for a given cytosine there may be 3 reads with h calls, 1 with a canonical call, and 2 with m calls. In the bedMethyl row for h Nother_mod would be 2. In the m row Nother_mod would be 3. Nvalid_cov - the valid coverage. Nvalid_cov = Nmod + Nother_mod + Ncanonical, also used as the score in the bedMethyl Ndiff - Number of reads with a base other than the canonical base for this modification. For example, in a row for h the canonical base is cytosine, if there are 2 reads with C->A substitutions, Ndiff will be 2. Ndelete - Number of reads with a deletion at this reference position Nfail - Number of calls where the probability of the call was below the threshold. The threshold can be set on the command line or computed from the data (usually failing the lowest 10th percentile of calls). Nnocall - Number of reads aligned to this reference position, with the correct canonical base, but without a base modification call. This can happen, for example, if the model requires a CpG dinucleotide and the read has a CG->CH substitution such that no modification call was produced by the basecaller.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Definitions:","id":"11","title":"Definitions:"},"110":{"body":"The following examples are meant to demonstrate how individual base modification calls will be made during pileup or call-mods. Important to remember that the probability of the modification needs to be >= the pass threshold value.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Examples of how thresholds affect base modification calls","id":"110","title":"Examples of how thresholds affect base modification calls"},"111":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nthreshold for all cytosine base modifications: threshold_C {p_C: 0.25, p_m: 0.75}, threshold_C: 0.7 => call: 5mC (m), most likely.\n{p_C: 0.25, p_m: 0.75}, threshold_C: 0.8 => call: Fail, both probabilities are below threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Two-way base modification calls","id":"111","title":"Two-way base modification calls"},"112":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nprobability of 5hmC: p_h\nthreshold for all cytosine base modifications: threshold_C {p_C: 0.05, p_m: 0.7, p_h: 0.25}, threshold_C: 0.7 => call: 5mC (m), most likely.\n{p_C: 0.15, p_m: 0.6, p_h: 0.25}, threshold_C: 0.7 => Fail, all below threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Three-way base modification calls","id":"112","title":"Three-way base modification calls"},"113":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nprobability of 5hmC: p_h\nthreshold for all canonical cytosine: mod_threshold_C threshold for all 5mC: mod_threshold_m threshold for all 5hmC: mod_threshold_h command line: --filter-threshold C:0.7 --mod-threshold m:0.8 --mod-threshold h:0.9 filter_threshold C: 0.7\nmod_threshold_m: 0.8\nmod_threshold_h: 0.9\n{p_C: 0.05, p_m: 0.85, p_h: 0.1} => call: 5mC (m) most likely filter_threshold C: 0.7\nmod_threshold_m: 0.8\nmod_threshold_h: 0.9\n{p_C: 0.75, p_m: 0.05, p_h: 0.2} => call: C (canonical) most likely\n{p_C: 0.05, p_m: 0.75, p_h: 0.2} => Fail, all below respective thresholds\n{p_C: 0.1, p_m: 0.05, p_h: 0.85} => Fail, all below respective thresholds","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Three-way base modification calls with modification-specific thresholds","id":"113","title":"Three-way base modification calls with modification-specific thresholds"},"114":{"body":"Modified base calls are qualitied with a probability that is contained in the ML tag (see the specification ). We calculate the confidence that the model has in the base modification prediction as \\(\\mathcal{q} = argmax(\\textbf{P})\\) where \\(\\textbf{P}\\) is the vector of probabilities for each modification. For example, given a model that can classify canonical cytosine, 5mC, and 5hmC, \\(\\textbf{P}\\) is \\([P_{C}, P_m, P_h]\\), and \\(\\mathcal{q}\\) will be \\(\\mathcal{q} = argmax(P_{C}, P_m, P_h)\\), the maximum of the three probabilities. Filtering in modkit is performed by first determining the value of \\(\\mathcal{q}\\) for the lowest n-th percentile of calls (10th percentile by default). The threshold value is typically an estimate because the base modification probabilities are sampled from a subset of the reads. All calls can be used to calculate the exact value, but in practice the approximation gives the same value. Base modification calls with a confidence value less than this number will not be counted. Determination of the threshold value can be performed on the fly (by sampling) or the threshold value can be specified on the command line with the --filter_threshold flag. The sample-probs command can be used to quickly estimate the value of \\(\\mathcal{q}\\) at various percentiles.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Numeric details » Filtering base modification calls.","id":"114","title":"Filtering base modification calls."},"115":{"body":"The . flag (e.g. C+m.) indicates that primary sequence bases without base modification calls can be inferred to be canonical ( SAM tags ). Some base modification callers, for example dorado have a default threshold, below which a base modification probability will be omitted (meaning it will be inferred to be a canonical/unmodified base). In general, omitting the base modification probabilities when they are very confidently canonical will not change the results from modkit. However, since the base modification probabilities are effectively changed to 100% canonical, can affect the estimation of the pass threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Numeric details » A note on the \"probability of modification\" (.) MM flag.","id":"115","title":"A note on the \"probability of modification\" (.) MM flag."},"116":{"body":"","breadcrumbs":"Algorithm details » DMR model and scoring details » DMR model and scoring details","id":"116","title":"DMR model and scoring details"},"117":{"body":"The aim of modkit dmr is to enable exploratory data analysis of methylation patterns. To that aim, the approach to scoring methylation differences is intended to be simple and interpretable. For every region provided, within a sample, we model each potentially methylated base as arising from the same distribution. In other words, we discard the relative ordering of the base modification calls within a region. We then define a model for the frequency of observing each base modification state. In the case of methylated versus unmodified (5mC vs C, or 6mA vs A), we use the binomial distribution and model the probability of methylation \\(p\\) as a beta-distributed random variable: \\[ \\mathbf{X}|p \\sim \\text{Bin}(n, p) \\] \\[ p \\sim \\text{Beta}(\\alpha, \\beta) \\] where \\(n\\) is the number of potentially methylated bases reported on in the region and \\(\\mathbf{X}\\) is the vector of counts (canonical and methylated). In the case where there are more than two states (for example, 5hmC, 5mC, and unmodified C) we use a multinomial distribution and a Dirichlet as the base distribution: \\[ \\mathbf{X}|\\pi \\sim \\text{Mult}(n, \\pi) \\] \\[ \\pi \\sim \\text{Dir}(\\alpha) \\] Let \\(\\theta\\) be the parameters describing the posterior distribution ( \\( \\alpha, \\beta \\) for the binary case, and \\(\\alpha \\) in the general case). The score reported is the result of the following log marginal likelihood ratio : \\[ \\text{score} = \\text{log}(\\frac{l_{\\theta_{a}}( \\mathbf{X_a} ) l_{\\theta_{b}} ( \\mathbf{X_b} )}{l_{\\theta_{a+b}} (\\mathbf{X_{a+b}} )}) \\] Where \\(\\theta_a\\) and \\(\\theta_b\\) are the posterior distributions with the two conditions modeled separately, and \\(\\theta_{a+b}\\) is the posterior when the two conditions are modeled together. The function \\(l_{\\theta}(\\mathbf{X}) \\) is the log marginal likelihood of the counts under the parameters of the model \\(\\theta\\). For all cases, we use Jeffrey's prior as the prior distribution.","breadcrumbs":"Algorithm details » DMR model and scoring details » Likelihood ratio scoring details","id":"117","title":"Likelihood ratio scoring details"},"118":{"body":"This metric models the effect size (i.e. the difference) in base modification (of any kind) between two conditions. For example, if one condition has 8 of 10 reads reporting modification, 80%, and the other condition has 2 of 10, 20%, then the effect size 0.6 or 60%. This metric only captures changes in modified versus unmodified bases, in other words, changes in modification type will not be captured by this metric. See the limitations for details. The DMR module in modkit uses Bernoulli trials (modified/not-modified) and a prior to calculate a posterior distribution over \\(p\\), the true probability that the site is modified. The posterior distribution over \\(p\\) given some observations, \\(X\\), is \\(P(p | X)\\), is a Beta distribution. Where \\(X\\) is the observations (\\(N_{\\text{mod}}\\) and \\(N_{\\text{canonical}}\\)), the number of reads calling a modified base and a canonical base, respectively. \\[ P(p | X) = \\text{Beta}(\\alpha_0 + N_{\\text{mod}}, \\beta_0 + N_{\\text{can}}) \\] Where \\(\\alpha_0\\) and \\(\\beta_0\\) are the parameters for the prior distribution \\(\\text{Beta}(\\alpha_0, \\beta_0)\\). The advantage to this model is that as you collect more coverage, the variance of the posterior gets smaller - you're more confident that the true value of \\(p\\) is near the empirical mean. But when you have low coverage, you keep the uncertainty around. More formally, let \\(\\textbf{X}\\) be a Beta-distributed random variable representing the posterior distribution over \\(p\\) for the first condition and \\(\\textbf{Y}\\) is the same for the second condition. Finally, let \\(f(x)\\) be the probability density of the difference \\(x\\) in \\(\\textbf{X}\\) and \\(\\textbf{Y}\\). Then the MAP-based p-value, \\(p_{\\text{MAP}}\\), is the posterior odds of the effect size being zero (no difference) versus the maxumum a posteriori (MAP) outcome: \\[ p_{\\text{MAP}} = \\frac{f(0.0)}{f(x_{\\text{MAP}})} \\ \\] \\[ f(x) = PDF_{\\textbf{Z}}(x) \\ \\] \\[ \\textbf{Z} = \\textbf{X} - \\textbf{Y} \\ \\] \\[ \\textbf{X} \\sim \\text{Beta}(\\alpha_1, \\beta_1) \\ \\] \\[ \\textbf{Y} \\sim \\text{Beta}(\\alpha_2, \\beta_2) \\ \\] This metric was proposed by Makowski et al. and can be easily visualized. Consider an example with a true effect size of 0.8 at two coverages, 5 reads and 10 reads. For an effect size of 0.8, the \\(p\\) for the low modification condition and the high modification condition is 0.1 and 0.9, respectively. This corresponds to 4 of 5 reads being called methylated in the low-coverage case, and 9 of 10 reads being called modified in the high-coverage condition. The reciprocal counts are used in both conditions, so 1 of 5 for the low-coverage and 1 of 10 for the high-coverage. Low coverage = 5: 4 of 5 modified versus 1 of 5 modified High coverage = 10: 9 of 10 modified versus 1 of 10 modified Starting with a prior of \\(\\text{Beta}(0.5, 0.5)\\), we can calculate the posterior density for the two conditions: posterior_distributions What we need to calculate is the probability distribution of the difference (the effect size) between the two conditions (high-modification and low-modification). This distribution can be done using a piecewise solution described by Pham-Gia, Turkkan, and Eng in 1993 , the distribution is shown below: beta_diff The MAP-based p-value is the ratio of the circles over the triangles. The implementation in modkit takes a small short-cut however, and uses the empirical effect size \\(d = \\hat{p}_1 - \\hat{p}_2\\) instead of the maximum a posteriori outcome. \\[ \\text{p-MAP}^{\\prime} = \\frac{f(0.0)}{f(d)} \\ \\] \\[ d = \\hat{p}_1 - \\hat{p}_2 \\ \\] \\[ \\hat{p} = \\frac{ N_{\\text{mod}} }{ N_{\\text{canonical}} } \\ \\]","breadcrumbs":"Algorithm details » DMR model and scoring details » MAP-based p-value","id":"118","title":"MAP-based p-value"},"119":{"body":"When performing \"single-site\" analysis with modkit dmr pair (by omitting the --regions option) you can optionally run the \"segmentation\" model at the same time by passing the --segment option with a filepath to write the segments to. The model is a simple 2-state hidden Markov model, shown below, where the two hidden states, \"Different\" and \"Same\" indicate that the position is either differentially methylated or not. hmm The model is run over the intersection of the modified positions in a [pileup](https://nanoporetech.github.io/modkit/intro_bedmethyl.html#description-of-bedmethyl-output) for which there is enough coverage, from one or more samples.","breadcrumbs":"Algorithm details » DMR model and scoring details » DMR segmentation hidden Markov model","id":"119","title":"DMR segmentation hidden Markov model"},"12":{"body":"column name description type 1 chrom name of reference sequence from BAM header str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 modified base code and motif single letter code for modified base and motif when more than one motif is used str 5 score equal to Nvalid_cov int 6 strand '+' for positive strand '-' for negative strand, '.' when strands are combined str 7 start position included for compatibility int 8 end position included for compatibility int 9 color included for compatibility, always 255,0,0 str 10 Nvalid_cov see definitions above. int 11 percent modified (Nmod / Nvalid_cov) * 100 float 12 Nmod see definitions above int 13 Ncanonical see definitions above int 14 Nother_mod see definitions above int 15 Ndelete see definitions above int 16 Nfail see definitions above int 17 Ndiff see definitions above int 18 Nnocall see definitions above int","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » bedMethyl column descriptions.","id":"12","title":"bedMethyl column descriptions."},"120":{"body":"There are two transition probability parameters, \\(p\\) and \\(d\\). The \\(p\\) parameter is the probability of transitioning to the \"Different\" state, and can be roughly though of as the probability of a given site being differentially modified without any information about the site. The \\(d\\) parameter is the maximum probability of remaining in the \"Different\" state, it is a maximum because the value of \\(d\\) will change dynamically depending on the proximity of the next modified site. The model proposes that modified bases in close proximity will share modification characteristics. Specifically, when a site is differentially modified the probability of the next site also being differentially modified depends on how close the next site happens to be. For example, if a CpG dinucleotide is differentially modified and is immediately followed by another CpG (sequence is CGCG) we have the maximum expectation that the following site is also differentially modified. However, as the next site becomes farther away (say the next site is one thousand base pairs away, CG[N x 1000]CG) these sites are not likely correlated and the probability of the next site being differentially modified decreases towards \\(p\\). The chart below shows how the probability of staying in the \"Different\" state, \\(d\\), decreases as the distance to the next modified base increases. hmm In this case, the maximum value of \\(d\\) is 0.9, \\(p\\) is 0.1, and the decay_distance is 500 base pairs (these also happen to be the defaults). This can be seen as the maximum value of both curves is 0.9, and the minimum value, reached at 500 base pairs, is 0.1. These parameters can be set with the --diff-stay, --dmr-prior, and --decay-distance, parameters, respectively. The two curves represent two different ways of interpolating the decay between the minimum (1) and the decay_distance, linear and logistic. The --log-transition-decay flag will use the orange curve whereas the default is to use the blue curve. In general, these settings don't need to be adjusted. However, if you want very fine-grained segmentation, use the --fine-grained option which will produce smaller regions but also decrease the rate at which sites are classified as \"Different\" when they are in fact not different.","breadcrumbs":"Algorithm details » DMR model and scoring details » Transition parameters","id":"120","title":"Transition parameters"},"121":{"body":"The emissions of the model are derived from the likelihood ratio score . One advantage to using this score is that differences in methylation type (i.e. changes from 5hmC to 5mC) will be modeled and detected. The score is transformed into a probability by \\( p = e^{\\text{-score}} \\). The full description of the emission probabilities for the two states is: \\[ p_{\\text{Same}} = e^{\\text{-score}} \\] \\[ p_{\\text{Different}} = 1 - p_{\\text{same}} \\]","breadcrumbs":"Algorithm details » DMR model and scoring details » Emission parameters","id":"121","title":"Emission parameters"},"122":{"body":"There may be multiple possible base modifications to a specific canonical base. For example, cytosine has at least four known modified variants. As technologies are increasingly able to detect these chemical moieties, not all downstream tools may be capable of accepting them, or you may want to convert your data to make it comparable to other data with less specific resolution. To address this issue, modkit implements a method for removing one or more DNA base modification call from a BAM as well as a command line flag to simply combine all modification calls when performing a pileup to generate a bedMethyl file.","breadcrumbs":"Algorithm details » Ignoring and combining calls » Removing modification calls from BAMs.","id":"122","title":"Removing modification calls from BAMs."},"123":{"body":"BAM records containing probabilities for multiple base modifications at each residue can be transformed to ignore one (or more) of the predicted base modifications. For example, if a BAM file contains 5hmC and 5mC probabilities, the total probability is necessarily distributed over 5mC, \\(p_m\\), 5hmC, \\(p_h\\), and canonical C, \\(p_{C}\\). modkit implements a method, described below, for reducing the dimensionality of the probability distribution by one or more of the predicted base modification classes. Take for example a 3-way modification call for C, 5mC, and 5hmC, the probabilities of each being \\(p_{C}\\), \\(p_{m}\\), \\(p_{h}\\), respectively. To remove the 5hmC probability, \\(p_{h}\\) is distributed evenly across the other two options. In this example, the updates are \\( p_C \\leftarrow p_C + (\\frac{p_h}{2}) \\) and \\( p_m \\leftarrow p_m + (\\frac{p_h}{2}) \\).","breadcrumbs":"Algorithm details » Ignoring and combining calls » Removing DNA base modification probabilities.","id":"123","title":"Removing DNA base modification probabilities."},"124":{"body":"","breadcrumbs":"Algorithm details » Ignoring and combining calls » Combining multiple base modifications into a single count.","id":"124","title":"Combining multiple base modifications into a single count."},"125":{"body":"In modkit the combine method can be used to produce binary modified/unmodified counts. Continuing with the above example, the counts for number of modified reads, N_mod, becomes the number of reads with 5hmC calls plus the number of reads with 5mC calls. N_other_mod will always be 0. The raw_mod_code will be reported as the ambiguous mod code for the canonical base. See https://samtools.github.io/hts-specs/SAMtags.pdf for details on base modification codes and schema.yaml in this project for details on the notation for counts.","breadcrumbs":"Algorithm details » Ignoring and combining calls » Combine: --combine","id":"125","title":"Combine: --combine"},"13":{"body":"The --interval-size, --threads, --chunk-size, and --max-depth parameters can be used to tweak the parallelism and memory consumption of modkit pileup. The defaults should be suitable for most use cases, for more details see the advanced usage and performance considerations sections.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Performance considerations","id":"13","title":"Performance considerations"},"14":{"body":"The adjust-mods subcommand can be used to manipulate MM (and corresponding ML) tags in a modBam. In general, these simple commands are run prior to pileup, visualization, or other analysis. For adjust-mods and update-tags, if a correct MN tag is found, secondary and supplementary alignments will be output. See troubleshooting for details.","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Updating and Adjusting MM tags.","id":"14","title":"Updating and Adjusting MM tags."},"15":{"body":"To remove a base modification class from a modBAM and produce a new modBAM, use the --ignore option for adjust-mods. modkit adjust-mods input.bam output.adjust.bam --ignore For example the command below will remove 5hmC calls, leaving just 5mC calls. modkit adjust-mods input.bam output.adjust.bam --ignore h For technical details on the transformation see Removing modification calls from BAMs .","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Ignoring a modification class.","id":"15","title":"Ignoring a modification class."},"16":{"body":"Combining base modification probabilities may be desirable for downstream analysis or visualization. Unlike --ignore which removes the probability of a class, --convert will sum the probability of one class with another if the second class already exists. For example, the command below will convert probabilities associated with h probability into m probability. If m already exists, the probabilities will be summed. As described in changing the modification code , if the second base modification code doesn't exist, the probabilities are left unchanged. modkit adjust-mods input.bam output.convert.bam --convert h m","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Combining base modification probabilities.","id":"16","title":"Combining base modification probabilities."},"17":{"body":"The specification (Section 1.7) allows for omission of the MM flag, however this may not be the intent of missing base modification probabilities for some models. The command below will add or change the ? flag to a modBAM. modkit adjust-mods input.bam output.bam --mode ambiguous Another option is to set the flag to ., the \"implicitly canonical\" mode: modkit adjust-mods input.bam output.bam --mode implicit","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Updating the flag (? and .).","id":"17","title":"Updating the flag (? and .)."},"18":{"body":"Some functions in modkit or other tools may require the mod-codes in the MM tag be in the specification . For example, the following command will change C+Z, tags to C+m, tags. modkit adjust-mods input.bam output.bam --convert Z m","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Changing the base modification code.","id":"18","title":"Changing the base modification code."},"19":{"body":"The modkit summary sub-command is intended for collecting read-level statistics on either a sample of reads, a region, or an entire modBam. It is important to note that the default behavior of modkit summary is to take a sample of the reads to get a quick estimate.","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Summarizing a modBAM.","id":"19","title":"Summarizing a modBAM."},"2":{"body":"Pre-compiled binaries are provided for Linux from the release page . We recommend the use of these in most circumstances. As a rust-based project, modkit can also be installed with cargo . git clone https://github.com/nanoporetech/modkit.git\ncd modkit\ncargo install --path .\n# or\ncargo install --git https://github.com/nanoporetech/modkit.git","breadcrumbs":"Quick Start guides » Installation","id":"2","title":"Installation"},"20":{"body":"modkit summary input.bam will output a table similar to this > parsing region chr20 # only present if --region option is provided\n> sampling 10042 reads from BAM # modulated with --num-reads\n> calculating threshold at 10% percentile # modulated with --filter-percentile\n> calculated thresholds: C: 0.7167969 # calculated per-canonical base, on the fly\n# bases C\n# total_reads_used 9989\n# count_reads_C 9989\n# pass_threshold_C 0.7167969\n# region chr20:0-64444167 base code pass_count pass_frac all_count all_frac C m 1192533 0.58716166 1305956 0.5790408 C h 119937 0.0590528 195335 0.086608544 C - 718543 0.3537855 754087 0.33435062","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Summarize the base modification calls in a modBAM.","id":"20","title":"Summarize the base modification calls in a modBAM."},"21":{"body":"","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Description of columns in modkit summary:","id":"21","title":"Description of columns in modkit summary:"},"22":{"body":"The lines of the totals table are prefixed with a # character. row name description type 1 bases comma-separated list of canonical bases with modification calls. str 2 total_reads_used total number of reads from which base modification calls were extracted int 3+ count_reads_{base} total number of reads that contained base modifications for {base} int 4+ filter_threshold_{base} filter threshold used for {base} float","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Totals table","id":"22","title":"Totals table"},"23":{"body":"The modification calls table follows immediately after the totals table. column name description type 1 base canonical base with modification call char 2 code base modification code, or - for canonical char 3 pass_count total number of passing (confidence >= threshold) calls for the modification in column 2 int 4 pass_frac fraction of passing (>= threshold) calls for the modification in column 2 float 5 all_count total number of calls for the modification code in column 2 int 6 all_frac fraction of all calls for the modification in column 2 float For more details on thresholds see filtering base modification calls . By default modkit summary will only use ten thousand reads when generating the summary (or fewer if the modBAM has fewer than that). To use all of the reads in the modBAM set the --no-sampling flag. modkit summary input.bam --no-sampling There are --no-filtering, --filter-percentile, and --filter-threshold options that can be used with or without sampling.","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Modification calls table","id":"23","title":"Modification calls table"},"24":{"body":"To estimate the pass thresholds on a subset of reads, but then summarize all of the reads, there is a two-step process. First, determine the thresholds with modkit sample-probs (see usage for more details). Then run modkit summary with the threshold value specified. modkit sample-probs input.bam [--sampling-frac | --num-reads ] This command will output a table like this: > sampling 10042 reads from BAM base percentile threshold C 10 0.6972656 C 50 0.96484375 C 90 0.9941406 You can then use pass this threshold directly to modkit summary: modkit summary input.bam \\ --filter-threshold 0.6972656 \\ # filter 10% lowest confidence calls --no-sampling","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Passing a threshold directly.","id":"24","title":"Passing a threshold directly."},"25":{"body":"Downstream analysis may require a BED file to select motifs of interest. For example, selecting GATC motifs in E. coli . This command requires a reference sequence in FASTA a motif to find, which can include IUPAC ambiguous bases and a position within the motif. The following command would make a BED file for CG motifs. modkit motif-bed reference.fasta CG 0 1> cg_modifs.bed The output is directed to standard out.","breadcrumbs":"Quick Start guides » Making a motif BED file » Making a motif BED file.","id":"25","title":"Making a motif BED file."},"26":{"body":"The modkit extract sub-command will produce a table containing the base modification probabilities, the read sequence context, and optionally aligned reference information. For extract, if a correct MN tag is found, secondary and supplementary alignments may be output with the --allow-non-primary flag. See troubleshooting for details. The table will by default contain unmapped sections of the read (soft-clipped sections, for example). To only include mapped bases use the --mapped flag. To only include sites of interest, pass a BED-formatted file to the --include-bed option. Similarly, to exclude sites, pass a BED-formatted file to the --exclude option. One caution, the files generated by modkit extract can be large (2-2.5x the size of the BAM). You may want to either use the --num-reads option, the --region option, or pre-filter the modBAM ahead of time. You can also stream the output to stdout by setting the output to - or stdout and filter the columns before writing to disk.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extracting base modification information","id":"26","title":"Extracting base modification information"},"27":{"body":"column name description type 1 read_id name of the read str 2 forward_read_position 0-based position on the forward-oriented read sequence int 3 ref_position aligned 0-based reference sequence position, -1 means unmapped int 4 chrom name of aligned contig, or '.' if the read is Gunmapped str 5 mod_strand strand of the molecule the base modification is on str 6 ref_strand strand of the reference the read is aligned to, or '.' if unmapped str 7 ref_mod_strand strand of the reference with the base modification, or '.' if unmapped str 8 fw_soft_clipped_start number of bases soft clipped from the start of the forward-oriented read int 9 fw_soft_clipped_end number of bases soft clipped from the end of the forward-oriented read int 10 read_length total length of the read int 11 mod_qual probability of the base modification in the next column int 12 mod_code base modification code from the MM tag str 13 base_qual basecall quality score (phred) int 14 ref_kmer reference 5-mer sequence context (center base is aligned base), '.' if unmapped str 15 query_kmer read 5-mer sequence context (center base is aligned base) str 16 canonical_base canonical base from the query sequence, from the MM tag str 17 modified_primary_base primary sequence base with the modification str 18 inferred whether the base modification call is implicit canonical str 19 flag FLAG from alignment record str","breadcrumbs":"Quick Start guides » Extracting read information to a table » Description of output table","id":"27","title":"Description of output table"},"28":{"body":"Passing --read-calls option will generate a table of read-level base modification calls using the same thresholding algorithm employed by modkit pileup. The resultant table has, for each read, one row for each base modification call in that read. If a base is called as modified then call_code will be the code in the MM tag. If the base is called as canonical the call_code will be - (A, C, G, and T are reserved for \"any modification\"). The full schema of the table is below: column name description type 1 read_id name of the read str 2 forward_read_position 0-based position on the forward-oriented read sequence int 3 ref_position aligned 0-based reference sequence position, -1 means unmapped int 4 chrom name of aligned contig, or '.' if unmapped str 5 mod_strand strand of the molecule the base modification is on str 6 ref_strand strand of the reference the read is aligned to, or '.' if unmapped str 7 ref_mod_strand strand of the reference with the base modification, or '.' if unmapped str 8 fw_soft_clipped_start number of bases soft clipped from the start of the forward-oriented read int 9 fw_soft_clipped_end number of bases soft clipped from the end of the forward-oriented read int 10 read_length total length of the read int 11 call_prob probability of the base modification call in the next column int 12 call_code base modification call, - indicates a canonical call str 13 base_qual basecall quality score (phred) int 14 ref_kmer reference 5-mer sequence context (center base is aligned base), '.' if unmapped str 15 query_kmer read 5-mer sequence context (center base is aligned base) str 16 canonical_base canonical base from the query sequence, from the MM tag str 17 modified_primary_base primary sequence base with the modification str 18 fail true if the base modification call fell below the pass threshold str 19 inferred whether the base modification call is implicit canonical str 20 within_alignment when alignment information is present, is this base aligned to the reference str 21 flag FLAG from alignment record str","breadcrumbs":"Quick Start guides » Extracting read information to a table » Tabulating base modification calls for each read position","id":"28","title":"Tabulating base modification calls for each read position"},"29":{"body":"The . MM flag indicates that primary sequence bases without an associated base modification probability should be inferred to be canonical. By default, when this flag is encountered in a modBAM, modkit extract will output rows with the inferred column set to true and a mod_qual value of 0.0 for the base modifications called on that read. For example, if you have a A+a. MM tag, and there are A bases in the read for which there aren't base modification calls (identifiable as non-0s in the MM tag) will be rows where the mod_code is a and the mod_qual is 0.0.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Note on implicit base modification calls.","id":"29","title":"Note on implicit base modification calls."},"3":{"body":"Creating a bedMethyl table with pileup Updating and Adjusting MM tags with adjust-mods and update-tags Summarizing a modBAM with summary Making a motif BED file with motif-bed Extracting per-read base modification data into a table Convert modification probabilities into hard calls Removing base modification calls at the ends of reads Narrow analysis to only specific positions with a BED file Repairing/adding MM/ML tags to reads with clipped sequences Creating hemi-methylation pattern bedMethyl tables with pileup-hemi Performing differential methylation scoring with dmr","breadcrumbs":"Quick Start guides » Common Use Cases","id":"3","title":"Common Use Cases"},"30":{"body":"If a valid MN tag is found, secondary and supplementary alignments can be output in the modkit extract tables above. See troubleshooting for details on how to get valid MN tags. To have non-primary alignments appear in the output, the --allow-non-primary flag must be passed. By default, the primary alignment will have all base modification information contained on the read, including soft-clipped and unaligned read positions. If the --mapped-only flag is used, soft clipped sections of the read will not be included. For secondary and supplementary alignments, soft-clipped positions are not repeated. See advanced usage for more details.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Note on non-primary alignments","id":"30","title":"Note on non-primary alignments"},"31":{"body":"","breadcrumbs":"Quick Start guides » Extracting read information to a table » Example usages:","id":"31","title":"Example usages:"},"32":{"body":"modkit extract If the index input.bam.bai can be found, intervals along the aligned genome can be performed in parallel.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract a table from an aligned and indexed BAM","id":"32","title":"Extract a table from an aligned and indexed BAM"},"33":{"body":"The below example will extract reads from only chr20, and include reference sequence context modkit extract --region chr20 --ref ","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract a table from a region of a large modBAM","id":"33","title":"Extract a table from a region of a large modBAM"},"34":{"body":"modkit motif-bed CG 0 > CG_motifs.bed\nmodkit extract --ref --include-bed CG_motifs.bed","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract only sites aligned to a CG motif","id":"34","title":"Extract only sites aligned to a CG motif"},"35":{"body":"modkit extract --edge-filter 50","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract only sites that are at least 50 bases from the ends of the reads","id":"35","title":"Extract only sites that are at least 50 bases from the ends of the reads"},"36":{"body":"modkit extract null --read-calls Using \"null\" in the place of the normal output will direct the normal extract output to /dev/null, to keep this output specify a file or - for standard out. modkit extract --read-calls Use --allow-non-primary to get secondary and supplementary mappings in the output. modkit extract --read-calls --allow-non-primary See the help string and/or advanced_usage for more details.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract read-level base modification calls","id":"36","title":"Extract read-level base modification calls"},"37":{"body":"The call-mods subcommand in modkit transforms one modBAM into another modBAM where the base modification probabilities have been clamped to 100% and 0%. If the --filter-threshold and/or --mod-threshold options are provided, base modification calls failing the threshold will be removed prior to changing the probabilities. The output modBAM can be used for visualization, pileup, or other applications. For call-mods, if a correct MN tag is found, secondary and supplementary alignments will be output. See troubleshooting for details. A modBAM that has been transformed with call-mods using --filter-threshold and/or --mod-threshold cannot be re-transformed with different thresholds. Note on pileup with clamped probabilities: modkit pileup will attempt to estimate the threshold probability by default, but it is unnecessary if the modBAM is the result of call-mods. The threshold probabilities will be artificially high (i.e. not representative of the model's output probabilities). Similarly, specifying --filter-threshold and --mod-threshold is not useful because all the ML probabilities have been set to 0 and 100%.","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Calling mods in a modBAM","id":"37","title":"Calling mods in a modBAM"},"38":{"body":"","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Example usages","id":"38","title":"Example usages"},"39":{"body":"modkit call-mods ","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Estimate the threshold on the fly, apply to modBAM and clamp the modification calls to certainty.","id":"39","title":"Estimate the threshold on the fly, apply to modBAM and clamp the modification calls to certainty."},"4":{"body":"General troubleshooting Threshold evaluation examples (for advanced users)","breadcrumbs":"Quick Start guides » Notes and troubleshooting","id":"4","title":"Notes and troubleshooting"},"40":{"body":"modkit call-mods --filter-threshold A:0.9 --mod-threshold a:0.95 --filter-threshold C:0.97","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Specify a filter threshold for your use-case","id":"40","title":"Specify a filter threshold for your use-case"},"41":{"body":"modkit call-mods --edge-filter 100","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reds","id":"41","title":"Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reds"},"42":{"body":"If you have reads where you know base modifications near the ends should not be used (for example, if they are in adapters), you can use the --edge-filter option. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. One value will filter symmetrically. pileup, will ignore base modification calls that are from the ends. adjust-mods, will remove base modification calls that are from the ends from the resultant output modBAM. summary, will ignore base modification calls that are from the ends. sample-probs, will ignore base modification calls that are from the ends. call-mods, will remove base modification calls that are from the ends from the resultant output modBAM. extract, will ignore base modification calls that are from the ends, this also applies when making the read-calls table (see intro to extract ). In pileup, call-mods, and extract the edge-filter is also respected when estimating the pass-thresholds. All commands have the flag --invert-edge-filter that will keep only base modification probabilities within of the ends of the reads.","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Removing modification calls at the ends of reads","id":"42","title":"Removing modification calls at the ends of reads"},"43":{"body":"","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Example usages","id":"43","title":"Example usages"},"44":{"body":"modkit call-mods --edge-filter 100","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reads","id":"44","title":"Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reads"},"45":{"body":"modkit pileup --edge-filter 100 Filter out base modification calls within the first 25 bases or the last 10 bases. modkit pileup --edge-filter 25,10","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Perform pileup, ignoring base modification calls within 100 base pairs of the ends of the reads","id":"45","title":"Perform pileup, ignoring base modification calls within 100 base pairs of the ends of the reads"},"46":{"body":"The modkit repair command is useful when you have a BAM with reads where the canonical sequences have been altered in some way that either renders the MM and ML tags invalid (for example, trimmed or hard-clipped) or the data has been lost completely. This command requires that you have the original base modification calls for each read you want to repair, and it will project these base modification calls onto the sequences in the altered BAM. The command uses two arguments called the \"donor\" and the \"acceptor\". The donor, contains the original, correct, MM and ML tags and the acceptor is either missing MM and ML tags or they are invalid (they will be discarded either way). The reads in the donor must be a superset of the reads in the acceptor, meaning you can have extra reads in the donor BAM if some reads have been removed or filtered earlier in the workflow. Both the donor and the acceptor must be sorted by read name prior to running modkit repair. Duplicate reads in the acceptor are allowed so long as they have valid SEQ fields. Lastly, modkit repair only works on reads that have been trimmed, other kinds of alteration such as run-length-encoding are not currently supported. Split reads, or other derived transformations, are not currently repairable with this command. For example a typical workflow may look like this: # original base modification calls\nbasecalls_5mC_5hmC.bam # basecalls that have been trimmed\ntrimmed.bam # could also be fastq, but would require conversion to BAM # the two BAM files need to be sorted\nsamtools -n trimmed.bam -O BAM > trimed_read_sort.bam samtools -n basecalls_5mC_5hmC.bam -O BAM > basecalls_5mC_5hmC_read_sort.bam modkit repair \\ --donor-bam basecalls_5mC_5hmC_read_sort.bam \\ --acceptor-bam trimed_read_sort.bam \\ --log-filepath modkit_repair.log \\ --output-bam trimmed_repaired.bam","breadcrumbs":"Quick Start guides » Repair MM/ML tags on trimmed reads » Repair MM/ML tags on trimmed reads","id":"46","title":"Repair MM/ML tags on trimmed reads"},"47":{"body":"Base modifications in DNA are inherently single-stranded, they (usually [^1]) don't change the base pairing of the modified base. However, it may be of interest to know the correspondence between the methylation state of a single base and another nearby base on the opposite strand - on the same molecule. In CpG dinucleotides, this is called \"hemi-methylation\", when one cytosine is methylated and the neighbor on the opposite strand is not: m\n5'GATCGTACA CTAGCATGT - In the above diagram, the cytosine in the fourth position on the positive strand is methylated (5mC) and the cytosine in the fifth position is canonical (-), indicating a \"hemi-methylation\". In the case of 5mC and canonical, there are 4 \"patterns\" of methylation: m,m (5mC, 5mC)\n-,m (canonical, 5mC)\nm,- (5mC, canonical)\n-,- (canonical, canonical) These are all measured at the single molecule level, meaning each molecule must report on both strands (as is the case with duplex reads). For CpGs in the example above the MM tags would be C+m? and G-m? for the top-strand and bottom-strand cytosines, respectively. The modkit pileup-hemi command will perform an aggregation of the methylation \"patterns\" at genomic positions. An example command to perform hemi-methylation analysis at CpGs would be modkit pileup-hemi \\ /path/to/duplex_reads.bam \\ --cpg \\ -r /path/to/reference.fasta \\ -o hemi_pileup.bed \\ --log modkit.log Many of the pileup options are available in pileup-hemi with a couple differences: : A motif must be provided. The --cpg flag is a preset to aggregate CpG hemi-methylation patterns as shown above. If a motif is provided (as an argument to --motif) it must be reverse-complement palindromic. A reference must be provided. Both the positive strand base modification probability and the negative strand base modification probability must be above the pass threshold. See Advanced Usage for details on all the options.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Make hemi-methylation bedMethyl tables with pileup-hemi","id":"47","title":"Make hemi-methylation bedMethyl tables with pileup-hemi"},"48":{"body":"The modkit pileup-hemi command aggregates a pair of base modification calls at each reference motif position for each double-stranded DNA molecule. The base modification \"pattern\" indicates the methylation state on each base in 5-prime to 3-prime order, using the base modification code to indicate the identity of the base modification and - to indicate canonical (unmodified). For example m,-,C would mean the first base (from the reference 5' direction) is 5mC and the second base is unmodified and the primary base is cytosone. Similarly, h,m,C indicates the first base is 5hmC and the second base is 5mC. The primary base called by the read is included to help disambiguate the unmodified patterns (-,-). All patterns recognized at a location will be reported in the bedMethyl output.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Description of hemi-methylation patterns","id":"48","title":"Description of hemi-methylation patterns"},"49":{"body":"Npattern - Number of call-pairs passing filters that had the pattern and primary base in column 4. E.g. m,-,C indicates the first base in the 5' to 3' direction is 5mC, the second base is unmodified and the primary base in the reads was C. Ncanonical - Number of call-pairs passing filters that were classified as unmodified (i.e. the pattern is -,-). Nother_pattern - Number of call-pairs passing filters where the pattern is different from the pattern in column 4, but where the primary read base is the same. This count includes the unmodified pattern (-,-). Note this differs from pileup where Nother does not contain the canonical counts. Nvalid_cov - the valid coverage, total number of valid call-pairs. Ndiff - Number of reads with a primary base other than the primary base in column 4. Ndelete - Number of reads with a deletion at this reference position. Nfail - Number of call-pairs where the probability of the at least one of the calls in the pair was below the pass threshold. The threshold can be set on the command line or computed from the data (usually failing the lowest 10th percentile of calls). Nnocall - Number of reads where either one or both of the base modification calls was not present in the read.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Definitions:","id":"49","title":"Definitions:"},"5":{"body":"A primary use of modkit is to create summary counts of modified and unmodified bases in an extended bedMethyl format. bedMethyl files tabulate the counts of base modifications from every sequencing read over each aligned reference genomic position. In order to create a bedMethyl table, your modBAM must be aligned to a reference genome. The genome sequence is only required if you are using the --cpg flag or traditional preset. Only primary alignments are used in generating the table, it is recommended to mark duplicate alignments before running as multiple primary alignments can be double counted (but the behavior is logged). See limitations for details.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Constructing bedMethyl tables.","id":"5","title":"Constructing bedMethyl tables."},"50":{"body":"column name description type 1 chrom name of reference sequence from BAM header str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 methylation pattern comma-separated pair of modification codes - means canonical, followed by the primary read base str 5 score equal to Nvalid_cov int 6 strand always '.' because strand information is combined str 7 start position included for compatibility int 8 end position included for compatibility int 9 color included for compatibility, always 255,0,0 str 10 Nvalid_cov see definitions above int 11 fraction modified Npattern / Nvalid_cov float 12 Npattern see definitions above int 13 Ncanonical see definitions above int 14 Nother_pattern see definitions above int 15 Ndelete see definitions above int 16 Nfail see definitions above int 17 Ndiff see definitions above int 18 Nnocall see definitions above int","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » bedMethyl column descriptions.","id":"50","title":"bedMethyl column descriptions."},"51":{"body":"Only one motif can be used at a time, this limitation may be removed in a later version. Partitioning on tag key:value pairs is not currently supported. [^1] In biology, there are almost always exceptions to every rule!","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Limitations","id":"51","title":"Limitations"},"52":{"body":"The modkit dmr command contains two subcommands, pair and multi, that will compare pairwise conditions and multiple conditions. The pair command can be used to perform differential methylation detection on single genome positions (for example CpGs) or regions provided as a BED file. On the other hand, multi can only be used to compare regions (such as CpG islands), provided as a BED file. There are essentially three differential methylation workflows: Perform differential methylation scoring with a pair of samples on regions of the genome. Perform differential methylation scoring across all pairs of samples on regions of the genome. Perform base-level differential modification detection for a pair of conditions. Each application is explained below. For details on the scoping of these applications see the limitations .","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Perform differential methylation scoring","id":"52","title":"Perform differential methylation scoring"},"53":{"body":"The inputs to all modkit dmr commands are two or more bedMethyl files (created by modkit pileup) that have been compressed with bgzip and indexed with tabix . An example of how to generate the input data is shown below: ref=grch38.fasta\nthreads=32 norm=normal_sample.bam\nnorm_pileup=normal_pileup.bed modkit pileup ${norm} ${norm_pileup} \\ --cpg \\ --ref ${ref} \\ --threads ${threads} \\ --log-filepath log.txt bgzip -k ${norm_pileup}\ntabix -p bed ${norm_pileup}.gz # pileup and compression can also be done in one step\ntumor=tumor_sample.bam\ntumor_pileup=tumor_pileup.bed.gz modkit pileup ${tumor} - \\ --cpg \\ --ref ${ref} \\ --threads ${threads} \\ --log-filepath log.txt | ${bgzip} -c > ${tumor_pileup} tabix -p bed ${tumor_pileup}","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Preparing the input data","id":"53","title":"Preparing the input data"},"54":{"body":"Once you have the two samples to be compared in the appropriate format, the final piece necessary is a BED file of the regions to be compared. Currently, the modkit dmr functionality does not \"segment\" or otherwise discover regions, however this limitation will be removed in a future release. To continue with our example we can get CpG Islands from the UCSC table browser . The data may not always be appropriate input for modkit. For example, the CpG Islands track has extra columns and a header line: #bin chrom chromStart chromEnd name length cpgNum gcNum perCpg perGc obsExp\n660 chr20 9838623 9839213 CpG: 47 590 47 383 15.9 64.9 0.76\n661 chr20 10034962 10035266 CpG: 35 304 35 228 23 75 0.85 Therefore, we need to transform the data with awk or similar, such as: awk 'BEGIN{FS=\"\\t\"; OFS=\"\\t\"} NR>1 {print $2, $3, $4, $5}' cpg_islands_ucsc.bed \\ | bedtools sort -i - > cpg_islands_ucsc_cleaned.bed Keeping the name column is optional. Sorting the regions isn't strictly necessary, the output will be in the same order as the regions file. Below is an example command to produce the scored output. The --base option tells modkit dmr which bases to use for scoring the differences, the argument should be a canonical nucleotide (A, C, G, or T) whichever primary sequence base has the modifications you're interested in capturing. For example, for CpG islands the base we're interested in is C. regions=cpg_islands_ucsc_cleaned.bed\ndmr_result=cpg_islands_tumor_normal.bed modkit dmr pair \\ -a ${norm_pileup}.gz \\ --index-a ${norm_pileup}.gz.tbi \\ # optional -b ${tumor_pileup}.gz \\ --index-b ${tumor_pileup}.gz.tbi \\ # optional -o ${dmr_result} \\ # output to stdout if not present -r ${regions} \\ --ref ${ref} \\ --base C \\ # may be repeated if multiple modifications are being used --threads ${threads} \\ --log-filepath dmr.log The ouput of this command will be similar to chr20 9838623 9839213 CpG: 47 257.34514203447543 C:57 1777 C:601 2091 C:3.21 C:28.74 0.032076534 0.2874223\nchr20 10034962 10035266 CpG: 35 1.294227443419004 C:7 1513 C:14 1349 C:0.46 C:1.04 0.00462657 0.010378058 The full schema is described below .","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 1. Perform differential methylation scoring of genomic regions for a pair of samples.","id":"54","title":"1. Perform differential methylation scoring of genomic regions for a pair of samples."},"55":{"body":"The modkit dmr multi command runs all pairwise comparisons for more than two samples for all regions provided in the regions BED file. The preparation of the data is identical to that for the previous section (for each sample, of course). An example command could be: modkit dmr multi \\ -s ${norm_pileup_1}.gz norm1 \\ -s ${tumor_pileup_1}.gz tumor1 \\ -s ${norm_pileup_2}.gz norm2 \\ -s ${tumor_pileup_2}.gz tumor2 \\ -o ${dmr_dir} \\ # required for multi -r ${cpg_islands} \\ # skip this option to perform base-level DMR --ref ${ref} \\ --base C \\ -t 10 \\ -f \\ --log-filepath dmr_multi.log For example the samples could be haplotype-partitioned bedMethyl tables or biological replicates. Unlike for modkit dmr pair a sample name (e.g. norm1 and tumor1 above) must be provided for each input sample. You can also use --index to specify where the tabix index file is for each sample.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 2. Perform differential methylation detection on all pairs of samples over regions from the genome.","id":"55","title":"2. Perform differential methylation detection on all pairs of samples over regions from the genome."},"56":{"body":"The modkit dmr pair command has the ability to score individual bases (e.g. differentially methylated CpGs). To run single-base analysis on one or more paired samples, simply omit the --regions (-r) option when running modkit dmr pair. When performing single-base analysis the likelihood ratio score and a MAP-based p-value are available. For details on the likelihood ratio score and the MAP-based p-value, see the scoring details section . For example the above command becomes: dmr_result=single_base_haplotype_dmr.bed modkit dmr pair \\ -a ${hp1_pileup}.gz \\ -b ${hp2_pileup}.gz \\ -o ${dmr_result} \\ --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log Multiple replicates can be provided as well by repeating the -a and -b options, such as: dmr_result=tumor_normal_single_base_replicates.bed modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ -o ${dmr_result_replicates} \\ --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log Keep in mind that the MAP-based p-value provided in single-site analysis is based on a \"modified\" vs \"unmodified\" model, see the scoring section and limitations for additional details.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 3. Detecting differential modification at single base positions","id":"56","title":"3. Detecting differential modification at single base positions"},"57":{"body":"The modkit dmr commands require the --base option to determine which genome positions to compare, i.e. --base C tells modkit to compare methylation at cytosine bases. You may use this option multiple times to compare methylation at multiple primary sequence bases. It is possible that, during pileup a read will have a mismatch and a modification call, such as a C->A mismatch and a 6mA call on that A, and you may not want to use that 6mA call when calculating the differential methylation metrics. To filter out bedMethyl records like this, modkit uses the SAM specification (page 9) of modification codes to determine which modification codes apply to which primary sequence bases. For example, h is 5hmC and applies to cytosine bases, a is 6mA and applies to adenine bases. However, modkit pileup does not require that you use modification codes only in the specification. If your bedMethyl has records with custom modification codes or codes that aren't in the specification yet, use --assign-code : to indicate the code applies to a given primary sequence base.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Note about modification codes","id":"57","title":"Note about modification codes"},"58":{"body":"The output from modkit dmr pair (and for each pairwise comparison with modkit dmr multi) is (roughly) a BED file with the following schema: column name description type 1 chrom name of reference sequence from bedMethyl input samples str 2 start position 0-based start position, from --regions argument int 3 end position 0-based exclusive end position, from --regions argument int 4 name name column from --regions BED, or chr:start-stop if absent str 5 score difference score, more positive values have increased difference float 6 samplea counts counts of each base modification in the region, comma-separated, for sample A str 7 samplea total total number of base modification calls in the region, including unmodified, for sample A str 8 sampleb counts counts of each base modification in the region, comma-separated, for sample B str 9 sampleb total total number of base modification calls in the region, including unmodified, for sample B str 10 samplea fractions fraction of calls for each base modification in the region, comma-separated, for sample A str 11 sampleb fractions fraction of calls for each base modification in the region, comma-separated, for sample B str 12 samplea percent modified percent modification (of any kind) in sample A float 13 sampleb percent modified percent modification (of any kind) in sample B float an example of the output is given below: chr20 9838623 9839213 CpG: 47 257.34514203447543 C:57 1777 C:601 2091 C:3.21 C:28.74 0.032076534 0.2874223\nchr20 10034962 10035266 CpG: 35 1.294227443419004 C:7 1513 C:14 1349 C:0.46 C:1.04 0.00462657 0.010378058\nchr20 10172120 10172545 CpG: 35 5.013026381110649 C:43 1228 C:70 1088 C:3.50 C:6.43 0.035016287 0.06433824\nchr20 10217487 10218336 CpG: 59 173.7819873154349 C:136 2337 C:482 1838 C:5.82 C:26.22 0.058194265 0.26224157\nchr20 10433628 10434345 CpG: 71 -0.13968153023233754 C:31 2748 C:36 3733 C:1.13 C:0.96 0.0112809315 0.009643719\nchr20 10671925 10674963 CpG: 255 6.355823977093678 C:67 9459 C:153 12862 C:0.71 C:1.19 0.0070832013 0.011895506 When performing single-site analysis, the following additional columns are added: column name description type 14 MAP-based p-value ratio of the posterior probability of observing the effect size over zero effect size float 15 effect size percent modified in sample A (col 12) minus percent modified in sample B (col 13) float 16 balanced MAP-based p-value MAP-based p-value when all replicates are balanced float 17 balanced effect size effect size when all replicates are balanced float 18 pct_a_samples percent of 'a' samples used in statistical test float 19 pct_b_samples percent of 'b' samples used in statistical test float 20 per-replicate p-values MAP-based p-values for matched replicate pairs float 21 per-replicate effect sizes effect sizes matched replicate pairs float Columns 16-19 are only produced when multiple samples are provided, columns 20 and 21 are only produced when there is an equal number of 'a' and 'b' samples. When using multiple samples, it is possible that not every sample will have a modification fraction at a position. When this happens, the statistical test is still performed and the values of pct_a_samples and pct_b_samples reflect the percent of samples from each condition used in the test. Columns 20 and 21 have the replicate pairwise MAP-based p-values and effect sizes which are calculated based on their order provided on the command line. For example in the abbreviated command below: modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ ... Column 20 will contain the MAP-based p-value comparing norm_pileup_1 versus tumor_pileup_1 and norm_pileup_2 versus norm_pileup_2. Column 21 will contain the effect sizes, values are comma-separated. If you have a different number of samples for each condition, such as: modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -a ${norm_pileup_3}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ these columns will not be present.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Differential methylation output format","id":"58","title":"Differential methylation output format"},"59":{"body":"When running modkit dmr without --regions (i.e. single-site analysis ) you can generate regions of differential methylation on-the-fly using the segmenting hidden Markov model (HMM). To run segmenting on the fly, add the --segments $segments_bed_fp option to the command such as: dmr_result=single_base_haplotype_dmr.bed\ndmr_segments=single_base_segements.bed modkit dmr pair \\ -a ${hp1_pileup}.gz \\ -b ${hp2_pileup}.gz \\ -o ${dmr_result} \\ --segments ${dmr_segments} \\ # indicates to run segmentation --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log The default settings for the HMM are to run in \"coarse-grained\" mode which will more eagerly join neighboring sites, potentially at the cost of including sites that are not differentially modified within \"Different\" blocks. To activate \"fine-grained\" mode, pass the --fine-grained flag. The output schema for the segments is: column name description type 1 chrom name of reference sequence from bedMethyl input samples str 2 start position 0-based start position, from --regions argument int 3 end position 0-based exclusive end position, from --regions argument int 4 state-name \"different\" when sites are differentially modified, \"same\" otherwise str 5 score difference score, more positive values have increased difference float 6 N-sites number of sites (bedmethyl records) in the segment float 7 samplea counts counts of each base modification in the region, comma-separated, for sample A str 8 sampleb counts counts of each base modification in the region, comma-separated, for sample B str 9 samplea fractions fraction of calls for each base modification in the region, comma-separated, for sample A str 10 sampleb fractions fraction of calls for each base modification in the region, comma-separated, for sample B str 11 samplea percent modified percent modification (of any kind) in sample A float 12 sampleb percent modified percent modification (of any kind) in sample B float 13 effect size percent modified in sample A (col 11) minus percent modified in sample B (col 12) float","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Segmenting on differential methylation","id":"59","title":"Segmenting on differential methylation"},"6":{"body":"In its simplest form modkit creates a bedMethyl file using the following: modkit pileup path/to/reads.bam output/path/pileup.bed --log-filepath pileup.log No reference sequence is required. A single file (described below ) with base count summaries will be created. The final argument here specifies an optional log file output. The program performs best-practices filtering and manipulation of the raw data stored in the input file. For further details see filtering modified-base calls .","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Basic usage","id":"6","title":"Basic usage"},"60":{"body":"The modkit validate sub-command is intended for validating results in a uniform manner from samples with known modified base content. Specifically the modified base status at any annotated reference location should be known.","breadcrumbs":"Quick Start guides » Validate ground truth results » Validating ground truth results.","id":"60","title":"Validating ground truth results."},"61":{"body":"The input to the modkit validate command will be pairs of modBAM and BED files. modBAM files should contain modified base calls in the MM/ML tag as input to most modkit commands. BED files paired to each input modBAM file describe the ground truth modified base status at reference positions. This ground truth status should be known by the researcher due to previous experimental conditions and cannot be derived by modkit. modkit validate \\ --bam-and-bed sample1.bam sample1_annotation.bed \\ --bam-and-bed sample2.bam sample2_annotation.bed This will produce output such as the following: > Parsing BED at /path/to/sample1_annotation.bed\n> Processed 10 BED lines\n> Parsing BED at /path/to/sample2_annotation.bed\n> Processed 10 BED lines\n> Canonical base: C\n> Parsing mapping at /path/to/sample1.bam\n> Processed 10 mapping recrods\n> Parsing mapping at /path/to/sample2.bam\n> Processed 10 mapping recrods\n> Raw counts summary Called Base ┌───┬───────┬───────┬───┬───┬───┬──────────┐ │ │ - │ a │ C │ G │ T │ Deletion │ ├───┼───────┼───────┼───┼───┼───┼──────────┤ Ground │ - │ 9,900 │ 100 │ 1 │ 1 │ 1 │ 2 │ Truth │ a │ 100 │ 9,900 │ 1 │ 1 │ 1 │ 2 │ └───┴───────┴───────┴───┴───┴───┴──────────┘\n> Balancing ground truth call totals\n> Raw accuracy: 99.00%\n> Raw modified base calls contingency table Called Base ┌───┬────────┬────────┐ │ │ - │ a │ ├───┼────────┼────────┤ Ground │ - │ 99.00% │ 1.00% │ Truth │ a │ 1.00% │ 99.00% │ └───┴────────┴────────┘\n> Call probability threshold: 0.95\n> Filtered accuracy: 99.90%\n> Filtered modified base calls contingency table Called Base ┌───┬────────┬────────┐ │ │ - │ a │ ├───┼────────┼────────┤ Ground │ - │ 99.90% │ 0.10% │ Truth │ a │ 0.10% │ 99.90% │ └───┴────────┴────────┘ The filtering threshold is computed in the same manner as in all other modkit commands. Currently only a defined percentage of input data filtering threshold estimation is implemented. The default value is 10% (as in other modkit commands) and can be adjusted with the --filter-quantile argument. Other methods (including user-defined thresholds) will be implemented in a future version. The Call probability threshold is intended a value to be used for user-defined thresholds for other modkit commands.","breadcrumbs":"Quick Start guides » Validate ground truth results » Validating from modBAM reads and BED reference annotation.","id":"61","title":"Validating from modBAM reads and BED reference annotation."},"62":{"body":"A BED file is a tab-delimited file. For this command the first 6 fields are processed. These fields are as follows: column name description 1 chrom name of reference sequence str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 mod code modified base code str 6 strand strand (e.g. +,-,.) str The 5th column is ignored in the validate command. The 4th column represents the modified base code annotating the status at this reference position (or range of reference positions). This value can be - representing a canonical base (note that this differs from the remora validate annotation), a single letter code as defined in the modBAM tag specification, or any ChEBI code. The validate command will assume that any base from the associated modBAM file overlapping these positions should match this annotation.","breadcrumbs":"Quick Start guides » Validate ground truth results » BED ground truth annotation file:","id":"62","title":"BED ground truth annotation file:"},"63":{"body":"The --out-filepath option is provided to allow persistent storage of results in a machine-parseable format without other logging lines. This format outputs all contingency tables in a machine-parseable format. For example this contingency table [[\"ground_truth_label\",\"-\",\"a\"],[\"-\",9900,100],[\"a\",100,9900]] would be produced from the above example results.","breadcrumbs":"Quick Start guides » Validate ground truth results » Output file","id":"63","title":"Output file"},"64":{"body":"The modkit find-motifs command will attempt to summarize short genome sequences (motifs) that are more found to be highly modified (i.e. enriched for methylation). The input to this command is a bedMethyl generated by modkit pileup and the reference sequence used. For example, to run the command with default settings (recommended): bedmethyl=/path/to/pileup.bed\nref=/path/to/reference.fasta modkit find-motifs \\ -i ${bedmethyl} \\ -r ${ref} \\ -o ./motifs.tsv \\ --threads 32 \\ --log ./modkit_find_motifs_log.txt Specifying an output with -o will generate a machine-readable tab-separated-values file, a human-readable version of the table will always be logged to the terminal and the logfile.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Find highly modified motif sequences","id":"64","title":"Find highly modified motif sequences"},"65":{"body":"All output tables are output in two formats, machine-readable and human-readable. The human-readable tables are always output to the log and terminal, the machine-readable tables are output to files specified on the command line.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Output format","id":"65","title":"Output format"},"66":{"body":"column name description type 1 mod_code code specifying the modification found in the motif str 2 motif sequence of identified motif using IUPAC codes str 3 offset 0-based offset into the motif sequence of the modified base int 4 frac_mod fraction of time this sequence is found in the high modified set col-5 / (col-5 + col-6) float 5 high_count number of occurances of this sequence in the high-modified set int 6 low_count number of occurances of this sequence in the low-modified set int 7 mid_count number of occurances of this sequence in the mid-modified set int","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Machine-readable table","id":"66","title":"Machine-readable table"},"67":{"body":"column name description type 1 motif human-readable representation of the motif sequence with the modification code in brackets str 2 frac_mod fraction of time this sequence is found in the high modified set col-3 / (col-3 + col-4) float 3 high_count number of occurances of this sequence in the high-modified set int 4 low_count number of occurances of this sequence in the low-modified set int 5 mid_count number of occurances of this sequence in the mid-modified set int","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Human-readable table","id":"67","title":"Human-readable table"},"68":{"body":"Multiple motif sequences suspected to be present can be specified with the --known-motif option. A machine-readable table of the motif sequences that are not found during the search can be specified with the --known-motifs-table option. Using this option will add two columns to the above tables: name description type status equal, Subset, Superset, or Disjoint describes the relationship of the discovered motif to the known motif str closest_known_motif of all motifs specified with --known-motif the one that is most similar to the discovered motif str If any of the known motifs are not found during the search process an additional table is also emitted in machine- and human-readable versions.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Specifying known motifs","id":"68","title":"Specifying known motifs"},"69":{"body":"column name description type 1 mod_code code specifying the modification found in the motif str 2 motif sequence of identified motif using IUPAC codes str 3 offset 0-based offset into the motif sequence of the modified base int 4 frac_mod fraction of time this sequence is found in the high modified set col-5 / (col-5 + col-6) float 5 high_count number of occurances of this sequence in the high-modified set int 6 low_count number of occurances of this sequence in the low-modified set int 7 mid_count number of occurances of this sequence in the mid-modified set int 8 status equal, Subset, Superset, or Disjoint describes the relationship of the known motif to the closest discovered motif str 9 closest_found_motif which of the discovered motifs is most simuilar to the known motif str","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Machine-readable table","id":"69","title":"Machine-readable table"},"7":{"body":"For user convenience, the counting process can be modulated using several additional transforms and filters. The most basic of these is to report only counts from reference CpG dinucleotides. This option requires a reference sequence in order to locate the CpGs in the reference: modkit pileup path/to/reads.bam output/path/pileup.bed --cpg --ref path/to/reference.fasta To restrict output to only certain CpGs, pass the --include-bed option with the CpGs to be used, see this page for more details. modkit pileup path/to/reads.bam output/path/pileup.bed \\ --cpg \\ --ref path/to/reference.fasta \\ --include-bed path/to/my_cpgs.bed The program also contains preset which combine several options for ease of use. The traditional preset, modkit pileup path/to/reads.bam output/path/pileup.bed \\ --ref path/to/reference.fasta \\ --preset traditional performs three transforms: restricts output to locations where there is a CG dinucleotide in the reference, reports only a C and 5mC counts, using procedures to take into account counts of other forms of cytosine modification (notably 5hmC), and aggregates data across strands. The strand field of the output will be marked as '.' indicating that the strand information has been lost. Using this option is equivalent to running with the options: modkit pileup path/to/reads.bam output/path/pileup.bed --cpg --ref --ignore h --combine-strands","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Narrowing output to CpG dinucleotides","id":"7","title":"Narrowing output to CpG dinucleotides"},"70":{"body":"column name description type 1 motif human-readable representation of the motif sequence with the modification code in brackets str 2 frac_mod fraction of time this sequence is found in the high modified set col-3 / (col-3 + col-4) float 3 high_count number of occurances of this sequence in the high-modified set int 4 low_count number of occurances of this sequence in the low-modified set int 5 mid_count number of occurances of this sequence in the mid-modified set int 6 status equal, Subset, Superset, or Disjoint describes the relationship of the known motif to the closest discovered motif str 7 closest_found_motif which of the discovered motifs is most simuilar to the known motif str","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Human-readable table","id":"70","title":"Human-readable table"},"71":{"body":"The first step in find-motifs is to categorize each genomic position in the pileup into one of three groups based on the fraction modified column in the bedMethyl : Low-modified Mid-modified High-modified The threshold values for each group can be set on the command line (--high-thresh and --low-thresh). For example, consider a high threshold of 0.6 and a low threshold of 0.2 the following 3 bedMethyl records would be put into the high-, low-, and mid-groups, respectively: contig1 6 7 a 27 - 6 7 255,0,0 27 96.30 26 1 0 0 3 0 0\ncontig1 8 9 a 24 - 8 9 255,0,0 24 4.17 1 23 0 0 5 1 0\ncontig1 218 219 a 21 + 218 219 255,0,0 21 28.57 6 15 0 2 3 0 0 The sequence around each modified position is then collected from the reference FASTA file. The length of the sequence can be set with the --context-size option, accepting two values: the number of bases upstream and the number of bases downstream of the modified location. For example --context-size 12 12 will collect 12 bases upstream and 12 bases downstream of the modified base for a maximum motif length of 25 base pairs. The algorithm then iteratively expands, contracts, and merges sequences while the following criteria are met: The number of occurrences in the high-modified set is greater than min_sites (set by --min-sites). The fraction \\( \\frac{\\textit{H}}{\\textit{H} + \\textit{L}} \\), is greater than frac_mod (set with --min-frac-mod), where \\( \\textit{H} \\) and \\( \\textit{L} \\) is the number of total sequence contexts in the high-modified and low-modified set, respectively. The log-odds of the context being in the high-modified category is greater than min_log_odds (set with --min-log-odds). Once a motif sequence cannot be changed (made more general or more restrictive) without violating one of these criteria, the motif sequence is considered complete. As the algorithm continues, context sequences that match discovered sequences are removed from consideration. A secondary search step is also performed by starting with every k-mer (where k is less than the total sequence length, 3 by default, set with --exhaustive-seed-len) at every motif position. The log-odds threshold for this search is usually higher and set with --exhaustive-seed-min-log-odds. Decreasing this value can drastically increase computational time.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Simple description of the search algorithm","id":"71","title":"Simple description of the search algorithm"},"72":{"body":"The default parameters have been picked to be sufficiently sensitive, however if you decide to adjust the parameters in general increasing sensitivity will increase compute time. Increasing the --min-frac-mod will stop search earlier which will decrease compute time. Decreasing --min-sites has the largest effect and can especially cause the secondary search to crawl more sequences. Decreasing --min-sites along with --skip-search may be a useful technique to find very rare sequence motifs. Increasing --exhaustive-seed-min-log-odds can drastically decrease compute time (sometimes while maintaining sensitivity). Also consider the additional steps in performance considerations.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Tuning parameters and --skip-search","id":"72","title":"Tuning parameters and --skip-search"},"73":{"body":"The modkit entropy command will calculate the methylation entropy in genomic windows of defined length across the genome, optionally summarizing these calculations for regions. Methylation entropy (ME) is a measure of the \"information content\" in the patterns of methylation reported by the sequencing reads, it could also be thought of as a measure of the randomness in the epialleles (an \"epiallele\" is the DNA modification at a given position). This metric was originally proposed by Xie et al. and has been shown to correlation with regulation , aging , and cancer . Unlike the pileup method in modkit which aggregates the modification calls per genomic position, modkit entropy looks at the co-occurrence of methylation status on individual reads and so the input is a modBAM not a pileup. To quote Lee et al. , \"This information is important because such ‘phased’ methylation states can inform us about the epigenetic diversity of cell populations as well as the local regulation states of the epigenome\". Probably the simplest visual description of methylation entropy is the following, a version of which appears in many of the methods papers: methylation_entropy_background Citation: Lee et al.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculating methylation entropy","id":"73","title":"Calculating methylation entropy"},"74":{"body":"modkit entropy --in-bam ${mod_bam} \\ -o ${output_entropy_bedgraph} \\ --ref ${ref} \\ --threads 32 \\ --log-filepath modkit_entropy.log When the output file, -o, is omitted the output will be to stdout.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculate entropy in windows across the genome","id":"74","title":"Calculate entropy in windows across the genome"},"75":{"body":"column name description type 1 chrom contig name string 2 start start of interval int 3 end end of interval int 4 entropy methylation entropy float 5 num_reads number of reads used int","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Output schema","id":"75","title":"Output schema"},"76":{"body":"The command can also summarize the methylation entropy in regions by using the --regions option, for example: modkit entropy \\ --in-bam ${mod_bam} \\ -o ${output_directory} \\ --regions ${regions_bed_file} \\ # BED3 or BED4 file of regions --cpg \\ # specify CpG dinucleotides and combine strands --ref ${ref} \\ --threads 32 \\ --log-filepath modkit_entropy.log The output must now be a directory (specified with -o), a bedGraph with the entropy over the windows with the regions as well as a summary of the methylation entropy in the regions will be output. By default these files will be regions.bed and windows.bedgraph.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculating entropy in BED-specified regions","id":"76","title":"Calculating entropy in BED-specified regions"},"77":{"body":"Similar to pileup you can specify a motif on the command line with --motif and optionally combine the counts across the positive and negative strands with --combine-strands. If you specify a primary sequence base (with --base) or a motif (with --motif) that is not reverse-complement palindromic modkit will output methylation entropy per-strand. For example if you want to calculate m6A entropy in DRACH motifs: ${modkit} entropy ${bam} \\ -o ${output} \\ --regions ${regions} \\ --ref ${ref} \\ --motif DRACH 2 \\ --threads 32 \\ --log-filepath modkit_entropy.log \\ When performing transcriptome analysis, it's recommended to make a regions BED file of all of the transcripts so that you can rank which transcripts have highest entropy.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Specifying motifs or primary sequence bases","id":"77","title":"Specifying motifs or primary sequence bases"},"78":{"body":"The calculation of methylation entropy has been described in the papers linked above. Formally, methylation entropy in modkit is calculated as: \\[ \\text{ME} = \\frac{-1}{N} \\sum_{\\textbf{N}} Pr(n_i) * \\text{log}_{2}Pr(n_i) \\] Where \\( \\textbf{N} \\) is the set of all methylation patterns and \\( Pr(n_i) \\) is the empirical probability of that pattern. To account for the fact that modkit filters base modification calls when they are below a certain confidence level, filtered positions are given a \"wildcard\" assignment and can match any epiallele at that position. The entropy calculation implementation in modkit will assign a fractional count to each pattern that the read matches. For example, suppose a read with epiallele m*mm meaning there are 4 positions in the window (5mC) and this read reports 5mC, followed by a filtered call, and 2 more 5mC calls. This read will match to patterns [mhmm mmmm mCmm] (m = 5mC, h = 5hmC, and C is canonical cytosine). When the --num-positions parameter gets large the number of potential patterns becomes large. Most patterns will probably not have any reads matching to them, so instead of enumerating all possible patterns modkit uses a prefix trie to find all patterns represented in the reads while accounting for filtered positions.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculation of methylation entropy","id":"78","title":"Calculation of methylation entropy"},"79":{"body":"The pileup, sample-probs, summary, and extract sub commands have a --include-bed (or --include-positions) option that will restrict analysis to only positions that overlap with the intervals contained within the BED file. In the case of pileup, summary, and sample-probs, the pass-threshold will be estimated with only base modification probabilities that are aligned to positions overlapping intervals in the BED. In the case of pileup and extract only positions will be reported if they overlap intervals in the BED.","breadcrumbs":"Quick Start guides » Narrow output to specific positions » Narrow output to specific positions","id":"79","title":"Narrow output to specific positions"},"8":{"body":"By default, modkit will output a BED row for all genomic positions where there is at least one base modification in the input modBAM. We define a motif as a short DNA sequence potentially containing degenerate codes . To ease downstream analysis, the --motif option can be used to pre-filter and annotate the bedMethyl rows. The --cpg flag is a alias for --motif CG 0 where the sequence motif is CG and the offset is 0, meaning pileup base modification counts for the first C in the motif on the top strand the second C (complement to G) on the bottom strand. Another example may be --motif GATC 1, signaling to pileup counts for the A in the second position on the top strand and the A in the third position on the bottom strand. When multiple motifs are specified the name column ( column 4 ), will indicate which motif the counts are tabulated for. For example, if --motif CGCG 2 --motif CG 0 are passed you may see lines such as: oligo_741_adapters 39 40 m,CG,0 4\t-\t39\t40\t255,0,0\t4 100.00 4 0 0 0 0 0 0\noligo_741_adapters 39 40 m,CGCG,2 4\t-\t39\t40\t255,0,0\t4 100.00 4 0 0 0 0 0 0 The --combine-strands flag can be combined with --motif however all motifs must be reverse-complement palindromic (CG is a palindrome but CHH is not).","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Narrowing output to specific motifs","id":"8","title":"Narrowing output to specific motifs"},"80":{"body":"The goal of modkit is to enable best-practices manipulation of BAM files containing modified base information (modBAMs). The various sub-commands and tools available in modkit are described below. This information can be obtained by invoking the long help (--help) for each command. Advanced usage information. Modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore Usage: modkit Commands: pileup Tabulates base modification calls across genomic positions. This command produces a bedMethyl formatted file. Schema and description of fields can be found in the README. adjust-mods Performs various operations on BAM files containing base modification information, such as converting base modification codes and ignoring modification calls. Produces a BAM output file. update-tags Renames Mm/Ml to tags to MM/ML. Also allows changing the the mode flag from silent '.' to explicitly '?' or '.'. sample-probs Calculate an estimate of the base modification probability distribution. summary Summarize the mod tags present in a BAM and get basic statistics. The default output is a totals table (designated by '#' lines) and a modification calls table. Descriptions of the columns can be found in the README. call-mods Call mods from a modbam, creates a new modbam with probabilities set to 100% if a base modification is called or 0% if called canonical. motif-bed Create BED file with all locations of a sequence motif. Example: modkit motif-bed CG 0 extract Extract read-level base modification information from a modBAM into a tab-separated values table. repair Repair MM and ML tags in one bam with the correct tags from another. To use this command, both modBAMs _must_ be sorted by read name. The \"donor\" modBAM's reads must be a superset of the acceptor's reads. Extra reads in the donor are allowed, and multiple reads with the same name (secondary, etc.) are allowed in the acceptor. Reads with an empty SEQ field cannot be repaired and will be rejected. Reads where there is an ambiguous alignment of the acceptor to the donor will be rejected (and logged). See the full documentation for details. dmr Perform DMR test on a set of regions. Output a BED file of regions with the score column indicating the magnitude of the difference. Find the schema and description of fields can in the README as well as a description of the model and method. See subcommand help for additional details. pileup-hemi Tabulates double-stranded base modification patters (such as hemi-methylation) across genomic motif positions. This command produces a bedMethyl file, the schema can be found in the online documentation. validate Validate results from a set of mod-BAM files and associated BED files containing the ground truth modified base status at reference positions. find-motifs Find sequence motifs in a bedMethyl pileup that are enriched for base modification. entropy Use a mod-BAM to calculate methylation entropy over genomic windows. help Print this message or the help of the given subcommand(s). Options: -h, --help Print help information. -V, --version Print version information.","breadcrumbs":"Extended subcommand help » modkit, subcommand documentation","id":"80","title":"modkit, subcommand documentation"},"81":{"body":"Tabulates base modification calls across genomic positions. This command produces a bedMethyl\nformatted file. Schema and description of fields can be found in the README. Usage: modkit pileup [OPTIONS] Arguments: Input BAM, should be sorted and have associated index available. Output file (or directory with --bedgraph option) to write results into. Specify \"-\" or \"stdout\" to direct output to stdout. Options: --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) --region Process only the specified region of the BAM when performing pileup. Format should be :- or . Commas are allowed. --max-depth Maximum number of records to use when calculating pileup. This argument is passed to the pileup engine. If you have high depth data, consider increasing this value substantially. Must be less than 2147483647 or an error will be raised. [default: 8000] -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] --chunk-size Break contigs into chunks containing this many intervals (see `interval_size`). This option can be used to help prevent excessive memory usage, usually with no performance penalty. By default, modkit will set this value to 1.5x the number of threads specified, so if 4 threads are specified the chunk_size will be 6. A warning will be shown if this option is less than the number of threads specified. --suppress-progress Hide the progress bar. -n, --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the pass-threshold. In practice, 10-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] --include-bed BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file. (alias: include-positions) --include-unmapped Include unmapped base modifications when estimating the pass threshold. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --force-allow-implicit Force allow implicit-canonical mode. By default modkit does not allow pileup with the implicit mode (e.g. C+m, no '.' or '?'). The `update-tags` subcommand is provided to update tags to the new mode. This option allows the interpretation of implicit mode tags: residues without modified base probability will be interpreted as being the non-modified base. --motif Output pileup counts for only sequence motifs provided. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CGCG 0 indicates to pileup counts for the first C on the top strand and the last C (complement to G) on the bottom strand. The --cpg argument is short hand for --motif CG 0. This argument can be passed multiple times. When more than one motif is used, the resulting output BED file will indicate the motif in the \"name\" field as ,,. For example, given `--motif CGCG 2 --motif CG 0` there will be output lines with name fields such as \"m,CG,0\" and \"m,CGCG,2\". To use this option with `--combine-strands`, all motifs must be reverse-complement palindromic or an error will be raised. --cpg Only output counts at CpG motifs. Requires a reference sequence to be provided. -r, --ref Reference sequence in FASTA format. Required for motif (e.g. CpG) filtering. -k, --mask Respect soft masking in the reference FASTA. --preset Optional preset options for specific applications. traditional: Prepares bedMethyl analogous to that generated from other technologies for the analysis of 5mC modified bases. Shorthand for --cpg --combine-strands --ignore h. [possible values: traditional] --combine-mods Combine base modification calls, all counts of modified bases are summed together. See collapse.md for details. --combine-strands When performing motif analysis (such as CpG), sum the counts from the positive and negative strands into the counts for the positive strand position. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --only-tabs **Deprecated** The default output has all tab-delimiters. For bedMethyl output, separate columns with only tabs. The default is to use tabs for the first 10 fields and spaces thereafter. The default behavior is more likely to be compatible with genome viewers. Enabling this option may make it easier to parse the output with tabular data handlers that expect a single kind of separator. --mixed-delim Output bedMethyl where the delimiter of columns past column 10 are space-delimited instead of tab-delimited. This option can be useful for some browsers and parsers that don't expect the extra columns of the bedMethyl format. --bedgraph Output bedGraph format, see https://genome.ucsc.edu/goldenPath/help/bedgraph.html. For this setting, specify a directory for output files to be make in. Two files for each modification will be produced, one for the positive strand and one for the negative strand. So for 5mC (m) and 5hmC (h) there will be 4 files produced. --with-header Output a header with the bedMethyl. --prefix Prefix to prepend on bedgraph output file names. Without this option the files will be _.bedgraph. --partition-tag Partition output into multiple bedMethyl files based on tag-value pairs. The output will be multiple bedMethyl files with the format `___.bed` prefix is optional and set with the `--prefix` flag. -h, --help Print help information (use `-h` for a summary)","breadcrumbs":"Extended subcommand help » pileup","id":"81","title":"pileup"},"82":{"body":"Performs various operations on BAM files containing base modification information, such as\nconverting base modification codes and ignoring modification calls. Produces a BAM output file Usage: modkit adjust-mods [OPTIONS] Arguments: BAM file to collapse mod call from. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. File path to new BAM file to be created. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard output. Options: --log-filepath Output debug logs to file at this path. --ignore Modified base code to ignore/remove, see https://samtools.github.io/hts-specs/SAMtags.pdf for details on the modified base codes. -t, --threads Number of threads to use. [default: 4] -f, --ff Fast fail, stop processing at the first invalid sequence record. Default behavior is to continue and report failed/skipped records at the end. --convert Convert one mod-tag to another, summing the probabilities together if the retained mod tag is already present. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --output-sam Output SAM format instead of BAM. --suppress-progress Hide the progress bar -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » adjust-mods","id":"82","title":"adjust-mods"},"83":{"body":"Renames Mm/Ml to tags to MM/ML. Also allows changing the the mode flag from silent '.' to explicitly\n'?' or '.'. Usage: modkit update-tags [OPTIONS] Arguments: BAM to update modified base tags in. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. File to new BAM file to be created or one of `-` or `stdin` to specify a stream from standard output. Options: -m, --mode Mode, change mode to this value, options {'explicit', 'implicit'}. See spec at: https://samtools.github.io/hts-specs/SAMtags.pdf. 'explicit' ('?') means residues without modification probabilities will not be assumed canonical or modified. 'implicit' means residues without explicit modification probabilities are assumed to be canonical. [possible values: explicit, implicit] -t, --threads Number of threads to use [default: 4] --no-implicit-probs Don't add implicit canonical calls. This flag is important when converting from one of the implicit modes ( `.` or `\"\"`) to explicit mode (`?`). By passing this flag, the bases without associated base modification probabilities will not be assumed to be canonical. No base modification probability will be written for these bases, meaning there is no information. The mode will automatically be set to the explicit mode `?`. --log-filepath Output debug logs to file at this path. --output-sam Output SAM format instead of BAM. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » update-tags","id":"83","title":"update-tags"},"84":{"body":"Calculate an estimate of the base modification probability distribution. Usage: modkit sample-probs [OPTIONS] Arguments: Input BAM with modified base tags. If a index is found reads will be sampled evenly across the length of the reference sequence. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: -t, --threads Number of threads to use. [default: 4] --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --suppress-progress Hide the progress bar. -p, --percentiles Percentiles to calculate, a space separated list of floats. [default: 0.1,0.5,0.9] -o, --out-dir Directory to deposit result tables into. Required for model probability histogram output. Creates two files probabilities.tsv and probabilities.txt The .txt contains ASCII-histograms and the .tsv contains tab-separated variable data represented by the histograms. --prefix Label to prefix output files with. E.g. 'foo' will output foo_thresholds.tsv, foo_probabilities.tsv, and foo_probabilities.txt. --force Overwrite results if present. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --hist Output histogram of base modification prediction probabilities. --buckets Number of buckets for the histogram, if used. [default: 128] -n, --num-reads Approximate maximum number of reads to use, especially recommended when using a large BAM without an index. If an indexed BAM is provided, the reads will be sampled evenly over the length of the aligned reference. If a region is passed with the --region option, they will be sampled over the genomic region. Actual number of reads used may deviate slightly from this number. [default: 10042] -f, --sampling-frac Instead of using a defined number of reads, specify a fraction of reads to sample, for example 0.1 will sample 1/10th of the reads. --no-sampling No sampling, use all of the reads to calculate the filter thresholds. -s, --seed Random seed for deterministic running, the default is non-deterministic, only used when no BAM index is provided. --region Process only the specified region of the BAM when collecting probabilities. Format should be :- or . -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. Only used when sampling probs from an indexed bam. [default: 1000000] --include-bed Only sample base modification probabilities that are aligned to the positions in this BED file. (alias: include-positions) --only-mapped Only use base modification probabilities that are aligned (i.e. ignore soft-clipped, and inserted bases). -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » sample-probs","id":"84","title":"sample-probs"},"85":{"body":"Summarize the mod tags present in a BAM and get basic statistics. The default output is a totals\ntable (designated by '#' lines) and a modification calls table. Descriptions of the columns can be\nfound in the README. Usage: modkit summary [OPTIONS] Arguments: Input modBam, can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: -t, --threads Number of threads to use. [default: 4] --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --tsv Output summary as a tab-separated variables stdout instead of a table. --suppress-progress Hide the progress bar. -n, --num-reads Approximate maximum number of reads to use, especially recommended when using a large BAM without an index. If an indexed BAM is provided, the reads will be sampled evenly over the length of the aligned reference. If a region is passed with the --region option, they will be sampled over the genomic region. Actual number of reads used may deviate slightly from this number. [default: 10042] -f, --sampling-frac Instead of using a defined number of reads, specify a fraction of reads to sample when estimating the filter threshold. For example 0.1 will sample 1/10th of the reads. --no-sampling No sampling, use all of the reads to calculate the filter thresholds and generating the summary. -s, --seed Sets a random seed for deterministic running (when using --sample-frac), the default is non-deterministic, only used when no BAM index is provided. --no-filtering Do not perform any filtering, include all base modification calls in the summary. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence base modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --include-bed Only summarize base modification probabilities that are aligned to the positions in this BED file. (alias: include-positions) --only-mapped Only use base modification probabilities that are aligned (i.e. ignore soft-clipped, and inserted bases). --region Process only the specified region of the BAM when collecting probabilities. Format should be :- or . -i, --interval-size When using regions, interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 1000000] -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » summary","id":"85","title":"summary"},"86":{"body":"Create BED file with all locations of a sequence motif. Example: modkit motif-bed CG 0 Usage: modkit motif-bed [OPTIONS] Arguments: Input FASTA file. Motif to search for within FASTA, e.g. CG. Offset within motif, e.g. 0. Options: -k, --mask Respect soft masking in the reference FASTA. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » motif-bed","id":"86","title":"motif-bed"},"87":{"body":"Call mods from a modBam, creates a new modBam with probabilities set to 100% if a base modification\nis called or 0% if called canonical. Usage: modkit call-mods [OPTIONS] Arguments: Input BAM, may be sorted and have associated index available. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Output BAM, can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --ff Fast fail, stop processing at the first invalid sequence record. Default behavior is to continue and report failed/skipped records at the end. --suppress-progress Hide the progress bar. -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -n, --num-reads Sample approximately this many reads when estimating the filtering threshold. If alignments are present reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the filter-percentile. In practice, 50-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic, only used when no BAM index is provided. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per primary base. A global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-threshold Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --no-filtering Don't filter base modification calls, assign each base modification to the highest probability prediction. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --output-sam Output SAM format instead of BAM. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » call-mods","id":"87","title":"call-mods"},"88":{"body":"Extract read-level base modification information from a modBAM into a tab-separated values table. Usage: modkit extract [OPTIONS] Arguments: Path to modBAM file to extract read-level information from, or one of `-` or `stdin` to specify a stream from standard input. If a file is used it may be sorted and have associated index. Path to output file, \"stdout\" or \"-\" will direct output to standard out. Specifying \"null\" will not output the extract table (useful if all you need is the `--read-calls` output table). Options: -t, --threads Number of threads to use. [default: 4] -q, --queue-size Number of reads that can be in memory at a time. Increasing this value will increase thread usage, at the cost of memory usage. [default: 10000] --log-filepath Path to file to write run log, setting this file is recommended. --mapped-only Include only mapped bases in output. (alias: mapped) --allow-non-primary Output aligned secondary and supplementary base modification probabilities as additional rows. The primary alignment will have all of the base modification probabilities (including soft-clipped ones, unless --mapped-only is used). The non-primary alignments will only have mapped bases in the output. --num-reads Number of reads to use. Note that when using a sorted, indexed modBAM that the sampling algorithm will attempt to sample records evenly over the length of the reference sequence. The result is the final number of records used may be slightly more or less than the requested number. When piping from stdin or using a modBAM without an index, the requested number of reads will be exact. --region Process only reads that are aligned to a specified region of the BAM. Format should be :- or . --force Force overwrite of output file. --suppress-progress Hide the progress bar. --kmer-size Set the query and reference k-mer size (if a reference is provided). Maximum number for this value is 50. [default: 5] --ignore-index Ignore the BAM index (if it exists) and default to a serial scan of the BAM. --read-calls-path Produce a table of read-level base modification calls. This table has, for each read, one row for each base modification call in that read using the same thresholding algorithm as in pileup, or summary (see online documentation for details on thresholds). Passing this option will cause `modkit` to estimate the pass thresholds from the data unless a `--filter-threshold` value is passed to the command. Use 'stdout' to stream this table to stdout, but note that you cannot stream this table and the raw extract table to stdout. --pass-only Only output base modification calls that pass the minimum confidence threshold. (alias: pass) --no-headers Don't print the header lines in the output tables. --reference Path to reference FASTA to extract reference context information from. If no reference is provided, `ref_kmer` column will be \".\" in the output. (alias: ref) --include-bed BED file with regions to include (alias: include-positions). Implicitly only includes mapped sites -v, --exclude-bed BED file with regions to _exclude_ (alias: exclude). --motif Output read-level base modification probabilities restricted to the reference sequence motifs provided. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CGCG 0 indicates include base modifications for which the read is aligned to the first C on the top strand and the last C (complement to G) on the bottom strand. The --cpg argument is short hand for --motif CG 0. This argument can be passed multiple times. --cpg Only output counts at CpG motifs. Requires a reference sequence to be provided. -k, --mask When using motifs, respect soft masking in the reference sequence. --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability. [default: 1000000] -f, --sampling-frac Sample this fraction of the reads when estimating the pass-threshold. In practice, 10-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. -n, --sample-num-reads Sample this many reads when estimating the filtering threshold. If a sorted, indexed modBAM is provided reads will be sampled evenly across aligned genome. If a region is specified, with the --region, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] --seed Set a random seed for deterministic running, the default is non-deterministic. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. Only used when an indexed modBam is provided. [default: 100000] --ignore-implicit Ignore implicitly canonical base modification calls. When the `.` flag is used in the MM tag, this implies that bases missing a base modification probability are to be assumed canonical. Set this flag to omit those base modifications from the output. For additional details see the SAM spec: https://samtools.github.io/hts-specs/SAMtags.pdf. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » extract","id":"88","title":"extract"},"89":{"body":"Repair MM and ML tags in one bam with the correct tags from another. To use this command, both\nmodBAMs _must_ be sorted by read name. The \"donor\" modBAM's reads must be a superset of the\nacceptor's reads. Extra reads in the donor are allowed, and multiple reads with the same name\n(secondary, etc.) are allowed in the acceptor. Reads with an empty SEQ field cannot be repaired and\nwill be rejected. Reads where there is an ambiguous alignment of the acceptor to the donor will be\nrejected (and logged). See the full documentation for details. Usage: modkit repair [OPTIONS] --donor-bam --acceptor-bam --output-bam Options: -d, --donor-bam Donor modBAM with original MM/ML tags. Must be sorted by read name. -a, --acceptor-bam Acceptor modBAM with reads to have MM/ML base modification data projected on to. Must be sorted by read name. -o, --output-bam output modBAM location. --log-filepath File to write logs to, it is recommended to use this option as some reads may be rejected and logged here -t, --threads The number of threads to use [default: 4] -h, --help Print help information.","breadcrumbs":"Extended subcommand help » repair","id":"89","title":"repair"},"9":{"body":"If have a modBAM with reads from different conditions are other SAM tag annotations (for example RG or HP) you can pass the --partition-tag option and modkit will output a separate bedMethyl with counts for only the reads with that tag value. For example, if you have haplotype-annotated reads with the HP tag, you could use a command like the following: modkit pileup path/to/reads.bam output/directory/ --cpg --ref --partition-tag HP --prefix haplotyped The output will be multiple files in placed in output/directory/haplotyped_<1|2|etc>.bed, multiple --partition-tag options can be passed and the output files will correspond to the observed combinations of tags found in the modBAM. For example if --partition-tag RG and --partition-tag HP are passed: outdir/ __.bed __.bed __.bed __.bed # ... etc Note that only tag values that can be easily turned into strings will be considered valid (e.g. numbers, characters, strings, etc.), array values will not be used, and will result in missing being used. Reads missing all of the SAM tags will be put in ungrouped.bed. For more information on the individual options see the Advanced Usage help document.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Partitioning reads based on SAM tag values","id":"9","title":"Partitioning reads based on SAM tag values"},"90":{"body":"Validate results from a set of mod-BAM files and associated BED files containing the ground truth\nmodified base status at reference positions. Usage: modkit validate [OPTIONS] Options: --bam-and-bed Argument accepts 2 values. The first value is the BAM file path with modified base tags. The second is a bed file with ground truth reference positions. The name field in the ground truth bed file should be the short name (single letter code or ChEBI ID) for a modified base or `-` to specify a canonical base ground truth position. This argument can be provided more than once for multiple samples. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. -c, --canonical-base Canonical base to evaluate. By default, this will be derived from mod codes in ground truth BED files. For ground truth with only canonical sites and/or ChEBI codes this values must be set. [possible values: A, C, G, T] --min-identity Only use reads with alignment identity >= this number, in Q-space (phred score). --min-length Remove reads with fewer aligned reference bases than this threshold. -q, --filter-quantile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify modified base probability filter threshold value. If specified, --filter-threshold will override --filter-quantile. -t, --threads Number of threads to use. [default: 4] --suppress-progress Hide the progress bar. -o, --out-filepath Specify a file for machine parseable output. --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » validate","id":"90","title":"validate"},"91":{"body":"Tabulates double-stranded base modification patters (such as hemi-methylation) across genomic motif\npositions. This command produces a bedMethyl file, the schema can be found in the online\ndocumentation. Usage: modkit pileup-hemi [OPTIONS] Arguments: Input BAM, should be sorted and have associated index available. Options: -o, --out-bed Output file to write results into. Will write to stdout if not provided. --cpg Aggregate double-stranded base modifications for CpG dinucleotides. This flag is short-hand for --motif CG 0. --motif Specify the sequence motif to pileup double-stranded base modification pattern counts for. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CG 0 indicates to generate pattern counts for the C on the top strand and the following C (opposite to G) on the negative strand. The motif must be reverse-complement palindromic or an error will be raised. See the documentation for more examples and details. -r, --ref Reference sequence in FASTA format. --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) --region Process only the specified region of the BAM when performing pileup. Format should be :- or . Commas are allowed. --max-depth Maximum number of records to use when calculating pileup. This argument is passed to the pileup engine. If you have high depth data, consider increasing this value substantially. Must be less than 2147483647 or an error will be raised. [default: 8000] -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] --chunk-size Break contigs into chunks containing this many intervals (see `interval_size`). This option can be used to help prevent excessive memory usage, usually with no performance penalty. By default, modkit will set this value to 1.5x the number of threads specified, so if 4 threads are specified the chunk_size will be 6. A warning will be shown if this option is less than the number of threads specified. --suppress-progress Hide the progress bar. -n, --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the filter-percentile. In practice, 50-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] --include-bed BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file. (alias: include-positions) --include-unmapped Include unmapped base modifications when estimating the pass threshold. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --force-allow-implicit Force allow implicit-canonical mode. By default modkit does not allow pileup with the implicit mode (e.g. C+m, no '.' or '?'). The `update-tags` subcommand is provided to update tags to the new mode. This option allows the interpretation of implicit mode tags: residues without modified base probability will be interpreted as being the non-modified base. -k, --mask Respect soft masking in the reference FASTA. --combine-mods Combine base modification calls, all counts of modified bases are summed together. See collapse.md for details. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --only-tabs **Deprecated** The default output has all tab-delimiters. For bedMethyl output, separate columns with only tabs. The default is to use tabs for the first 10 fields and spaces thereafter. The default behavior is more likely to be compatible with genome viewers. Enabling this option may make it easier to parse the output with tabular data handlers that expect a single kind of separator. --mixed-delim Output bedMethyl where the delimiter of columns past column 10 are space-delimited instead of tab-delimited. This option can be useful for some browsers and parsers that don't expect the extra columns of the bedMethyl format. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » pileup-hemi","id":"91","title":"pileup-hemi"},"92":{"body":"Find sequence motifs in a bedMethyl pileup that are enriched for base modification Usage: modkit find-motifs [OPTIONS] --in-bedmethyl --ref Options: -i, --in-bedmethyl Input bedmethyl table, can be used directly from modkit pileup. -o, --out-table Optionally output a machine-parsable TSV (human-readable table will always be output to the log). --known-motifs-table Optionally output machine parsable table with known motif modification frequencies that were not found during search. -t, --threads Number of threads to use. [default: 4] -r, --ref Reference sequence in FASTA format used for the pileup. Reference sequence in FASTA format used for the pileup. --low-thresh Fraction modified threshold below which consider a genome location to be \"low modification\". [default: 0.2] --high-thresh Fraction modified threshold above which consider a genome location to be \"high modification\" or enriched for modification. [default: 0.6] --min-log-odds Minimum log-odds to consider a motif sequence to be enriched. [default: 1.5] --exhaustive-seed-min-log-odds Minimum log-odds to consider a motif sequence to be enriched when performing exhaustive search. [default: 2.5] --exhaustive-seed-len Exhaustive search seed length, increasing this value increases computational time. [default: 3] --skip-search Skip the exhaustive search phase, saves time but the results may be less sensitive. --min-coverage Minimum coverage in the bedMethyl to consider a record valid. [default: 5] --context-size Upstream and downstream number of bases to search for a motif sequence around a modified base. Example: --context-size 12 12 [default: 12 12] --init-context-size Initial \"fixed\" seed window size in base pairs around the modified base. Example: --init-context-size 2 2 [default: 2 2] --min-sites Minimum number of total sites in the genome required for a motif to be considered. [default: 300] --min-frac-mod Minimum fraction of sites in the genome to be \"high-modification\" for a motif to be considered. [default: 0.85] --known-motif Gather enrichment information for a known motif as well as compare to discovered motifs. Format should be . --mod-code Specify which modification codes to process, default will process all modification codes found in the input bedMethyl file. --force-override-spec Force override SAM specification of association of modification codes to primary sequence bases. --log-filepath Output log to this file. --suppress-progress Disable the progress bars. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » find-motifs","id":"92","title":"find-motifs"},"93":{"body":"Use a mod-BAM to calculate methylation entropy over genomic windows. Usage: modkit entropy [OPTIONS] --in-bam --ref Options: -s, --in-bam Input mod-BAM, may be repeated multiple times to calculate entropy across all input mod-BAMs. -o, --out-bed Output BED file, if using `--region` this must be a directory. --prefix Only used with `--regions`, prefix files in output directory with this string. -n, --num-positions Number of modified positions to consider at a time. [default: 4] -w, --window-size Maximum length interval that \"num_positions\" modified bases can occur in. The maximum window size decides how dense the positions are packed. For example, consider that the num_positions is equal to 4, the motif is CpG, and the window_size is equal to 8, this configuration would require that the modified positions are immediately adjacent to each other, \"CGCGCGCG\". On the other hand, if the window_size was set to 12, then multiple sequences with various patterns of other bases can be used CGACGATCGGCG. [default: 50] --no-filtering Do not perform any filtering, include all mod base calls in output. --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or for the canonical calls. When specified, base modification call probabilities will be required to be greater than or equal to this number. If `--mod-thresholds` is also specified, _this_ value will be used for canonical calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. -t, --threads Number of threads to use. [default: 4] --io-threads Number of BAM-reading threads to use. --ref Reference sequence in FASTA format. --mask Respect soft masking in the reference FASTA. --motif Motif to use for entropy calculation, default will be CpG. --cpg Use CpG motifs. Short hand for --motif CG 0 --combine-strands --base Primary sequence base to calculate modification entropy on. [possible values: A, C, G, T] --regions Regions over which to calculate descriptive statistics. --combine-strands Combine modification counts on the positive and negative strands and report entropy on just the positive strand. --min-coverage Minimum coverage required at each position in the window. Windows without at least this many valid reads will be skipped, but positions within the window with enough coverage can be used by neighboring windows. [default: 3] --log-filepath Send debug logs to this file, setting this file is recommended. --suppress-progress Hide progress bars. --force Force overwrite output. --header Write a header line. --drop-zeros Omit windows with zero entropy. --max-filtered-positions Maximum number of filtered positions a read is allowed to have in a window, more than this number and the read will be discarded. Default will be 50% of `num_positions`. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » entropy","id":"93","title":"entropy"},"94":{"body":"Compare regions in a pair of samples (for example, tumor and normal or control and experiment). A\nsample is input as a bgzip pileup bedMethyl (produced by pileup, for example) that has an associated\ntabix index. Output is a BED file with the score column indicating the magnitude of the difference\nin methylation between the two samples. See the online documentation for additional details. Usage: modkit dmr pair [OPTIONS] -a -b --ref Options: -a Bgzipped bedMethyl file for the first (usually control) sample. There should be a tabix index with the same name and .tbi next to this file or the --index-a option must be provided. -b Bgzipped bedMethyl file for the second (usually experimental) sample. There should be a tabix index with the same name and .tbi next to this file or the --index-b option must be provided. -o, --out-path Path to file to direct output, optional, no argument will direct output to stdout --header Include header in output. -r, --regions-bed BED file of regions over which to compare methylation levels. Should be tab-separated (spaces allowed in the \"name\" column). Requires chrom, chromStart and chromEnd. The Name column is optional. Strand is currently ignored. When omitted, methylation levels are compared at each site. --ref Path to reference fasta for used in the pileup/alignment --segment Run segmentation, output segmented differentially methylated regions to this file. --max-gap-size Maximum number of base pairs between modified bases for them to be segmented together. [default: 5000] --dmr-prior Prior probability of a differentially methylated position. [default: 0.1] --diff-stay Maximum probability of continuing a differentially methylated block, decay will be dynamic based on proximity to the next position. [default: 0.9] --significance-factor Significance factor, effective p-value necessary to favor the \"Different\" state. [default: 0.01] --log-transition-decay Use logarithmic decay for \"Different\" stay probability. --decay-distance After this many base pairs, the transition probability will become the prior probability of encountering a differentially modified position. [default: 500] --fine-grained Preset HMM segmentation parameters for higher propensity to switch from \"Same\" to \"Different\" state. Results will be shorter segments, but potentially higher sensitivity. -m, --base Bases to use to calculate DMR, may be multiple. For example, to calculate differentially methylated regions using only cytosine modifications use --base C. --assign-code Extra assignments of modification codes to their respective primary bases. In general, modkit dmr will use the SAM specification to know which modification codes are appropriate to use for a given primary base. For example \"h\" is the code for 5hmC, so is appropriate for cytosine bases, but not adenine bases. However, if your bedMethyl file contains custom codes or codes that are not part of the specification, you can specify which primary base they belong to here with --assign-code x:C meaning associate modification code \"x\" with cytosine (C) primary sequence bases. If a code is encountered that is not part of the specification, the bedMethyl record will not be used, this will be logged. --log-filepath File to write logs to, it's recommended to use this option. -t, --threads Number of threads to use. [default: 4] --batch-size Control the batch size. The batch size is the number of regions to load at a time. Each region will be processed concurrently. Loading more regions at a time will decrease IO to load data, but will use more memory. Default will be 50% more than the number of threads assigned. -k, --mask Respect soft masking in the reference FASTA. --suppress-progress Don't show progress bars. -f, --force Force overwrite of output file, if it already exists. --index-a Path to tabix index associated with -a (--control-bed-methyl) bedMethyl file. --index-b Path to tabix index associated with -b (--exp-bed-methyl) bedMethyl file. --missing How to handle regions found in the `--regions` BED file. quiet => ignore regions that are not found in the tabix header warn => log (debug) regions that are missing fatal => log (error) and exit the program when a region is missing. [default: warn] [possible values: quiet, warn, fail] --min-valid-coverage Minimum valid coverage required to use an entry from a bedMethyl. See the help for pileup for the specification and description of valid coverage. [default: 0] --prior Prior distribution for estimating MAP-based p-value. Should be two arguments for alpha and beta (e.g. 1.0 1.0). See `dmr_scoring_details.md` for additional details on how the metric is calculated. --delta Consider only effect sizes greater than this when calculating the MAP-based p-value. [default: 0.05] -N, --n-sample-records Sample this many reads when estimating the max coverage thresholds. [default: 10042] --max-coverages Max coverages to enforce when calculating estimated MAP-based p-value. --cap-coverages When using replicates, cap coverage to be equal to the maximum coverage for a single sample. For example, if there are 3 replicates with max_coverage of 30, the total coverage would normally be 90. Using --cap-coverages will down sample the data to 30X. -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » dmr pair","id":"94","title":"dmr pair"},"95":{"body":"Compare regions between all pairs of samples (for example a trio sample set or haplotyped trio\nsample set). As with `pair` all inputs must be bgzip compressed bedMethyl files with associated\ntabix indices. Each sample must be assigned a name. Output is a directory of BED files with the\nscore column indicating the magnitude of the difference in methylation between the two samples\nindicated in the file name. See the online documentation for additional details Usage: modkit dmr multi [OPTIONS] --regions-bed --out-dir --ref Options: -s, --sample Two or more named samples to compare. Two arguments are required . This option should be repeated at least two times. -i, --index Optional, paths to tabix indices associated with named samples. Two arguments are required where corresponds to the name of the sample given to the -s/--sample argument. -r, --regions-bed BED file of regions over which to compare methylation levels. Should be tab-separated (spaces allowed in the \"name\" column). Requires chrom, chromStart and chromEnd. The Name column is optional. Strand is currently ignored. --header Include header in output. -o, --out-dir Directory to place output DMR results in BED format. -p, --prefix Prefix files in directory with this label. --ref Path to reference fasta for the pileup. -m, --base Bases to use to calculate DMR, may be multiple. For example, to calculate differentially methylated regions using only cytosine modifications use --base C. --assign-code Extra assignments of modification codes to their respective primary bases. In general, modkit dmr will use the SAM specification to know which modification codes are appropriate to use for a given primary base. For example \"h\" is the code for 5hmC, so is appropriate for cytosine bases, but not adenine bases. However, if your bedMethyl file contains custom codes or codes that are not part of the specification, you can specify which primary base they belong to here with --assign-code x:C meaning associate modification code \"x\" with cytosine (C) primary sequence bases. If a code is encountered that is not part of the specification, the bedMethyl record will not be used, this will be logged. --log-filepath File to write logs to, it's recommended to use this option. -t, --threads Number of threads to use. [default: 4] -k, --mask Respect soft masking in the reference FASTA. --suppress-progress Don't show progress bars. -f, --force Force overwrite of output file, if it already exists. --missing How to handle regions found in the `--regions` BED file. quiet => ignore regions that are not found in the tabix header warn => log (debug) regions that are missing fatal => log (error) and exit the program when a region is missing. [default: warn] [possible values: quiet, warn, fail] --min-valid-coverage Minimum valid coverage required to use an entry from a bedMethyl. See the help for pileup for the specification and description of valid coverage. [default: 0] -h, --help Print help information.","breadcrumbs":"Extended subcommand help » dmr multi","id":"95","title":"dmr multi"},"96":{"body":"It's recommended to run all modkit commands with the --log-filepath option set. When unexpected outputs are produced inspecting this file will often indicate the reason.","breadcrumbs":"Troubleshooting » Troubleshooting","id":"96","title":"Troubleshooting"},"97":{"body":"As of v0.2.4 secondary and supplementary alignments are supported in adjust-mods, update-tags, call-mods, and (optionally) in extract. However, in order to use these alignment records correctly, the MN tag must be present and correct in the record. The MN tag indicates the length of the sequence corresponding to the MM and ML tags. As of dorado v0.5.0 the MN tag is output when modified base calls are produced. If the aligner has hard-clipped the sequence, this number will not match the sequence length and the record cannot be used. Similarly, if the SEQ field is empty (sequence length zero), the record cannot be used. One way to use supplementary alignments is to specify the -Y flag when using dorado or minimap2 . For these programs, when -Y is specified, the sequence will not be hardclipped in supplementary alignments and will be present in secondary alignments. Other mapping algorithms that are \"MM tag-aware\" may allow hard-clipping and update the MM and ML tags, modkit will accept these records as long as the MN tag indicates the correct sequence length.","breadcrumbs":"Troubleshooting » Missing secondary and supplementary alignments in output","id":"97","title":"Missing secondary and supplementary alignments in output"},"98":{"body":"First, check the logfile, there may be many lines with a variant of record 905b4cb4-15e2-4060-9c98-866d0aff78bb has un-allowed mode\n(ImplicitProbModified), use '--force-allow-implicit' or 'modkit update-tags --mode\nambiguous As suggested, using update or setting the --force-allow-implicit flag should produce output from these records. If the MM tag contains an un-supported mod-code (a limitation that will be removed in a future release), these errors will be logged. To process the modBAM, first convert the tags. In general, if there are MM/ML tags in the modBAM and the bedMethyl is still empty the log file will contain a line explaining why each record is being skipped.","breadcrumbs":"Troubleshooting » No rows in modkit pileup output.","id":"98","title":"No rows in modkit pileup output."},"99":{"body":"If you have previously downsampled the modBAM to a specific region, for example with a command like samtools view -bh input.sorted.bam chr1 modkit will still try and sample reads evenly across the entire genome but fail to find any aligned to other contigs. To remedy this, either pass the same --region chr1 option or set the --sampling-frac 1.0. The former will set modkit to only use the region present in the BAM. For example, modkit pileup input.bam output.bed --region chr1\n# or\nmodkit pileup input.bam output.bed --sample-region chr1 The latter will sample all of the reads in the BAM, which may slow down the process, so in general the best advice is to either use the same --region when using modkit or don't downsample the BAM ahead of time (and use --region in order to get the desired bedMethyl). The summary, sample-probs, and pileup subcommands all use the same --region option.","breadcrumbs":"Troubleshooting » Not sampling enough reads to estimate threshold.","id":"99","title":"Not sampling enough reads to estimate threshold."}},"length":126,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"4":{"6":{"2":{"6":{"5":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"8":{"3":{"2":{"0":{"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"4":{"3":{"7":{"1":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"3":{"7":{"8":{"0":{"5":{"8":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"8":{"0":{"9":{"3":{"1":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"5":{"5":{"0":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"3":{"2":{"0":{"7":{"6":{"5":{"3":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"1":{"6":{"2":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"1":{"9":{"4":{"2":{"6":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"5":{"2":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":2.0},"94":{"tf":1.0}}},"6":{"4":{"3":{"3":{"8":{"2":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"6":{"0":{"8":{"5":{"4":{"4":{"df":1,"docs":{"20":{"tf":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":{"29":{"tf":1.4142135623730951}}},"1":{",":{"0":{".":{"5":{",":{"0":{".":{"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"9":{"6":{"8":{"1":{"5":{"3":{"0":{"2":{"3":{"2":{"3":{"3":{"7":{"5":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":12,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"2":{".":{"df":0,"docs":{},"z":{"df":1,"docs":{"101":{"tf":1.0}}}},"5":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951}}},"6":{"2":{"2":{"4":{"1":{"5":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"4":{"2":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"113":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}},"3":{"3":{"4":{"3":{"5":{"0":{"6":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"7":{"8":{"5":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"9":{"0":{"4":{"0":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"1":{"6":{"1":{"6":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"9":{"7":{"2":{"6":{"5":{"6":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}}},"7":{"0":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"6":{"7":{"9":{"6":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":7,"docs":{"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951}}},"8":{"5":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"54":{"tf":1.0},"92":{"tf":1.0}}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"6":{"4":{"8":{"4":{"3":{"7":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"1":{"4":{"0":{"6":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.4142135623730951},"125":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":3.1622776601683795},"8":{"tf":4.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"1":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"2":{"9":{"4":{"2":{"2":{"7":{"4":{"4":{"3":{"4":{"1":{"9":{"0":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"0":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{".":{"0":{"0":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":4,"docs":{"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"]":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"6":{"2":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"6":{"6":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":10,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"7":{"2":{"1":{"2":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"7":{"4":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"3":{"6":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"7":{"1":{"9":{"2":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"6":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":2.8284271247461903},"12":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"49":{"tf":1.0}}}}},"1":{"9":{"2":{"5":{"3":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"2":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"9":{"5":{"3":{"6":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"71":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.0}}},"3":{"0":{"5":{"9":{"5":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"4":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"5":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0}},"e":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"7":{"3":{".":{"7":{"8":{"1":{"9":{"8":{"7":{"3":{"1":{"5":{"4":{"3":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"8":{"3":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"9":{"5":{"3":{"3":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":25,"docs":{"11":{"tf":1.0},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.0},"8":{"tf":1.0}},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"2":{".":{"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"9":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":2.0}}},"1":{"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":2.0},"71":{"tf":1.4142135623730951}}},"2":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"5":{",":{"1":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{",":{"0":{",":{"0":{"df":4,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"7":{".":{"3":{"4":{"5":{"1":{"4":{"2":{"0":{"3":{"4":{"4":{"7":{"5":{"4":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"45":{"tf":1.0},"71":{"tf":1.0}}},"6":{"df":1,"docs":{"71":{"tf":1.0}}},"7":{"4":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"8":{".":{"5":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.0},"11":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0}}},"3":{"0":{"0":{"df":1,"docs":{"92":{"tf":1.0}}},"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"94":{"tf":1.0}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"2":{"df":4,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}},"7":{"3":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"8":{"tf":2.0}}},"df":24,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"4":{",":{"8":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},".":{"1":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"0":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}},"7":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"df":35,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"5":{"'":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"c":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},".":{"0":{"1":{"3":{"0":{"2":{"6":{"3":{"8":{"1":{"1":{"1":{"0":{"6":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":1,"docs":{"94":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.4142135623730951},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":19,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"m":{"c":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"c":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"6":{".":{"3":{"5":{"5":{"8":{"2":{"3":{"9":{"7":{"7":{"0":{"9":{"3":{"6":{"7":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"118":{"tf":1.0}}},"4":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"4":{"1":{"6":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":3,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"7":{"1":{"8":{"5":{"4":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"5":{"4":{"0":{"8":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"df":10,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"8":{"0":{"0":{"0":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"6":{"d":{"0":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"7":{"8":{"b":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}}},"9":{",":{"9":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"b":{"4":{"c":{"b":{"4":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"94":{"tf":1.0}}},"4":{"5":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"3":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"8":{"6":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"1":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{",":{"1":{"0":{"0":{"]":{",":{"[":{"\"":{"a":{"\"":{",":{"1":{"0":{"0":{",":{"9":{"9":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"8":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"+":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"7":{"0":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"108":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0},"50":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"56":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":7,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"j":{"a":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"120":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"91":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"26":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":7,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}}},"i":{"a":{"df":7,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":24,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":2.8284271247461903},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.6457513110645907},"99":{"tf":1.0}}}}},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"32":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"30":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":3,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":2.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"54":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"114":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"{":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":2.449489742783178},"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":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"101":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"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":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}},"y":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":3.1622776601683795},"50":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.6457513110645907},"99":{"tf":1.7320508075688772}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"_":{"5":{"df":0,"docs":{},"m":{"c":{"_":{"5":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"c":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":84,"docs":{"1":{"tf":1.0},"101":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"108":{"tf":2.449489742783178},"109":{"tf":1.0},"11":{"tf":3.4641016151377544},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":2.23606797749979},"115":{"tf":2.6457513110645907},"117":{"tf":2.23606797749979},"118":{"tf":2.6457513110645907},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.0},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":3.872983346207417},"28":{"tf":4.69041575982343},"29":{"tf":2.449489742783178},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.7320508075688772},"47":{"tf":2.6457513110645907},"48":{"tf":3.3166247903554},"49":{"tf":2.8284271247461903},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":2.8284271247461903},"58":{"tf":3.872983346207417},"59":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":3.3166247903554},"81":{"tf":6.0},"82":{"tf":3.872983346207417},"83":{"tf":2.23606797749979},"84":{"tf":4.47213595499958},"85":{"tf":5.291502622129181},"87":{"tf":4.795831523312719},"88":{"tf":6.48074069840786},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":4.69041575982343},"91":{"tf":6.0},"92":{"tf":2.449489742783178},"93":{"tf":3.1622776601683795},"94":{"tf":4.123105625617661},"95":{"tf":3.0},"97":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":5,"docs":{"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"94":{"tf":2.23606797749979}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":27,"docs":{"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"88":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"76":{"tf":1.0},"81":{"tf":2.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"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":29,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903},"9":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.449489742783178},"94":{"tf":2.8284271247461903},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":9,"docs":{"118":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"101":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}}},"g":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"59":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"+":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"z":{"df":1,"docs":{"18":{"tf":1.0}}}},":":{"0":{".":{"4":{"6":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":1,"docs":{"113":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"108":{"tf":1.0}}},"9":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"5":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"6":{".":{"2":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":19,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":56,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":3.3166247903554},"110":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.8284271247461903},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":3.3166247903554},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":3.4641016151377544},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":3.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":3.7416573867739413},"82":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":3.605551275463989},"87":{"tf":4.123105625617661},"88":{"tf":4.242640687119285},"90":{"tf":3.0},"91":{"tf":3.605551275463989},"93":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":39,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"72":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":29,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"[":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"c":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"120":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":12,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"1":{"df":1,"docs":{"99":{"tf":2.0}}},"2":{"0":{":":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"33":{"tf":1.4142135623730951},"54":{"tf":2.0},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{">":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"df":9,"docs":{"104":{"tf":1.7320508075688772},"13":{"tf":1.0},"81":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"123":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"114":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":25,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":2.8284271247461903},"62":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.0},"98":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"l":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":7,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"19":{"tf":1.0},"71":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"a":{"df":13,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"d":{"df":45,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"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},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"46":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":7,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"71":{"tf":2.23606797749979},"88":{"tf":1.0},"92":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":6,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"125":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":8,"docs":{"122":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":2.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":3.3166247903554},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":18,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"7":{"tf":2.8284271247461903},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":2.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"105":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"120":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"57":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"47":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":20,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":3,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"89":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":11,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"94":{"tf":2.0}}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"120":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"101":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":34,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.7416573867739413},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.8284271247461903},"87":{"tf":2.8284271247461903},"88":{"tf":3.3166247903554},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.7416573867739413},"92":{"tf":3.4641016151377544},"93":{"tf":3.0},"94":{"tf":3.4641016151377544},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"49":{"tf":1.0},"50":{"tf":2.8284271247461903}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"62":{"tf":1.0},"81":{"tf":2.0},"91":{"tf":2.0}}}}}},"t":{"a":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"121":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":32,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"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},"73":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":33,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"24":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"3":{"tf":1.0},"52":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.7320508075688772},"76":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"117":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":6,"docs":{"54":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"26":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"117":{"tf":2.8284271247461903},"118":{"tf":3.0},"123":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"b":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}}}},"n":{"a":{"df":7,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.7320508075688772},"89":{"tf":2.449489742783178}}}}},"r":{"a":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"115":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"101":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":16,"docs":{"115":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"59":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"72":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":13,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"d":{"df":22,"docs":{"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":3.1622776601683795},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"119":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"64":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"73":{"tf":2.449489742783178},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979},"77":{"tf":2.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"93":{"tf":2.8284271247461903}}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":22,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.6457513110645907},"91":{"tf":3.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"t":{"c":{"df":3,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"4":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"123":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":58,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"92":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"94":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.0},"22":{"tf":1.0},"26":{"tf":2.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"42":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"97":{"tf":1.0}}}},"df":8,"docs":{"46":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":10,"docs":{"25":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}},"q":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":10,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"w":{"df":1,"docs":{"105":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":46,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":2.0},"62":{"tf":2.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":3.0},"81":{"tf":3.872983346207417},"82":{"tf":2.8284271247461903},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":3.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":3.0},"91":{"tf":2.6457513110645907},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":3.7416573867739413},"95":{"tf":3.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":27,"docs":{"119":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":5.0990195135927845},"82":{"tf":2.6457513110645907},"84":{"tf":2.8284271247461903},"85":{"tf":4.795831523312719},"87":{"tf":5.0},"88":{"tf":5.0990195135927845},"90":{"tf":3.7416573867739413},"91":{"tf":5.0990195135927845},"93":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"d":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"118":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"25":{"tf":1.0},"64":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":2.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"84":{"tf":1.0}}},"r":{"c":{"df":10,"docs":{"105":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":18,"docs":{"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"122":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"a":{"c":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"118":{"tf":1.0},"24":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"(":{"0":{".":{"0":{")":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"(":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"117":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"c":{"df":2,"docs":{"25":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":11,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":24,"docs":{"103":{"tf":1.0},"104":{"tf":2.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}}},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}},"n":{"df":16,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"71":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{",":{"df":0,"docs":{},"m":{",":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},":":{"0":{".":{"8":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"52":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"55":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}},"}":{"_":{"1":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":19,"docs":{"36":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"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.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"3":{"tf":1.4142135623730951},"47":{"tf":3.0},"48":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"6":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":11,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"p":{"1":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"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":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":16,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":22,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"61":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":2.449489742783178},"88":{"tf":1.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}}}},"n":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":23,"docs":{"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"88":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"b":{"df":5,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"_":{"a":{"df":1,"docs":{"94":{"tf":1.0}}},"b":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"32":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.0}}}},"i":{"c":{"df":20,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":24,"docs":{"120":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"92":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{".":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":24,"docs":{"108":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":2.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":3.605551275463989},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"28":{"tf":2.6457513110645907},"50":{"tf":3.605551275463989},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"117":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"104":{"tf":2.449489742783178},"105":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"81":{"tf":3.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"93":{"tf":1.0},"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"77":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"25":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"y":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"42":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}}}},"df":8,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"92":{"tf":2.0}}}}}}},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"42":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"16":{"tf":1.0}}}},"n":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"104":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"19":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":2.23606797749979},"104":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":21,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":8,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":38,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"m":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},",":{"c":{"df":0,"docs":{},"g":{",":{"0":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{",":{"2":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"6":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"8":{"df":2,"docs":{"108":{"tf":1.0},"113":{"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":8,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"71":{"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":3,"docs":{"80":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"106":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"118":{"tf":2.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"61":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.7320508075688772},"97":{"tf":1.0}},"}":{"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"k":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":2.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}},"}":{"df":0,"docs":{},"|":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"q":{"df":1,"docs":{"114":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":20,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":13,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"71":{"tf":1.0},"88":{"tf":1.0}},"g":{"df":2,"docs":{"103":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"106":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"71":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":27,"docs":{"107":{"tf":1.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":3.1622776601683795},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"57":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"108":{"tf":1.0},"56":{"tf":1.0}}},"df":8,"docs":{"106":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"100":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.7320508075688772},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":16,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"n":{"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"97":{"tf":2.0}}},"o":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"106":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{">":{",":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{">":{",":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"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":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{">":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.449489742783178},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":33,"docs":{"105":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":2.8284271247461903},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":7,"docs":{"17":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":3.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"118":{"tf":1.4142135623730951},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"17":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":74,"docs":{"101":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":2.6457513110645907},"109":{"tf":1.0},"11":{"tf":2.8284271247461903},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"118":{"tf":2.6457513110645907},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"124":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":3.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":3.3166247903554},"29":{"tf":2.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.449489742783178},"58":{"tf":3.0},"59":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":3.1622776601683795},"81":{"tf":4.242640687119285},"82":{"tf":3.1622776601683795},"83":{"tf":2.0},"84":{"tf":3.4641016151377544},"85":{"tf":4.123105625617661},"87":{"tf":3.872983346207417},"88":{"tf":5.0},"89":{"tf":1.0},"90":{"tf":3.0},"91":{"tf":4.358898943540674},"92":{"tf":3.0},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":2.0}},"i":{"df":42,"docs":{"1":{"tf":1.0},"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"120":{"tf":3.0},"122":{"tf":1.0},"125":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"69":{"tf":2.23606797749979},"70":{"tf":2.0},"71":{"tf":3.3166247903554},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":2.23606797749979},"92":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"28":{"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":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":86,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"64":{"tf":1.7320508075688772},"7":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":25,"docs":{"106":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":2.6457513110645907},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":3.3166247903554},"69":{"tf":2.8284271247461903},"70":{"tf":2.449489742783178},"71":{"tf":2.23606797749979},"72":{"tf":1.0},"77":{"tf":2.6457513110645907},"8":{"tf":3.7416573867739413},"80":{"tf":2.449489742783178},"81":{"tf":3.872983346207417},"86":{"tf":2.8284271247461903},"88":{"tf":3.0},"91":{"tf":3.0},"92":{"tf":3.605551275463989},"93":{"tf":2.6457513110645907}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"95":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"n":{"+":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":26,"docs":{"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":3.1622776601683795}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"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":{"54":{"tf":1.4142135623730951},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":6,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":7,"docs":{"15":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":2.6457513110645907},"27":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"r":{">":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":2.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"58":{"tf":2.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"93":{"tf":1.0}},"r":{"df":3,"docs":{"101":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":5,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"92":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"7":{"4":{"1":{"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"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":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"101":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}},"df":32,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.23606797749979},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":4.69041575982343},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":3.0},"88":{"tf":3.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":4.0},"92":{"tf":2.0},"93":{"tf":2.449489742783178},"94":{"tf":2.6457513110645907},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"73":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":3,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":18,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"/":{"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":{"9":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"<":{"1":{"df":0,"docs":{},"|":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":50,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":4.358898943540674},"82":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":4.123105625617661},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"93":{"tf":2.23606797749979},"94":{"tf":2.449489742783178},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"123":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"84":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"_":{"c":{"df":4,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"m":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"c":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":26,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"13":{"tf":1.0},"72":{"tf":1.7320508075688772},"78":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"61":{"tf":2.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"59":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":3.4641016151377544},"9":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907},"93":{"tf":2.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"47":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":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":{"2":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":11,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"z":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.8284271247461903},"120":{"tf":2.0},"121":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":12,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":28,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"g":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"]":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":37,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":3.3166247903554},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":3.1622776601683795},"92":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":3.1622776601683795},"94":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"58":{"tf":1.0}},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"114":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"2":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{">":{"_":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"2":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{">":{".":{"b":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"22":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"t":{"df":6,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"54":{"tf":1.0},"80":{"tf":1.7320508075688772},"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}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"94":{"tf":2.6457513110645907}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":41,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":2.0},"115":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"123":{"tf":2.6457513110645907},"16":{"tf":3.0},"17":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":2.6457513110645907},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.8284271247461903},"85":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.8284271247461903},"90":{"tf":2.0},"91":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":19,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"2":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"9":{"tf":1.0}}}}},"q":{"df":2,"docs":{"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":10,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"d":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":48,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"114":{"tf":1.0},"118":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":2.8284271247461903},"28":{"tf":3.4641016151377544},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.3166247903554},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"81":{"tf":3.7416573867739413},"82":{"tf":2.449489742783178},"84":{"tf":3.872983346207417},"85":{"tf":3.7416573867739413},"87":{"tf":3.7416573867739413},"88":{"tf":5.196152422706632},"89":{"tf":3.3166247903554},"9":{"tf":2.23606797749979},"90":{"tf":2.8284271247461903},"91":{"tf":3.7416573867739413},"93":{"tf":3.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"m":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":17,"docs":{"103":{"tf":1.0},"123":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"103":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"37":{"tf":1.0}},"f":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"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":{},"g":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"3":{"8":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":20,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":3.3166247903554},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"52":{"tf":2.0},"54":{"tf":2.449489742783178},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903},"73":{"tf":1.0},"76":{"tf":2.6457513110645907},"77":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":3.3166247903554},"84":{"tf":2.449489742783178},"85":{"tf":2.6457513110645907},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"91":{"tf":3.3166247903554},"93":{"tf":2.8284271247461903},"94":{"tf":3.605551275463989},"95":{"tf":3.1622776601683795},"99":{"tf":2.8284271247461903}},"s":{".":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"b":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":23,"docs":{"101":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"46":{"tf":2.6457513110645907},"80":{"tf":1.7320508075688772},"89":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"30":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"df":7,"docs":{"11":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":22,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"64":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":15,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"28":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.0},"119":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":4.358898943540674},"59":{"tf":3.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":3.4641016151377544},"85":{"tf":2.8284271247461903},"87":{"tf":3.0},"88":{"tf":3.0},"90":{"tf":1.0},"91":{"tf":3.0},"93":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.4641016151377544},"99":{"tf":2.449489742783178}},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"a":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"b":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":19,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":2.23606797749979},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":5,"docs":{"55":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"106":{"tf":2.6457513110645907},"68":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"72":{"tf":2.0},"86":{"tf":1.0},"92":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"118":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.8284271247461903},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"106":{"tf":1.0},"120":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"119":{"tf":2.0},"120":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.8284271247461903},"94":{"tf":2.449489742783178}},"s":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":19,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":47,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":2.449489742783178},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"7":{"tf":1.0},"70":{"tf":2.23606797749979},"71":{"tf":3.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"91":{"tf":2.0},"92":{"tf":2.8284271247461903},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":32,"docs":{"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":2.0},"70":{"tf":2.0},"71":{"tf":3.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":3,"docs":{"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}},"m":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}}},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":3.4641016151377544},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":18,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"91":{"tf":2.449489742783178},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.8284271247461903}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.4142135623730951},"55":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"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":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":19,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":33,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.0},"81":{"tf":4.123105625617661},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":3.4641016151377544},"87":{"tf":3.605551275463989},"88":{"tf":3.4641016151377544},"90":{"tf":2.23606797749979},"91":{"tf":4.0},"92":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":9,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}},"y":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"24":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"58":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":13,"docs":{"12":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":3.4641016151377544},"28":{"tf":3.7416573867739413},"50":{"tf":2.0},"58":{"tf":2.8284271247461903},"59":{"tf":2.449489742783178},"62":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"26":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"80":{"tf":1.0}}},"df":8,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":25,"docs":{"103":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"46":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"89":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":10,"docs":{"62":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772}}}},"l":{"df":31,"docs":{"105":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"88":{"tf":3.0},"92":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":6,"docs":{"28":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":30,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":2.0},"18":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":3.4641016151377544},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":2.8284271247461903},"98":{"tf":2.0}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":19,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"122":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":1,"docs":{"23":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"58":{"tf":2.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":2.0}}},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"p":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"118":{"tf":2.0}}},"z":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}},"l":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"{":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"}":{"(":{"0":{".":{"5":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"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":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"(":{"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"}":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"df":1,"docs":{"114":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"a":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}},"s":{"=":{"3":{"2":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":37,"docs":{"108":{"tf":3.872983346207417},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":3.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":2.6457513110645907},"28":{"tf":1.4142135623730951},"37":{"tf":3.1622776601683795},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"71":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":5.0990195135927845},"84":{"tf":1.0},"85":{"tf":4.47213595499958},"87":{"tf":4.795831523312719},"88":{"tf":5.291502622129181},"90":{"tf":2.0},"91":{"tf":5.0},"92":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":2.0},"94":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"m":{"df":1,"docs":{"46":{"tf":2.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":{}},"m":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"53":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":28,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"123":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"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.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":68,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":3.872983346207417},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":3.605551275463989},"85":{"tf":4.0},"87":{"tf":3.0},"88":{"tf":4.47213595499958},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":3.605551275463989},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":4.0},"95":{"tf":3.0},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{".":{"4":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":14,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":2.8284271247461903},"118":{"tf":2.0},"120":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.8284271247461903},"9":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"df":1,"docs":{"101":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"114":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":2,"docs":{"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"101":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"u":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"58":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"y":{"df":8,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"46":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"78":{"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":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":7,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":3.0}},"s":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"59":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"x":{":":{"c":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":2.23606797749979},"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"4":{"6":{"2":{"6":{"5":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"8":{"3":{"2":{"0":{"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"4":{"3":{"7":{"1":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"3":{"7":{"8":{"0":{"5":{"8":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"8":{"0":{"9":{"3":{"1":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"5":{"5":{"0":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"3":{"2":{"0":{"7":{"6":{"5":{"3":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"1":{"6":{"2":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"1":{"9":{"4":{"2":{"6":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"5":{"2":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":2.0},"94":{"tf":1.0}}},"6":{"4":{"3":{"3":{"8":{"2":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"6":{"0":{"8":{"5":{"4":{"4":{"df":1,"docs":{"20":{"tf":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":{"29":{"tf":1.4142135623730951}}},"1":{",":{"0":{".":{"5":{",":{"0":{".":{"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"9":{"6":{"8":{"1":{"5":{"3":{"0":{"2":{"3":{"2":{"3":{"3":{"7":{"5":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":12,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"2":{".":{"df":0,"docs":{},"z":{"df":1,"docs":{"101":{"tf":1.0}}}},"5":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951}}},"6":{"2":{"2":{"4":{"1":{"5":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"4":{"2":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"113":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}},"3":{"3":{"4":{"3":{"5":{"0":{"6":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"7":{"8":{"5":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"9":{"0":{"4":{"0":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"1":{"6":{"1":{"6":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"9":{"7":{"2":{"6":{"5":{"6":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}}},"7":{"0":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"6":{"7":{"9":{"6":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":7,"docs":{"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951}}},"8":{"5":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"54":{"tf":1.0},"92":{"tf":1.0}}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"6":{"4":{"8":{"4":{"3":{"7":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"1":{"4":{"0":{"6":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.4142135623730951},"125":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":3.1622776601683795},"8":{"tf":4.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"1":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"2":{"9":{"4":{"2":{"2":{"7":{"4":{"4":{"3":{"4":{"1":{"9":{"0":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"0":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{".":{"0":{"0":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":4,"docs":{"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"]":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"6":{"2":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"6":{"6":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":10,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"7":{"2":{"1":{"2":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"7":{"4":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"3":{"6":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"7":{"1":{"9":{"2":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"6":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":2.8284271247461903},"12":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"49":{"tf":1.0}}}}},"1":{"9":{"2":{"5":{"3":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"2":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"9":{"5":{"3":{"6":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"71":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.0}}},"3":{"0":{"5":{"9":{"5":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"4":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"5":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0}},"e":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"7":{"3":{".":{"7":{"8":{"1":{"9":{"8":{"7":{"3":{"1":{"5":{"4":{"3":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"8":{"3":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"9":{"5":{"3":{"3":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":25,"docs":{"11":{"tf":1.0},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.0},"8":{"tf":1.0}},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"2":{".":{"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"9":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":2.0}}},"1":{"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":2.0},"71":{"tf":1.4142135623730951}}},"2":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"5":{",":{"1":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{",":{"0":{",":{"0":{"df":4,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"7":{".":{"3":{"4":{"5":{"1":{"4":{"2":{"0":{"3":{"4":{"4":{"7":{"5":{"4":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"45":{"tf":1.0},"71":{"tf":1.0}}},"6":{"df":1,"docs":{"71":{"tf":1.0}}},"7":{"4":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"8":{".":{"5":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.0},"11":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0}}},"3":{"0":{"0":{"df":1,"docs":{"92":{"tf":1.0}}},"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"94":{"tf":1.0}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"2":{"df":4,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}},"7":{"3":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"8":{"tf":2.0}}},"df":24,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"4":{",":{"8":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},".":{"1":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"0":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}},"7":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"df":35,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"5":{"'":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"c":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},".":{"0":{"1":{"3":{"0":{"2":{"6":{"3":{"8":{"1":{"1":{"1":{"0":{"6":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":1,"docs":{"94":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":19,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"m":{"c":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"c":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"6":{".":{"3":{"5":{"5":{"8":{"2":{"3":{"9":{"7":{"7":{"0":{"9":{"3":{"6":{"7":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"118":{"tf":1.0}}},"4":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"4":{"1":{"6":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":3,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"7":{"1":{"8":{"5":{"4":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"5":{"4":{"0":{"8":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"df":10,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"8":{"0":{"0":{"0":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"6":{"d":{"0":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"7":{"8":{"b":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}}},"9":{",":{"9":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"b":{"4":{"c":{"b":{"4":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"94":{"tf":1.0}}},"4":{"5":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"3":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"8":{"6":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"1":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{",":{"1":{"0":{"0":{"]":{",":{"[":{"\"":{"a":{"\"":{",":{"1":{"0":{"0":{",":{"9":{"9":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"8":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"+":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"7":{"0":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"108":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0},"50":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"56":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":7,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"j":{"a":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"120":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"91":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"26":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"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},"28":{"tf":1.0},"71":{"tf":2.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}}},"i":{"a":{"df":7,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":24,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":2.8284271247461903},"30":{"tf":2.449489742783178},"32":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"5":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.8284271247461903},"99":{"tf":1.0}}}}},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"32":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"30":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":2.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"54":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"114":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"{":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":2.449489742783178},"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":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"101":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"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":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}},"y":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"46":{"tf":3.1622776601683795},"50":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.6457513110645907},"99":{"tf":1.7320508075688772}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"_":{"5":{"df":0,"docs":{},"m":{"c":{"_":{"5":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"c":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":84,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"108":{"tf":2.8284271247461903},"109":{"tf":1.4142135623730951},"11":{"tf":3.4641016151377544},"110":{"tf":2.0},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":2.6457513110645907},"115":{"tf":2.8284271247461903},"117":{"tf":2.23606797749979},"118":{"tf":2.8284271247461903},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":3.872983346207417},"28":{"tf":4.795831523312719},"29":{"tf":2.6457513110645907},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"44":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"47":{"tf":2.6457513110645907},"48":{"tf":3.3166247903554},"49":{"tf":2.8284271247461903},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":2.8284271247461903},"58":{"tf":3.872983346207417},"59":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":3.3166247903554},"81":{"tf":6.0},"82":{"tf":3.872983346207417},"83":{"tf":2.23606797749979},"84":{"tf":4.47213595499958},"85":{"tf":5.291502622129181},"87":{"tf":4.795831523312719},"88":{"tf":6.48074069840786},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":4.69041575982343},"91":{"tf":6.0},"92":{"tf":2.449489742783178},"93":{"tf":3.1622776601683795},"94":{"tf":4.123105625617661},"95":{"tf":3.0},"97":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":5,"docs":{"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"94":{"tf":2.23606797749979}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":27,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":3.1622776601683795},"62":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"76":{"tf":1.0},"81":{"tf":2.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"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":33,"docs":{"10":{"tf":2.23606797749979},"100":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.449489742783178},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903},"9":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":2.449489742783178},"94":{"tf":2.8284271247461903},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":9,"docs":{"118":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"101":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}}},"g":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"59":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"+":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"z":{"df":1,"docs":{"18":{"tf":1.0}}}},":":{"0":{".":{"4":{"6":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":1,"docs":{"113":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"108":{"tf":1.0}}},"9":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"5":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"6":{".":{"2":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":59,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.4142135623730951},"11":{"tf":3.3166247903554},"110":{"tf":2.23606797749979},"111":{"tf":2.23606797749979},"112":{"tf":2.0},"113":{"tf":2.23606797749979},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":3.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":3.4641016151377544},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":3.7416573867739413},"43":{"tf":1.0},"44":{"tf":2.449489742783178},"45":{"tf":2.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":3.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":3.7416573867739413},"82":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":3.605551275463989},"87":{"tf":4.242640687119285},"88":{"tf":4.242640687119285},"90":{"tf":3.0},"91":{"tf":3.605551275463989},"93":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":39,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"72":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":29,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"g":{"[":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"c":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"120":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":12,"docs":{"100":{"tf":1.7320508075688772},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"37":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"1":{"df":1,"docs":{"99":{"tf":2.0}}},"2":{"0":{":":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"33":{"tf":1.4142135623730951},"54":{"tf":2.0},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{">":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"df":9,"docs":{"104":{"tf":2.0},"13":{"tf":1.0},"81":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"123":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"114":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":25,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":3.0},"62":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.0},"98":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"l":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":7,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"19":{"tf":1.0},"71":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"a":{"df":13,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"d":{"df":45,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"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},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"46":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":7,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"71":{"tf":2.23606797749979},"88":{"tf":1.0},"92":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":6,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"125":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":8,"docs":{"122":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":2.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":3.3166247903554},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":18,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"7":{"tf":3.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":2.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"105":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"120":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"57":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"47":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":20,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":3,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"89":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":11,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"94":{"tf":2.0}}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"120":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"101":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":34,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.7416573867739413},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.8284271247461903},"87":{"tf":2.8284271247461903},"88":{"tf":3.3166247903554},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.7416573867739413},"92":{"tf":3.4641016151377544},"93":{"tf":3.0},"94":{"tf":3.4641016151377544},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":2.8284271247461903},"49":{"tf":1.4142135623730951},"50":{"tf":2.8284271247461903}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"62":{"tf":1.0},"81":{"tf":2.0},"91":{"tf":2.0}}}}}},"t":{"a":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"121":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":32,"docs":{"10":{"tf":2.0},"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"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.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":46,"docs":{"101":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"24":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"3":{"tf":1.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"117":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":6,"docs":{"54":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"26":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"117":{"tf":2.8284271247461903},"118":{"tf":3.0},"123":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"b":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}}}},"n":{"a":{"df":7,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"80":{"tf":2.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.7320508075688772},"89":{"tf":2.449489742783178}}}}},"r":{"a":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"115":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"101":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":16,"docs":{"115":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"28":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"59":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"72":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":13,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":2.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"d":{"df":23,"docs":{"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.4641016151377544},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"119":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"64":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"73":{"tf":2.8284271247461903},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.6457513110645907},"77":{"tf":2.23606797749979},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"93":{"tf":3.0}}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":22,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.6457513110645907},"91":{"tf":3.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":3,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"4":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"123":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":61,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"92":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"94":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"5":{"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.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":2.23606797749979},"22":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.6457513110645907},"42":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"97":{"tf":1.0}}}},"df":8,"docs":{"46":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":10,"docs":{"25":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}},"q":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":10,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"w":{"df":1,"docs":{"105":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":46,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":2.0},"62":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":3.0},"81":{"tf":3.872983346207417},"82":{"tf":2.8284271247461903},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":3.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":3.0},"91":{"tf":2.6457513110645907},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":3.7416573867739413},"95":{"tf":3.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":27,"docs":{"119":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":5.0990195135927845},"82":{"tf":2.6457513110645907},"84":{"tf":2.8284271247461903},"85":{"tf":4.795831523312719},"87":{"tf":5.0},"88":{"tf":5.0990195135927845},"90":{"tf":3.7416573867739413},"91":{"tf":5.0990195135927845},"93":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"d":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"118":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"25":{"tf":1.0},"64":{"tf":2.23606797749979},"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.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"84":{"tf":1.0}}},"r":{"c":{"df":10,"docs":{"105":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":18,"docs":{"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"122":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"a":{"c":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"118":{"tf":1.0},"24":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"(":{"0":{".":{"0":{")":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"(":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"117":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"c":{"df":2,"docs":{"25":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":11,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":24,"docs":{"103":{"tf":1.0},"104":{"tf":2.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}}},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}},"n":{"df":16,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"71":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":80,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"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":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"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},"7":{"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},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{",":{"df":0,"docs":{},"m":{",":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},":":{"0":{".":{"8":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"52":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"55":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}},"}":{"_":{"1":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":19,"docs":{"36":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":2.8284271247461903},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0}}}},"m":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"3":{"tf":1.4142135623730951},"47":{"tf":3.4641016151377544},"48":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"80":{"tf":1.4142135623730951},"91":{"tf":2.0}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"6":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":2.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":11,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"64":{"tf":2.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}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"p":{"1":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"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":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"70":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":16,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":25,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"61":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"81":{"tf":2.0},"83":{"tf":2.449489742783178},"88":{"tf":1.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}}}},"n":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":23,"docs":{"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"88":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"b":{"df":5,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"_":{"a":{"df":1,"docs":{"94":{"tf":1.0}}},"b":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"32":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.0}}}},"i":{"c":{"df":20,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":32,"docs":{"120":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"92":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{".":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":24,"docs":{"108":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":3.605551275463989},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"28":{"tf":2.6457513110645907},"50":{"tf":3.605551275463989},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"117":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"81":{"tf":3.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"93":{"tf":1.0},"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"77":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"25":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"y":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"42":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}}}},"df":8,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"92":{"tf":2.0}}}}}}},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":2.0},"105":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"42":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"16":{"tf":1.0}}}},"n":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"104":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"19":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":2.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":2.6457513110645907},"104":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":21,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":8,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":38,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"m":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},",":{"c":{"df":0,"docs":{},"g":{",":{"0":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{",":{"2":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"6":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"8":{"df":2,"docs":{"108":{"tf":1.0},"113":{"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":8,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"71":{"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":3,"docs":{"80":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"106":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"118":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"61":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.7320508075688772},"97":{"tf":1.0}},"}":{"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"k":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":2.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}},"}":{"df":0,"docs":{},"|":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"q":{"df":1,"docs":{"114":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":20,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":13,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"71":{"tf":1.0},"88":{"tf":1.0}},"g":{"df":2,"docs":{"103":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"106":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"71":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"107":{"tf":1.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":3.4641016151377544},"48":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":3.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"57":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"108":{"tf":1.0},"56":{"tf":1.0}}},"df":8,"docs":{"106":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.7320508075688772},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":18,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"n":{"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"97":{"tf":2.0}}},"o":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"106":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{">":{",":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{">":{",":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"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":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{">":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":33,"docs":{"103":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":34,"docs":{"105":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":3.1622776601683795},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"62":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":7,"docs":{"17":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":3.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"118":{"tf":1.7320508075688772},"119":{"tf":2.6457513110645907},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"17":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":75,"docs":{"101":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":3.0},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"110":{"tf":2.23606797749979},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":2.23606797749979},"114":{"tf":2.6457513110645907},"115":{"tf":2.8284271247461903},"117":{"tf":1.4142135623730951},"118":{"tf":2.6457513110645907},"120":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":2.449489742783178},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"23":{"tf":3.1622776601683795},"26":{"tf":1.7320508075688772},"27":{"tf":2.449489742783178},"28":{"tf":3.4641016151377544},"29":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.605551275463989},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":3.1622776601683795},"81":{"tf":4.242640687119285},"82":{"tf":3.1622776601683795},"83":{"tf":2.0},"84":{"tf":3.4641016151377544},"85":{"tf":4.123105625617661},"87":{"tf":3.872983346207417},"88":{"tf":5.0},"89":{"tf":1.0},"90":{"tf":3.0},"91":{"tf":4.358898943540674},"92":{"tf":3.0},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":2.0}},"i":{"df":45,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"120":{"tf":3.0},"122":{"tf":1.0},"125":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"71":{"tf":3.4641016151377544},"72":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":2.23606797749979},"92":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"28":{"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":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":86,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"64":{"tf":1.7320508075688772},"7":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":26,"docs":{"106":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"25":{"tf":3.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"68":{"tf":3.605551275463989},"69":{"tf":3.0},"70":{"tf":2.6457513110645907},"71":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951},"77":{"tf":2.8284271247461903},"8":{"tf":3.872983346207417},"80":{"tf":2.449489742783178},"81":{"tf":3.872983346207417},"86":{"tf":3.0},"88":{"tf":3.0},"91":{"tf":3.0},"92":{"tf":3.7416573867739413},"93":{"tf":2.6457513110645907}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"95":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"n":{"+":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":26,"docs":{"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":3.1622776601683795}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"3":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"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":{"54":{"tf":1.4142135623730951},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":6,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":7,"docs":{"15":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":2.6457513110645907},"27":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"36":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"r":{">":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":2.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"58":{"tf":2.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"93":{"tf":1.0}},"r":{"df":3,"docs":{"101":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":5,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"92":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"7":{"4":{"1":{"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"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":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"101":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}},"df":32,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.23606797749979},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":4.69041575982343},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":3.0},"88":{"tf":3.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":4.0},"92":{"tf":2.0},"93":{"tf":2.449489742783178},"94":{"tf":2.6457513110645907},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"73":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":3,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":18,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"/":{"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":{"9":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"<":{"1":{"df":0,"docs":{},"|":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":50,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":2.449489742783178},"7":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":4.358898943540674},"82":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":4.123105625617661},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"93":{"tf":2.23606797749979},"94":{"tf":2.449489742783178},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"123":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"84":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"_":{"c":{"df":4,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"m":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"c":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":26,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"13":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"13":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"61":{"tf":2.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"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}}}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"59":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":3.4641016151377544},"9":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907},"93":{"tf":2.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"47":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":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":{"2":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":11,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"z":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":3.0},"120":{"tf":2.0},"121":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":12,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":35,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"g":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"]":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":37,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":3.4641016151377544},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":3.3166247903554},"92":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.6457513110645907},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":3.1622776601683795},"94":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"58":{"tf":1.0}},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"114":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"2":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{">":{"_":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"2":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{">":{".":{"b":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"22":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"t":{"df":6,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"54":{"tf":1.0},"80":{"tf":1.7320508075688772},"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}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"94":{"tf":2.6457513110645907}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":41,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"123":{"tf":2.8284271247461903},"16":{"tf":3.1622776601683795},"17":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":2.6457513110645907},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.8284271247461903},"85":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.8284271247461903},"90":{"tf":2.0},"91":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"99":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":19,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"2":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"9":{"tf":1.0}}}}},"q":{"df":2,"docs":{"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":80,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"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.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"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},"7":{"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},"8":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":10,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"d":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":52,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"114":{"tf":1.0},"118":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":3.0},"28":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.449489742783178},"42":{"tf":2.8284271247461903},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"81":{"tf":3.7416573867739413},"82":{"tf":2.449489742783178},"84":{"tf":3.872983346207417},"85":{"tf":3.7416573867739413},"87":{"tf":3.7416573867739413},"88":{"tf":5.196152422706632},"89":{"tf":3.3166247903554},"9":{"tf":2.449489742783178},"90":{"tf":2.8284271247461903},"91":{"tf":3.7416573867739413},"93":{"tf":3.0},"94":{"tf":1.0},"99":{"tf":2.0}},"m":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":17,"docs":{"103":{"tf":1.0},"123":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"103":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"37":{"tf":1.0}},"f":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"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":{},"g":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"3":{"8":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":20,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":3.3166247903554},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.7320508075688772},"52":{"tf":2.0},"54":{"tf":2.6457513110645907},"55":{"tf":2.0},"56":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903},"73":{"tf":1.0},"76":{"tf":2.8284271247461903},"77":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":3.3166247903554},"84":{"tf":2.449489742783178},"85":{"tf":2.6457513110645907},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"91":{"tf":3.3166247903554},"93":{"tf":2.8284271247461903},"94":{"tf":3.605551275463989},"95":{"tf":3.1622776601683795},"99":{"tf":2.8284271247461903}},"s":{".":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"b":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":26,"docs":{"101":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"46":{"tf":3.0},"80":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"30":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":21,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"df":7,"docs":{"11":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":22,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"64":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":15,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"28":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.0},"119":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"58":{"tf":4.358898943540674},"59":{"tf":3.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":3.605551275463989},"85":{"tf":2.8284271247461903},"87":{"tf":3.0},"88":{"tf":3.0},"90":{"tf":1.0},"91":{"tf":3.0},"93":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.4641016151377544},"99":{"tf":2.6457513110645907}},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"a":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"b":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":25,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"80":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":5,"docs":{"55":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"106":{"tf":2.8284271247461903},"68":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":2.23606797749979},"86":{"tf":1.0},"92":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":2.0}}}}},"df":10,"docs":{"118":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.8284271247461903},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"106":{"tf":1.0},"120":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"119":{"tf":2.23606797749979},"120":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":3.0},"94":{"tf":2.449489742783178}},"s":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":19,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":48,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":2.449489742783178},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":2.449489742783178},"68":{"tf":1.7320508075688772},"69":{"tf":2.6457513110645907},"7":{"tf":1.0},"70":{"tf":2.449489742783178},"71":{"tf":3.1622776601683795},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"91":{"tf":2.0},"92":{"tf":2.8284271247461903},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":32,"docs":{"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":2.0},"70":{"tf":2.0},"71":{"tf":3.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":3,"docs":{"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}},"m":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"71":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}}},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":3.4641016151377544},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":18,"docs":{"104":{"tf":3.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"91":{"tf":2.449489742783178},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.8284271247461903}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.7320508075688772},"55":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"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":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":19,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":33,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":4.123105625617661},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":3.4641016151377544},"87":{"tf":3.605551275463989},"88":{"tf":3.4641016151377544},"90":{"tf":2.23606797749979},"91":{"tf":4.0},"92":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":89,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.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":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":9,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}},"y":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"24":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"58":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":13,"docs":{"12":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":3.4641016151377544},"28":{"tf":3.7416573867739413},"50":{"tf":2.0},"58":{"tf":2.8284271247461903},"59":{"tf":2.449489742783178},"62":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"26":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"80":{"tf":1.0}}},"df":21,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":25,"docs":{"103":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.6457513110645907},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"46":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"89":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":10,"docs":{"62":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772}}}},"l":{"df":48,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"88":{"tf":3.0},"9":{"tf":1.0},"92":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":6,"docs":{"28":{"tf":1.4142135623730951},"5":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":33,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":2.449489742783178},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":2.449489742783178},"47":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":3.605551275463989},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":2.8284271247461903},"98":{"tf":2.0}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":19,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"122":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":1,"docs":{"23":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"58":{"tf":2.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":2.0}}},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"p":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"118":{"tf":2.0}}},"z":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}},"l":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"{":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"}":{"(":{"0":{".":{"5":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"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":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"(":{"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"}":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"df":1,"docs":{"114":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"a":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}},"s":{"=":{"3":{"2":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":37,"docs":{"108":{"tf":3.872983346207417},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":3.3166247903554},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":2.8284271247461903},"28":{"tf":1.4142135623730951},"37":{"tf":3.1622776601683795},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"71":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":5.0990195135927845},"84":{"tf":1.0},"85":{"tf":4.47213595499958},"87":{"tf":4.795831523312719},"88":{"tf":5.291502622129181},"90":{"tf":2.0},"91":{"tf":5.0},"92":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.0},"18":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"m":{"df":1,"docs":{"46":{"tf":2.449489742783178}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":{}},"m":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"53":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":28,"docs":{"101":{"tf":1.0},"111":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"123":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":2.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"13":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"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.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":68,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":3.872983346207417},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":3.605551275463989},"85":{"tf":4.0},"87":{"tf":3.0},"88":{"tf":4.47213595499958},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":3.605551275463989},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":4.0},"95":{"tf":3.0},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{".":{"4":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"63":{"tf":1.0},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":2.8284271247461903},"118":{"tf":2.23606797749979},"120":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.8284271247461903},"9":{"tf":2.23606797749979},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"df":1,"docs":{"101":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"114":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":2,"docs":{"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"101":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"u":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"58":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"y":{"df":8,"docs":{"105":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"46":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"78":{"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":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":7,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":3.0}},"s":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"25":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"59":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"x":{":":{"c":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":2.23606797749979},"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"0":{"0":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"3":{"df":1,"docs":{"56":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"97":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"122":{"tf":1.0},"32":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":24,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"56":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"25":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":19,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":2,"docs":{"100":{"tf":1.0},"34":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"13":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"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":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"r":{"df":4,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"a":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"99":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"110":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"40":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"64":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":3,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"103":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"51":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"47":{"tf":1.0}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":9,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":2,"docs":{"115":{"tf":1.0},"14":{"tf":1.0}}},"o":{"d":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"103":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":26,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":2,"docs":{"1":{"tf":1.0},"64":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"106":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"115":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"9":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"104":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"28":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"103":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"98":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"59":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"64":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"106":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":4,"docs":{"40":{"tf":1.0},"68":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"i":{"df":2,"docs":{"21":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"111":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}}},"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"118":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["quick_start.html#basic-usage","quick_start.html#modkit-is-a-bioinformatics-tool-for-working-with-modified-bases-from-oxford-nanopore","quick_start.html#installation","quick_start.html#common-use-cases","quick_start.html#notes-and-troubleshooting","intro_bedmethyl.html#constructing-bedmethyl-tables","intro_bedmethyl.html#basic-usage","intro_bedmethyl.html#narrowing-output-to-cpg-dinucleotides","intro_bedmethyl.html#narrowing-output-to-specific-motifs","intro_bedmethyl.html#partitioning-reads-based-on-sam-tag-values","intro_bedmethyl.html#description-of-bedmethyl-output","intro_bedmethyl.html#definitions","intro_bedmethyl.html#bedmethyl-column-descriptions","intro_bedmethyl.html#performance-considerations","intro_adjust.html#updating-and-adjusting-mm-tags","intro_adjust.html#ignoring-a-modification-class","intro_adjust.html#combining-base-modification-probabilities","intro_adjust.html#updating-the-flag--and-","intro_adjust.html#changing-the-base-modification-code","intro_summary.html#summarizing-a-modbam","intro_summary.html#summarize-the-base-modification-calls-in-a-modbam","intro_summary.html#description-of-columns-in-modkit-summary","intro_summary.html#totals-table","intro_summary.html#modification-calls-table","intro_summary.html#passing-a-threshold-directly","intro_motif_bed.html#making-a-motif-bed-file","intro_extract.html#extracting-base-modification-information","intro_extract.html#description-of-output-table","intro_extract.html#tabulating-base-modification--calls--for-each-read-position","intro_extract.html#note-on-implicit-base-modification-calls","intro_extract.html#note-on-non-primary-alignments","intro_extract.html#example-usages","intro_extract.html#extract-a-table-from-an-aligned-and-indexed-bam","intro_extract.html#extract-a-table-from-a-region-of-a-large-modbam","intro_extract.html#extract-only-sites-aligned-to-a-cg-motif","intro_extract.html#extract-only-sites-that-are-at-least-50-bases-from-the-ends-of-the-reads","intro_extract.html#extract-read-level-base-modification-calls","intro_call_mods.html#calling-mods-in-a-modbam","intro_call_mods.html#example-usages","intro_call_mods.html#estimate-the-threshold-on-the-fly-apply-to-modbam-and-clamp-the-modification-calls-to-certainty","intro_call_mods.html#specify-a-filter-threshold-for-your-use-case","intro_call_mods.html#call-mods-with-the-estimated-threshold-and-ignore-modification-calls-within-100-base-pairs-of-the-ends-of-the-reds","intro_edge_filter.html#removing-modification-calls-at-the-ends-of-reads","intro_edge_filter.html#example-usages","intro_edge_filter.html#call-mods-with-the-estimated-threshold-and-ignore-modification-calls-within-100-base-pairs-of-the-ends-of-the-reads","intro_edge_filter.html#perform-pileup-ignoring-base-modification-calls-within-100-base-pairs-of-the-ends-of-the-reads","intro_repair.html#repair-mmml-tags-on-trimmed-reads","intro_pileup_hemi.html#make-hemi-methylation-bedmethyl-tables-with-pileup-hemi","intro_pileup_hemi.html#description-of-hemi-methylation-patterns","intro_pileup_hemi.html#definitions","intro_pileup_hemi.html#bedmethyl-column-descriptions","intro_pileup_hemi.html#limitations","intro_dmr.html#perform-differential-methylation-scoring","intro_dmr.html#preparing-the-input-data","intro_dmr.html#1-perform-differential-methylation-scoring-of-genomic-regions-for-a-pair-of-samples","intro_dmr.html#2-perform-differential-methylation-detection-on-all-pairs-of-samples-over-regions-from-the-genome","intro_dmr.html#3-detecting-differential-modification-at-single-base-positions","intro_dmr.html#note-about-modification-codes","intro_dmr.html#differential-methylation-output-format","intro_dmr.html#segmenting-on-differential-methylation","intro_validate.html#validating-ground-truth-results","intro_validate.html#validating-from-modbam-reads-and-bed-reference-annotation","intro_validate.html#bed-ground-truth-annotation-file","intro_validate.html#output-file","intro_find_motifs.html#find-highly-modified-motif-sequences","intro_find_motifs.html#output-format","intro_find_motifs.html#machine-readable-table","intro_find_motifs.html#human-readable-table","intro_find_motifs.html#specifying-known-motifs","intro_find_motifs.html#machine-readable-table-1","intro_find_motifs.html#human-readable-table-1","intro_find_motifs.html#simple-description-of-the-search-algorithm","intro_find_motifs.html#tuning-parameters-and---skip-search","intro_entropy.html#calculating-methylation-entropy","intro_entropy.html#calculate-entropy-in-windows-across-the-genome","intro_entropy.html#output-schema","intro_entropy.html#calculating-entropy-in-bed-specified-regions","intro_entropy.html#specifying-motifs-or-primary-sequence-bases","intro_entropy.html#calculation-of-methylation-entropy","intro_include_bed.html#narrow-output-to-specific-positions","advanced_usage.html#modkit-subcommand-documentation","advanced_usage.html#pileup","advanced_usage.html#adjust-mods","advanced_usage.html#update-tags","advanced_usage.html#sample-probs","advanced_usage.html#summary","advanced_usage.html#motif-bed","advanced_usage.html#call-mods","advanced_usage.html#extract","advanced_usage.html#repair","advanced_usage.html#validate","advanced_usage.html#pileup-hemi","advanced_usage.html#find-motifs","advanced_usage.html#entropy","advanced_usage.html#dmr-pair","advanced_usage.html#dmr-multi","troubleshooting.html#troubleshooting","troubleshooting.html#missing-secondary-and-supplementary-alignments-in-output","troubleshooting.html#no-rows-in-modkit-pileup-output","troubleshooting.html#not-sampling-enough-reads-to-estimate-threshold","troubleshooting.html#cg-positions-are-missing-from-output-bedmethyl","limitations.html#current-limitations","perf_considerations.html#performance-considerations","perf_considerations.html#sharding-a-large-modbam-by-region","perf_considerations.html#setting-the---interval-size-and---chunk-size-pileup","perf_considerations.html#memory-usage-in-modkit-extract","perf_considerations.html#parallelism-in-find-motifs-and-when-to---skip-search","algo_details.html#algorithm-details","filtering.html#partitioning-pass-and-fail-base-modification-calls","filtering.html#further-details","filtering_details.html#examples-of-how-thresholds-affect-base-modification-calls","filtering_details.html#two-way-base-modification-calls","filtering_details.html#three-way-base-modification-calls","filtering_details.html#three-way-base-modification-calls-with-modification-specific-thresholds","filtering_numeric_details.html#filtering-base-modification-calls","filtering_numeric_details.html#a-note-on-the-probability-of-modification--mm-flag","dmr_scoring_details.html#dmr-model-and-scoring-details","dmr_scoring_details.html#likelihood-ratio-scoring-details","dmr_scoring_details.html#map-based-p-value","dmr_scoring_details.html#dmr-segmentation-hidden-markov-model","dmr_scoring_details.html#transition-parameters","dmr_scoring_details.html#emission-parameters","collapse.html#removing-modification-calls-from-bams","collapse.html#removing-dna-base-modification-probabilities","collapse.html#combining-multiple-base-modifications-into-a-single-count","collapse.html#combine---combine"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":5,"title":2},"1":{"body":1,"breadcrumbs":11,"title":8},"10":{"body":13,"breadcrumbs":9,"title":3},"100":{"body":19,"breadcrumbs":6,"title":5},"101":{"body":133,"breadcrumbs":4,"title":2},"102":{"body":0,"breadcrumbs":4,"title":2},"103":{"body":29,"breadcrumbs":6,"title":4},"104":{"body":80,"breadcrumbs":8,"title":6},"105":{"body":56,"breadcrumbs":6,"title":4},"106":{"body":83,"breadcrumbs":7,"title":5},"107":{"body":23,"breadcrumbs":4,"title":2},"108":{"body":100,"breadcrumbs":12,"title":6},"109":{"body":11,"breadcrumbs":8,"title":2},"11":{"body":157,"breadcrumbs":7,"title":1},"110":{"body":21,"breadcrumbs":14,"title":6},"111":{"body":33,"breadcrumbs":13,"title":5},"112":{"body":37,"breadcrumbs":13,"title":5},"113":{"body":83,"breadcrumbs":16,"title":8},"114":{"body":109,"breadcrumbs":12,"title":4},"115":{"body":53,"breadcrumbs":13,"title":5},"116":{"body":0,"breadcrumbs":10,"title":4},"117":{"body":165,"breadcrumbs":10,"title":4},"118":{"body":338,"breadcrumbs":10,"title":4},"119":{"body":55,"breadcrumbs":11,"title":5},"12":{"body":133,"breadcrumbs":9,"title":3},"120":{"body":208,"breadcrumbs":8,"title":2},"121":{"body":37,"breadcrumbs":8,"title":2},"122":{"body":57,"breadcrumbs":9,"title":4},"123":{"body":84,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":11,"title":6},"125":{"body":48,"breadcrumbs":7,"title":2},"13":{"body":27,"breadcrumbs":8,"title":2},"14":{"body":33,"breadcrumbs":11,"title":4},"15":{"body":44,"breadcrumbs":10,"title":3},"16":{"body":59,"breadcrumbs":11,"title":4},"17":{"body":40,"breadcrumbs":9,"title":2},"18":{"body":25,"breadcrumbs":11,"title":4},"19":{"body":25,"breadcrumbs":7,"title":2},"2":{"body":28,"breadcrumbs":4,"title":1},"20":{"body":70,"breadcrumbs":10,"title":5},"21":{"body":0,"breadcrumbs":9,"title":4},"22":{"body":46,"breadcrumbs":7,"title":2},"23":{"body":104,"breadcrumbs":8,"title":3},"24":{"body":73,"breadcrumbs":8,"title":3},"25":{"body":47,"breadcrumbs":11,"title":4},"26":{"body":102,"breadcrumbs":11,"title":4},"27":{"body":169,"breadcrumbs":10,"title":3},"28":{"body":241,"breadcrumbs":14,"title":7},"29":{"body":51,"breadcrumbs":12,"title":5},"3":{"body":64,"breadcrumbs":6,"title":3},"30":{"body":62,"breadcrumbs":11,"title":4},"31":{"body":0,"breadcrumbs":9,"title":2},"32":{"body":13,"breadcrumbs":12,"title":5},"33":{"body":17,"breadcrumbs":12,"title":5},"34":{"body":16,"breadcrumbs":12,"title":5},"35":{"body":7,"breadcrumbs":13,"title":6},"36":{"body":55,"breadcrumbs":13,"title":6},"37":{"body":101,"breadcrumbs":9,"title":3},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":5,"breadcrumbs":15,"title":9},"4":{"body":7,"breadcrumbs":5,"title":2},"40":{"body":14,"breadcrumbs":11,"title":5},"41":{"body":8,"breadcrumbs":19,"title":13},"42":{"body":127,"breadcrumbs":13,"title":5},"43":{"body":0,"breadcrumbs":10,"title":2},"44":{"body":8,"breadcrumbs":21,"title":13},"45":{"body":26,"breadcrumbs":20,"title":12},"46":{"body":163,"breadcrumbs":13,"title":5},"47":{"body":179,"breadcrumbs":15,"title":7},"48":{"body":82,"breadcrumbs":12,"title":4},"49":{"body":120,"breadcrumbs":9,"title":1},"5":{"body":63,"breadcrumbs":9,"title":3},"50":{"body":129,"breadcrumbs":11,"title":3},"51":{"body":19,"breadcrumbs":9,"title":1},"52":{"body":78,"breadcrumbs":11,"title":4},"53":{"body":69,"breadcrumbs":10,"title":3},"54":{"body":221,"breadcrumbs":16,"title":9},"55":{"body":94,"breadcrumbs":17,"title":10},"56":{"body":125,"breadcrumbs":14,"title":7},"57":{"body":104,"breadcrumbs":10,"title":3},"58":{"body":470,"breadcrumbs":11,"title":4},"59":{"body":235,"breadcrumbs":10,"title":3},"6":{"body":52,"breadcrumbs":8,"title":2},"60":{"body":22,"breadcrumbs":11,"title":4},"61":{"body":200,"breadcrumbs":13,"title":6},"62":{"body":97,"breadcrumbs":12,"title":5},"63":{"body":30,"breadcrumbs":9,"title":2},"64":{"body":64,"breadcrumbs":13,"title":5},"65":{"body":24,"breadcrumbs":10,"title":2},"66":{"body":74,"breadcrumbs":11,"title":3},"67":{"body":58,"breadcrumbs":11,"title":3},"68":{"body":67,"breadcrumbs":11,"title":3},"69":{"body":96,"breadcrumbs":11,"title":3},"7":{"body":123,"breadcrumbs":10,"title":4},"70":{"body":80,"breadcrumbs":11,"title":3},"71":{"body":263,"breadcrumbs":12,"title":4},"72":{"body":67,"breadcrumbs":12,"title":4},"73":{"body":104,"breadcrumbs":9,"title":3},"74":{"body":19,"breadcrumbs":10,"title":4},"75":{"body":30,"breadcrumbs":8,"title":2},"76":{"body":54,"breadcrumbs":11,"title":5},"77":{"body":69,"breadcrumbs":11,"title":5},"78":{"body":118,"breadcrumbs":9,"title":3},"79":{"body":45,"breadcrumbs":11,"title":4},"8":{"body":147,"breadcrumbs":10,"title":4},"80":{"body":327,"breadcrumbs":6,"title":3},"81":{"body":950,"breadcrumbs":4,"title":1},"82":{"body":227,"breadcrumbs":5,"title":2},"83":{"body":146,"breadcrumbs":5,"title":2},"84":{"body":406,"breadcrumbs":5,"title":2},"85":{"body":502,"breadcrumbs":4,"title":1},"86":{"body":51,"breadcrumbs":5,"title":2},"87":{"body":480,"breadcrumbs":5,"title":2},"88":{"body":851,"breadcrumbs":4,"title":1},"89":{"body":125,"breadcrumbs":4,"title":1},"9":{"body":110,"breadcrumbs":12,"title":6},"90":{"body":327,"breadcrumbs":4,"title":1},"91":{"body":807,"breadcrumbs":5,"title":2},"92":{"body":314,"breadcrumbs":5,"title":2},"93":{"body":421,"breadcrumbs":4,"title":1},"94":{"body":608,"breadcrumbs":5,"title":2},"95":{"body":340,"breadcrumbs":5,"title":2},"96":{"body":18,"breadcrumbs":2,"title":1},"97":{"body":103,"breadcrumbs":6,"title":5},"98":{"body":70,"breadcrumbs":5,"title":4},"99":{"body":91,"breadcrumbs":6,"title":5}},"docs":{"0":{"body":"","breadcrumbs":"Quick Start guides » Basic Usage","id":"0","title":"Basic Usage"},"1":{"body":"ONT_logo","breadcrumbs":"Quick Start guides » modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore.","id":"1","title":"modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore."},"10":{"body":"Below is a description of the bedMethyl columns generated by modkit pileup. A brief description of the bedMethyl specification can be found on Encode .","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Description of bedMethyl output.","id":"10","title":"Description of bedMethyl output."},"100":{"body":"When running with --preset traditional or --cpg the resultant bedMethyl file will only contains CG positions. However, it will not include positions for which the pass coverage is zero (see the column descriptions ). This is to be expected.","breadcrumbs":"Troubleshooting » CG positions are missing from output bedMethyl.","id":"100","title":"CG positions are missing from output bedMethyl."},"101":{"body":"Known limitations and forecasts for when they will be removed. Ambiguous DNA bases in ML tags are not supported (for example N+m?). This limitation will be removed in version 0.2.z During modkit pileup, it is assumed that each read should only have one primary alignment. If a read name is detected more than once, the occurrence is logged but both alignments will be used. This limitation may be removed in the future with a form of dynamic de-duplication. Only one MM-flag (., ?) per-canonical base is supported within a read. This limitation may be removed in the future. The MAP-based p-value metric ( details ) performs a test that there is a difference in modification (of any kind) between two conditions. If a position has multiple base modification calls (such as 5hmC and 5mC) the calls are summed together into a single \"modified\" count. If a position differs only in the modification type (such as one condition has more 5hmC and the other has more 5mC) this effect will not be captured in the MAP-based p-value. The likelihood ratio test does capture changes in modification type. The MAP-based p-value is not available when performing DMR on regions. This is because there is potentially large variability in the number of modified bases and coverage over regions. This variability translates into varying degrees of statistical power and makes comparisons difficult to interpret.","breadcrumbs":"Current limitations » Current limitations","id":"101","title":"Current limitations"},"102":{"body":"","breadcrumbs":"Performance considerations » Performance considerations","id":"102","title":"Performance considerations"},"103":{"body":"The --region option in pileup, summary, and sample-probs can be used to operate on a subset of records in a large BAM. If you're working in a distributed environment, the genome could be sharded into large sections which are specified to modkit in concurrent processes and merged afterward in a \"map-reduce\" pattern.","breadcrumbs":"Performance considerations » Sharding a large modBAM by region.","id":"103","title":"Sharding a large modBAM by region."},"104":{"body":"Whenever operating on a sorted, indexed BAM, modkit will operate in parallel on disjoint spans of the genome. The length of these spans (i.e. intervals) can be determined by the --interval-size or the --sampling-interval-size (for the sampling algorithm only). The defaults for these parameters works well for genomes such as the human genome. For smaller genomes with high coverage, you may decide to decrease the interval size in order to take advantage of parallelism. The pileup subcommand also has a --chunk-size option that will limit the total number of intervals computed on in parallel. By default, modkit will set this parameter to be 50% larger than the number of threads. In general, this is a good setting for balancing parallelism and memory usage. Increasing the --chunk-size can increase parallelism (and decrease run time) but will consume more memory.","breadcrumbs":"Performance considerations » Setting the --interval-size and --chunk-size (pileup).","id":"104","title":"Setting the --interval-size and --chunk-size (pileup)."},"105":{"body":"Transforming reads into a table with modkit extract can produce large files (especially with long reads). Before the data can be written to disk, however, it is enqueued in memory and can potentially create a large memory burden. There are a few ways to decrease the amount of memory modkit extract will use in these cases: Lower the --queue-size, this decreased the number of batches that will be held in flight. Use --ignore-index this will force modkit extract to run a serial scan of the mod-BAM. Decrease the --interval-size, this will decrease the size of the batches.","breadcrumbs":"Performance considerations » Memory usage in modkit extract.","id":"105","title":"Memory usage in modkit extract."},"106":{"body":"The search algorithm takes advantage of parallelism at nearly every step and therefore hugely benefits from running with as many threads as possible (specified with --threads). This horizontal scalability is most easily seen in the secondary search step where (by default) 129536 individual \"seed sequences\" are evaluated for potential refinement. If you find that this search is taking a very long time (indicated by the progress bar message \" seeds searched\") you may consider one of the following: Increase the --exhaustive-seed-min-log-odds parameter, this will decrease the number of seeds passed on to the refinement step (which is more computationally expensive). Decrease the --exhaustive-seed-len to 2 or decrease the --context-size, this will exponentially decrease the number of seeds to be searched. You may also decide to run --skip-search first and inspect the results.","breadcrumbs":"Performance considerations » Parallelism in find-motifs and when to --skip-search","id":"106","title":"Parallelism in find-motifs and when to --skip-search"},"107":{"body":"Filtering low confidence base modification calls Removing and combining modified base types Ignoreing and combining base modification calls Differential methylation scoring and differential modification p-values","breadcrumbs":"Algorithm details » Algorithm details","id":"107","title":"Algorithm details"},"108":{"body":"Base modification calls can be removed if they are low confidence based on the predicted modification probabilities. In general, modkit will estimate a pass confidence threshold value based on the input data. Threshold values for modifications on a primary sequence base can be specified on the command line with the --filter-threshold option. For example to set a threshold for cytosine modifications at 0.8 and adenine modifications at 0.9 provide --filter-threshold C:0.8 --filter-threshold A:0.9. Pass threshold values per base modification can also be specified. For example, to specify a threshold for canonical adenine at 0.8 and 6mA at 0.9 use --filter-threshold A:0.8 --mod-thresholds a:0.9. Or to specify a threshold of 0.8 for 5mC, 0.9 for 5hmC, and 0.85 for canonical cytosine: --filter-threshold C:0.85 --mod-thresholds m:0.8 --mod-thresholds h:0.9 Keep in mind that the --mod-threshold option will treat A, C, G, and T and \"any-mod\" as per the specification .","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Partitioning pass and fail base modification calls.","id":"108","title":"Partitioning pass and fail base modification calls."},"109":{"body":"Examples of how thresholds affect base modification calls. Numerical details of how thresholds are calculated on the fly.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Further details","id":"109","title":"Further details"},"11":{"body":"Nmod - Number of calls passing filters that were classified as a residue with a specified base modification. Ncanonical - Number of calls passing filters were classified as the canonical base rather than modified. The exact base must be inferred by the modification code. For example, if the modification code is m (5mC) then the canonical base is cytosine. If the modification code is a, the canonical base is adenine. Nother mod - Number of calls passing filters that were classified as modified, but where the modification is different from the listed base (and the corresponding canonical base is equal). For example, for a given cytosine there may be 3 reads with h calls, 1 with a canonical call, and 2 with m calls. In the bedMethyl row for h Nother_mod would be 2. In the m row Nother_mod would be 3. Nvalid_cov - the valid coverage. Nvalid_cov = Nmod + Nother_mod + Ncanonical, also used as the score in the bedMethyl Ndiff - Number of reads with a base other than the canonical base for this modification. For example, in a row for h the canonical base is cytosine, if there are 2 reads with C->A substitutions, Ndiff will be 2. Ndelete - Number of reads with a deletion at this reference position Nfail - Number of calls where the probability of the call was below the threshold. The threshold can be set on the command line or computed from the data (usually failing the lowest 10th percentile of calls). Nnocall - Number of reads aligned to this reference position, with the correct canonical base, but without a base modification call. This can happen, for example, if the model requires a CpG dinucleotide and the read has a CG->CH substitution such that no modification call was produced by the basecaller.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Definitions:","id":"11","title":"Definitions:"},"110":{"body":"The following examples are meant to demonstrate how individual base modification calls will be made during pileup or call-mods. Important to remember that the probability of the modification needs to be >= the pass threshold value.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Examples of how thresholds affect base modification calls","id":"110","title":"Examples of how thresholds affect base modification calls"},"111":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nthreshold for all cytosine base modifications: threshold_C {p_C: 0.25, p_m: 0.75}, threshold_C: 0.7 => call: 5mC (m), most likely.\n{p_C: 0.25, p_m: 0.75}, threshold_C: 0.8 => call: Fail, both probabilities are below threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Two-way base modification calls","id":"111","title":"Two-way base modification calls"},"112":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nprobability of 5hmC: p_h\nthreshold for all cytosine base modifications: threshold_C {p_C: 0.05, p_m: 0.7, p_h: 0.25}, threshold_C: 0.7 => call: 5mC (m), most likely.\n{p_C: 0.15, p_m: 0.6, p_h: 0.25}, threshold_C: 0.7 => Fail, all below threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Three-way base modification calls","id":"112","title":"Three-way base modification calls"},"113":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nprobability of 5hmC: p_h\nthreshold for all canonical cytosine: mod_threshold_C threshold for all 5mC: mod_threshold_m threshold for all 5hmC: mod_threshold_h command line: --filter-threshold C:0.7 --mod-threshold m:0.8 --mod-threshold h:0.9 filter_threshold C: 0.7\nmod_threshold_m: 0.8\nmod_threshold_h: 0.9\n{p_C: 0.05, p_m: 0.85, p_h: 0.1} => call: 5mC (m) most likely filter_threshold C: 0.7\nmod_threshold_m: 0.8\nmod_threshold_h: 0.9\n{p_C: 0.75, p_m: 0.05, p_h: 0.2} => call: C (canonical) most likely\n{p_C: 0.05, p_m: 0.75, p_h: 0.2} => Fail, all below respective thresholds\n{p_C: 0.1, p_m: 0.05, p_h: 0.85} => Fail, all below respective thresholds","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Three-way base modification calls with modification-specific thresholds","id":"113","title":"Three-way base modification calls with modification-specific thresholds"},"114":{"body":"Modified base calls are qualitied with a probability that is contained in the ML tag (see the specification ). We calculate the confidence that the model has in the base modification prediction as \\(\\mathcal{q} = argmax(\\textbf{P})\\) where \\(\\textbf{P}\\) is the vector of probabilities for each modification. For example, given a model that can classify canonical cytosine, 5mC, and 5hmC, \\(\\textbf{P}\\) is \\([P_{C}, P_m, P_h]\\), and \\(\\mathcal{q}\\) will be \\(\\mathcal{q} = argmax(P_{C}, P_m, P_h)\\), the maximum of the three probabilities. Filtering in modkit is performed by first determining the value of \\(\\mathcal{q}\\) for the lowest n-th percentile of calls (10th percentile by default). The threshold value is typically an estimate because the base modification probabilities are sampled from a subset of the reads. All calls can be used to calculate the exact value, but in practice the approximation gives the same value. Base modification calls with a confidence value less than this number will not be counted. Determination of the threshold value can be performed on the fly (by sampling) or the threshold value can be specified on the command line with the --filter_threshold flag. The sample-probs command can be used to quickly estimate the value of \\(\\mathcal{q}\\) at various percentiles.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Numeric details » Filtering base modification calls.","id":"114","title":"Filtering base modification calls."},"115":{"body":"The . flag (e.g. C+m.) indicates that primary sequence bases without base modification calls can be inferred to be canonical ( SAM tags ). Some base modification callers, for example dorado have a default threshold, below which a base modification probability will be omitted (meaning it will be inferred to be a canonical/unmodified base). In general, omitting the base modification probabilities when they are very confidently canonical will not change the results from modkit. However, since the base modification probabilities are effectively changed to 100% canonical, can affect the estimation of the pass threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Numeric details » A note on the \"probability of modification\" (.) MM flag.","id":"115","title":"A note on the \"probability of modification\" (.) MM flag."},"116":{"body":"","breadcrumbs":"Algorithm details » DMR model and scoring details » DMR model and scoring details","id":"116","title":"DMR model and scoring details"},"117":{"body":"The aim of modkit dmr is to enable exploratory data analysis of methylation patterns. To that aim, the approach to scoring methylation differences is intended to be simple and interpretable. For every region provided, within a sample, we model each potentially methylated base as arising from the same distribution. In other words, we discard the relative ordering of the base modification calls within a region. We then define a model for the frequency of observing each base modification state. In the case of methylated versus unmodified (5mC vs C, or 6mA vs A), we use the binomial distribution and model the probability of methylation \\(p\\) as a beta-distributed random variable: \\[ \\mathbf{X}|p \\sim \\text{Bin}(n, p) \\] \\[ p \\sim \\text{Beta}(\\alpha, \\beta) \\] where \\(n\\) is the number of potentially methylated bases reported on in the region and \\(\\mathbf{X}\\) is the vector of counts (canonical and methylated). In the case where there are more than two states (for example, 5hmC, 5mC, and unmodified C) we use a multinomial distribution and a Dirichlet as the base distribution: \\[ \\mathbf{X}|\\pi \\sim \\text{Mult}(n, \\pi) \\] \\[ \\pi \\sim \\text{Dir}(\\alpha) \\] Let \\(\\theta\\) be the parameters describing the posterior distribution ( \\( \\alpha, \\beta \\) for the binary case, and \\(\\alpha \\) in the general case). The score reported is the result of the following log marginal likelihood ratio : \\[ \\text{score} = \\text{log}(\\frac{l_{\\theta_{a}}( \\mathbf{X_a} ) l_{\\theta_{b}} ( \\mathbf{X_b} )}{l_{\\theta_{a+b}} (\\mathbf{X_{a+b}} )}) \\] Where \\(\\theta_a\\) and \\(\\theta_b\\) are the posterior distributions with the two conditions modeled separately, and \\(\\theta_{a+b}\\) is the posterior when the two conditions are modeled together. The function \\(l_{\\theta}(\\mathbf{X}) \\) is the log marginal likelihood of the counts under the parameters of the model \\(\\theta\\). For all cases, we use Jeffrey's prior as the prior distribution.","breadcrumbs":"Algorithm details » DMR model and scoring details » Likelihood ratio scoring details","id":"117","title":"Likelihood ratio scoring details"},"118":{"body":"This metric models the effect size (i.e. the difference) in base modification (of any kind) between two conditions. For example, if one condition has 8 of 10 reads reporting modification, 80%, and the other condition has 2 of 10, 20%, then the effect size 0.6 or 60%. This metric only captures changes in modified versus unmodified bases, in other words, changes in modification type will not be captured by this metric. See the limitations for details. The DMR module in modkit uses Bernoulli trials (modified/not-modified) and a prior to calculate a posterior distribution over \\(p\\), the true probability that the site is modified. The posterior distribution over \\(p\\) given some observations, \\(X\\), is \\(P(p | X)\\), is a Beta distribution. Where \\(X\\) is the observations (\\(N_{\\text{mod}}\\) and \\(N_{\\text{canonical}}\\)), the number of reads calling a modified base and a canonical base, respectively. \\[ P(p | X) = \\text{Beta}(\\alpha_0 + N_{\\text{mod}}, \\beta_0 + N_{\\text{can}}) \\] Where \\(\\alpha_0\\) and \\(\\beta_0\\) are the parameters for the prior distribution \\(\\text{Beta}(\\alpha_0, \\beta_0)\\). The advantage to this model is that as you collect more coverage, the variance of the posterior gets smaller - you're more confident that the true value of \\(p\\) is near the empirical mean. But when you have low coverage, you keep the uncertainty around. More formally, let \\(\\textbf{X}\\) be a Beta-distributed random variable representing the posterior distribution over \\(p\\) for the first condition and \\(\\textbf{Y}\\) is the same for the second condition. Finally, let \\(f(x)\\) be the probability density of the difference \\(x\\) in \\(\\textbf{X}\\) and \\(\\textbf{Y}\\). Then the MAP-based p-value, \\(p_{\\text{MAP}}\\), is the posterior odds of the effect size being zero (no difference) versus the maxumum a posteriori (MAP) outcome: \\[ p_{\\text{MAP}} = \\frac{f(0.0)}{f(x_{\\text{MAP}})} \\ \\] \\[ f(x) = PDF_{\\textbf{Z}}(x) \\ \\] \\[ \\textbf{Z} = \\textbf{X} - \\textbf{Y} \\ \\] \\[ \\textbf{X} \\sim \\text{Beta}(\\alpha_1, \\beta_1) \\ \\] \\[ \\textbf{Y} \\sim \\text{Beta}(\\alpha_2, \\beta_2) \\ \\] This metric was proposed by Makowski et al. and can be easily visualized. Consider an example with a true effect size of 0.8 at two coverages, 5 reads and 10 reads. For an effect size of 0.8, the \\(p\\) for the low modification condition and the high modification condition is 0.1 and 0.9, respectively. This corresponds to 4 of 5 reads being called methylated in the low-coverage case, and 9 of 10 reads being called modified in the high-coverage condition. The reciprocal counts are used in both conditions, so 1 of 5 for the low-coverage and 1 of 10 for the high-coverage. Low coverage = 5: 4 of 5 modified versus 1 of 5 modified High coverage = 10: 9 of 10 modified versus 1 of 10 modified Starting with a prior of \\(\\text{Beta}(0.5, 0.5)\\), we can calculate the posterior density for the two conditions: posterior_distributions What we need to calculate is the probability distribution of the difference (the effect size) between the two conditions (high-modification and low-modification). This distribution can be done using a piecewise solution described by Pham-Gia, Turkkan, and Eng in 1993 , the distribution is shown below: beta_diff The MAP-based p-value is the ratio of the circles over the triangles. The implementation in modkit takes a small short-cut however, and uses the empirical effect size \\(d = \\hat{p}_1 - \\hat{p}_2\\) instead of the maximum a posteriori outcome. \\[ \\text{p-MAP}^{\\prime} = \\frac{f(0.0)}{f(d)} \\ \\] \\[ d = \\hat{p}_1 - \\hat{p}_2 \\ \\] \\[ \\hat{p} = \\frac{ N_{\\text{mod}} }{ N_{\\text{canonical}} } \\ \\]","breadcrumbs":"Algorithm details » DMR model and scoring details » MAP-based p-value","id":"118","title":"MAP-based p-value"},"119":{"body":"When performing \"single-site\" analysis with modkit dmr pair (by omitting the --regions option) you can optionally run the \"segmentation\" model at the same time by passing the --segment option with a filepath to write the segments to. The model is a simple 2-state hidden Markov model, shown below, where the two hidden states, \"Different\" and \"Same\" indicate that the position is either differentially methylated or not. hmm The model is run over the intersection of the modified positions in a [pileup](https://nanoporetech.github.io/modkit/intro_bedmethyl.html#description-of-bedmethyl-output) for which there is enough coverage, from one or more samples.","breadcrumbs":"Algorithm details » DMR model and scoring details » DMR segmentation hidden Markov model","id":"119","title":"DMR segmentation hidden Markov model"},"12":{"body":"column name description type 1 chrom name of reference sequence from BAM header str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 modified base code and motif single letter code for modified base and motif when more than one motif is used str 5 score equal to Nvalid_cov int 6 strand '+' for positive strand '-' for negative strand, '.' when strands are combined str 7 start position included for compatibility int 8 end position included for compatibility int 9 color included for compatibility, always 255,0,0 str 10 Nvalid_cov see definitions above. int 11 percent modified (Nmod / Nvalid_cov) * 100 float 12 Nmod see definitions above int 13 Ncanonical see definitions above int 14 Nother_mod see definitions above int 15 Ndelete see definitions above int 16 Nfail see definitions above int 17 Ndiff see definitions above int 18 Nnocall see definitions above int","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » bedMethyl column descriptions.","id":"12","title":"bedMethyl column descriptions."},"120":{"body":"There are two transition probability parameters, \\(p\\) and \\(d\\). The \\(p\\) parameter is the probability of transitioning to the \"Different\" state, and can be roughly though of as the probability of a given site being differentially modified without any information about the site. The \\(d\\) parameter is the maximum probability of remaining in the \"Different\" state, it is a maximum because the value of \\(d\\) will change dynamically depending on the proximity of the next modified site. The model proposes that modified bases in close proximity will share modification characteristics. Specifically, when a site is differentially modified the probability of the next site also being differentially modified depends on how close the next site happens to be. For example, if a CpG dinucleotide is differentially modified and is immediately followed by another CpG (sequence is CGCG) we have the maximum expectation that the following site is also differentially modified. However, as the next site becomes farther away (say the next site is one thousand base pairs away, CG[N x 1000]CG) these sites are not likely correlated and the probability of the next site being differentially modified decreases towards \\(p\\). The chart below shows how the probability of staying in the \"Different\" state, \\(d\\), decreases as the distance to the next modified base increases. hmm In this case, the maximum value of \\(d\\) is 0.9, \\(p\\) is 0.1, and the decay_distance is 500 base pairs (these also happen to be the defaults). This can be seen as the maximum value of both curves is 0.9, and the minimum value, reached at 500 base pairs, is 0.1. These parameters can be set with the --diff-stay, --dmr-prior, and --decay-distance, parameters, respectively. The two curves represent two different ways of interpolating the decay between the minimum (1) and the decay_distance, linear and logistic. The --log-transition-decay flag will use the orange curve whereas the default is to use the blue curve. In general, these settings don't need to be adjusted. However, if you want very fine-grained segmentation, use the --fine-grained option which will produce smaller regions but also decrease the rate at which sites are classified as \"Different\" when they are in fact not different.","breadcrumbs":"Algorithm details » DMR model and scoring details » Transition parameters","id":"120","title":"Transition parameters"},"121":{"body":"The emissions of the model are derived from the likelihood ratio score . One advantage to using this score is that differences in methylation type (i.e. changes from 5hmC to 5mC) will be modeled and detected. The score is transformed into a probability by \\( p = e^{\\text{-score}} \\). The full description of the emission probabilities for the two states is: \\[ p_{\\text{Same}} = e^{\\text{-score}} \\] \\[ p_{\\text{Different}} = 1 - p_{\\text{same}} \\]","breadcrumbs":"Algorithm details » DMR model and scoring details » Emission parameters","id":"121","title":"Emission parameters"},"122":{"body":"There may be multiple possible base modifications to a specific canonical base. For example, cytosine has at least four known modified variants. As technologies are increasingly able to detect these chemical moieties, not all downstream tools may be capable of accepting them, or you may want to convert your data to make it comparable to other data with less specific resolution. To address this issue, modkit implements a method for removing one or more DNA base modification call from a BAM as well as a command line flag to simply combine all modification calls when performing a pileup to generate a bedMethyl file.","breadcrumbs":"Algorithm details » Ignoring and combining calls » Removing modification calls from BAMs.","id":"122","title":"Removing modification calls from BAMs."},"123":{"body":"BAM records containing probabilities for multiple base modifications at each residue can be transformed to ignore one (or more) of the predicted base modifications. For example, if a BAM file contains 5hmC and 5mC probabilities, the total probability is necessarily distributed over 5mC, \\(p_m\\), 5hmC, \\(p_h\\), and canonical C, \\(p_{C}\\). modkit implements a method, described below, for reducing the dimensionality of the probability distribution by one or more of the predicted base modification classes. Take for example a 3-way modification call for C, 5mC, and 5hmC, the probabilities of each being \\(p_{C}\\), \\(p_{m}\\), \\(p_{h}\\), respectively. To remove the 5hmC probability, \\(p_{h}\\) is distributed evenly across the other two options. In this example, the updates are \\( p_C \\leftarrow p_C + (\\frac{p_h}{2}) \\) and \\( p_m \\leftarrow p_m + (\\frac{p_h}{2}) \\).","breadcrumbs":"Algorithm details » Ignoring and combining calls » Removing DNA base modification probabilities.","id":"123","title":"Removing DNA base modification probabilities."},"124":{"body":"","breadcrumbs":"Algorithm details » Ignoring and combining calls » Combining multiple base modifications into a single count.","id":"124","title":"Combining multiple base modifications into a single count."},"125":{"body":"In modkit the combine method can be used to produce binary modified/unmodified counts. Continuing with the above example, the counts for number of modified reads, N_mod, becomes the number of reads with 5hmC calls plus the number of reads with 5mC calls. N_other_mod will always be 0. The raw_mod_code will be reported as the ambiguous mod code for the canonical base. See https://samtools.github.io/hts-specs/SAMtags.pdf for details on base modification codes and schema.yaml in this project for details on the notation for counts.","breadcrumbs":"Algorithm details » Ignoring and combining calls » Combine: --combine","id":"125","title":"Combine: --combine"},"13":{"body":"The --interval-size, --threads, --chunk-size, and --max-depth parameters can be used to tweak the parallelism and memory consumption of modkit pileup. The defaults should be suitable for most use cases, for more details see the advanced usage and performance considerations sections.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Performance considerations","id":"13","title":"Performance considerations"},"14":{"body":"The adjust-mods subcommand can be used to manipulate MM (and corresponding ML) tags in a modBam. In general, these simple commands are run prior to pileup, visualization, or other analysis. For adjust-mods and update-tags, if a correct MN tag is found, secondary and supplementary alignments will be output. See troubleshooting for details.","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Updating and Adjusting MM tags.","id":"14","title":"Updating and Adjusting MM tags."},"15":{"body":"To remove a base modification class from a modBAM and produce a new modBAM, use the --ignore option for adjust-mods. modkit adjust-mods input.bam output.adjust.bam --ignore For example the command below will remove 5hmC calls, leaving just 5mC calls. modkit adjust-mods input.bam output.adjust.bam --ignore h For technical details on the transformation see Removing modification calls from BAMs .","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Ignoring a modification class.","id":"15","title":"Ignoring a modification class."},"16":{"body":"Combining base modification probabilities may be desirable for downstream analysis or visualization. Unlike --ignore which removes the probability of a class, --convert will sum the probability of one class with another if the second class already exists. For example, the command below will convert probabilities associated with h probability into m probability. If m already exists, the probabilities will be summed. As described in changing the modification code , if the second base modification code doesn't exist, the probabilities are left unchanged. modkit adjust-mods input.bam output.convert.bam --convert h m","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Combining base modification probabilities.","id":"16","title":"Combining base modification probabilities."},"17":{"body":"The specification (Section 1.7) allows for omission of the MM flag, however this may not be the intent of missing base modification probabilities for some models. The command below will add or change the ? flag to a modBAM. modkit adjust-mods input.bam output.bam --mode ambiguous Another option is to set the flag to ., the \"implicitly canonical\" mode: modkit adjust-mods input.bam output.bam --mode implicit","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Updating the flag (? and .).","id":"17","title":"Updating the flag (? and .)."},"18":{"body":"Some functions in modkit or other tools may require the mod-codes in the MM tag be in the specification . For example, the following command will change C+Z, tags to C+m, tags. modkit adjust-mods input.bam output.bam --convert Z m","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Changing the base modification code.","id":"18","title":"Changing the base modification code."},"19":{"body":"The modkit summary sub-command is intended for collecting read-level statistics on either a sample of reads, a region, or an entire modBam. It is important to note that the default behavior of modkit summary is to take a sample of the reads to get a quick estimate.","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Summarizing a modBAM.","id":"19","title":"Summarizing a modBAM."},"2":{"body":"Pre-compiled binaries are provided for Linux from the release page . We recommend the use of these in most circumstances. As a rust-based project, modkit can also be installed with cargo . git clone https://github.com/nanoporetech/modkit.git\ncd modkit\ncargo install --path .\n# or\ncargo install --git https://github.com/nanoporetech/modkit.git","breadcrumbs":"Quick Start guides » Installation","id":"2","title":"Installation"},"20":{"body":"modkit summary input.bam will output a table similar to this > parsing region chr20 # only present if --region option is provided\n> sampling 10042 reads from BAM # modulated with --num-reads\n> calculating threshold at 10% percentile # modulated with --filter-percentile\n> calculated thresholds: C: 0.7167969 # calculated per-canonical base, on the fly\n# bases C\n# total_reads_used 9989\n# count_reads_C 9989\n# pass_threshold_C 0.7167969\n# region chr20:0-64444167 base code pass_count pass_frac all_count all_frac C m 1192533 0.58716166 1305956 0.5790408 C h 119937 0.0590528 195335 0.086608544 C - 718543 0.3537855 754087 0.33435062","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Summarize the base modification calls in a modBAM.","id":"20","title":"Summarize the base modification calls in a modBAM."},"21":{"body":"","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Description of columns in modkit summary:","id":"21","title":"Description of columns in modkit summary:"},"22":{"body":"The lines of the totals table are prefixed with a # character. row name description type 1 bases comma-separated list of canonical bases with modification calls. str 2 total_reads_used total number of reads from which base modification calls were extracted int 3+ count_reads_{base} total number of reads that contained base modifications for {base} int 4+ filter_threshold_{base} filter threshold used for {base} float","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Totals table","id":"22","title":"Totals table"},"23":{"body":"The modification calls table follows immediately after the totals table. column name description type 1 base canonical base with modification call char 2 code base modification code, or - for canonical char 3 pass_count total number of passing (confidence >= threshold) calls for the modification in column 2 int 4 pass_frac fraction of passing (>= threshold) calls for the modification in column 2 float 5 all_count total number of calls for the modification code in column 2 int 6 all_frac fraction of all calls for the modification in column 2 float For more details on thresholds see filtering base modification calls . By default modkit summary will only use ten thousand reads when generating the summary (or fewer if the modBAM has fewer than that). To use all of the reads in the modBAM set the --no-sampling flag. modkit summary input.bam --no-sampling There are --no-filtering, --filter-percentile, and --filter-threshold options that can be used with or without sampling.","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Modification calls table","id":"23","title":"Modification calls table"},"24":{"body":"To estimate the pass thresholds on a subset of reads, but then summarize all of the reads, there is a two-step process. First, determine the thresholds with modkit sample-probs (see usage for more details). Then run modkit summary with the threshold value specified. modkit sample-probs input.bam [--sampling-frac | --num-reads ] This command will output a table like this: > sampling 10042 reads from BAM base percentile threshold C 10 0.6972656 C 50 0.96484375 C 90 0.9941406 You can then use pass this threshold directly to modkit summary: modkit summary input.bam \\ --filter-threshold 0.6972656 \\ # filter 10% lowest confidence calls --no-sampling","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Passing a threshold directly.","id":"24","title":"Passing a threshold directly."},"25":{"body":"Downstream analysis may require a BED file to select motifs of interest. For example, selecting GATC motifs in E. coli . This command requires a reference sequence in FASTA a motif to find, which can include IUPAC ambiguous bases and a position within the motif. The following command would make a BED file for CG motifs. modkit motif-bed reference.fasta CG 0 1> cg_modifs.bed The output is directed to standard out.","breadcrumbs":"Quick Start guides » Making a motif BED file » Making a motif BED file.","id":"25","title":"Making a motif BED file."},"26":{"body":"The modkit extract sub-command will produce a table containing the base modification probabilities, the read sequence context, and optionally aligned reference information. For extract, if a correct MN tag is found, secondary and supplementary alignments may be output with the --allow-non-primary flag. See troubleshooting for details. The table will by default contain unmapped sections of the read (soft-clipped sections, for example). To only include mapped bases use the --mapped flag. To only include sites of interest, pass a BED-formatted file to the --include-bed option. Similarly, to exclude sites, pass a BED-formatted file to the --exclude option. One caution, the files generated by modkit extract can be large (2-2.5x the size of the BAM). You may want to either use the --num-reads option, the --region option, or pre-filter the modBAM ahead of time. You can also stream the output to stdout by setting the output to - or stdout and filter the columns before writing to disk.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extracting base modification information","id":"26","title":"Extracting base modification information"},"27":{"body":"column name description type 1 read_id name of the read str 2 forward_read_position 0-based position on the forward-oriented read sequence int 3 ref_position aligned 0-based reference sequence position, -1 means unmapped int 4 chrom name of aligned contig, or '.' if the read is Gunmapped str 5 mod_strand strand of the molecule the base modification is on str 6 ref_strand strand of the reference the read is aligned to, or '.' if unmapped str 7 ref_mod_strand strand of the reference with the base modification, or '.' if unmapped str 8 fw_soft_clipped_start number of bases soft clipped from the start of the forward-oriented read int 9 fw_soft_clipped_end number of bases soft clipped from the end of the forward-oriented read int 10 read_length total length of the read int 11 mod_qual probability of the base modification in the next column int 12 mod_code base modification code from the MM tag str 13 base_qual basecall quality score (phred) int 14 ref_kmer reference 5-mer sequence context (center base is aligned base), '.' if unmapped str 15 query_kmer read 5-mer sequence context (center base is aligned base) str 16 canonical_base canonical base from the query sequence, from the MM tag str 17 modified_primary_base primary sequence base with the modification str 18 inferred whether the base modification call is implicit canonical str 19 flag FLAG from alignment record str","breadcrumbs":"Quick Start guides » Extracting read information to a table » Description of output table","id":"27","title":"Description of output table"},"28":{"body":"Passing --read-calls option will generate a table of read-level base modification calls using the same thresholding algorithm employed by modkit pileup. The resultant table has, for each read, one row for each base modification call in that read. If a base is called as modified then call_code will be the code in the MM tag. If the base is called as canonical the call_code will be - (A, C, G, and T are reserved for \"any modification\"). The full schema of the table is below: column name description type 1 read_id name of the read str 2 forward_read_position 0-based position on the forward-oriented read sequence int 3 ref_position aligned 0-based reference sequence position, -1 means unmapped int 4 chrom name of aligned contig, or '.' if unmapped str 5 mod_strand strand of the molecule the base modification is on str 6 ref_strand strand of the reference the read is aligned to, or '.' if unmapped str 7 ref_mod_strand strand of the reference with the base modification, or '.' if unmapped str 8 fw_soft_clipped_start number of bases soft clipped from the start of the forward-oriented read int 9 fw_soft_clipped_end number of bases soft clipped from the end of the forward-oriented read int 10 read_length total length of the read int 11 call_prob probability of the base modification call in the next column int 12 call_code base modification call, - indicates a canonical call str 13 base_qual basecall quality score (phred) int 14 ref_kmer reference 5-mer sequence context (center base is aligned base), '.' if unmapped str 15 query_kmer read 5-mer sequence context (center base is aligned base) str 16 canonical_base canonical base from the query sequence, from the MM tag str 17 modified_primary_base primary sequence base with the modification str 18 fail true if the base modification call fell below the pass threshold str 19 inferred whether the base modification call is implicit canonical str 20 within_alignment when alignment information is present, is this base aligned to the reference str 21 flag FLAG from alignment record str","breadcrumbs":"Quick Start guides » Extracting read information to a table » Tabulating base modification calls for each read position","id":"28","title":"Tabulating base modification calls for each read position"},"29":{"body":"The . MM flag indicates that primary sequence bases without an associated base modification probability should be inferred to be canonical. By default, when this flag is encountered in a modBAM, modkit extract will output rows with the inferred column set to true and a mod_qual value of 0.0 for the base modifications called on that read. For example, if you have a A+a. MM tag, and there are A bases in the read for which there aren't base modification calls (identifiable as non-0s in the MM tag) will be rows where the mod_code is a and the mod_qual is 0.0.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Note on implicit base modification calls.","id":"29","title":"Note on implicit base modification calls."},"3":{"body":"Creating a bedMethyl table with pileup Updating and Adjusting MM tags with adjust-mods and update-tags Summarizing a modBAM with summary Making a motif BED file with motif-bed Extracting per-read base modification data into a table Convert modification probabilities into hard calls Removing base modification calls at the ends of reads Narrow analysis to only specific positions with a BED file Repairing/adding MM/ML tags to reads with clipped sequences Creating hemi-methylation pattern bedMethyl tables with pileup-hemi Performing differential methylation scoring with dmr","breadcrumbs":"Quick Start guides » Common Use Cases","id":"3","title":"Common Use Cases"},"30":{"body":"If a valid MN tag is found, secondary and supplementary alignments can be output in the modkit extract tables above. See troubleshooting for details on how to get valid MN tags. To have non-primary alignments appear in the output, the --allow-non-primary flag must be passed. By default, the primary alignment will have all base modification information contained on the read, including soft-clipped and unaligned read positions. If the --mapped-only flag is used, soft clipped sections of the read will not be included. For secondary and supplementary alignments, soft-clipped positions are not repeated. See advanced usage for more details.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Note on non-primary alignments","id":"30","title":"Note on non-primary alignments"},"31":{"body":"","breadcrumbs":"Quick Start guides » Extracting read information to a table » Example usages:","id":"31","title":"Example usages:"},"32":{"body":"modkit extract If the index input.bam.bai can be found, intervals along the aligned genome can be performed in parallel.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract a table from an aligned and indexed BAM","id":"32","title":"Extract a table from an aligned and indexed BAM"},"33":{"body":"The below example will extract reads from only chr20, and include reference sequence context modkit extract --region chr20 --ref ","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract a table from a region of a large modBAM","id":"33","title":"Extract a table from a region of a large modBAM"},"34":{"body":"modkit motif-bed CG 0 > CG_motifs.bed\nmodkit extract --ref --include-bed CG_motifs.bed","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract only sites aligned to a CG motif","id":"34","title":"Extract only sites aligned to a CG motif"},"35":{"body":"modkit extract --edge-filter 50","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract only sites that are at least 50 bases from the ends of the reads","id":"35","title":"Extract only sites that are at least 50 bases from the ends of the reads"},"36":{"body":"modkit extract null --read-calls Using \"null\" in the place of the normal output will direct the normal extract output to /dev/null, to keep this output specify a file or - for standard out. modkit extract --read-calls Use --allow-non-primary to get secondary and supplementary mappings in the output. modkit extract --read-calls --allow-non-primary See the help string and/or advanced_usage for more details.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract read-level base modification calls","id":"36","title":"Extract read-level base modification calls"},"37":{"body":"The call-mods subcommand in modkit transforms one modBAM into another modBAM where the base modification probabilities have been clamped to 100% and 0%. If the --filter-threshold and/or --mod-threshold options are provided, base modification calls failing the threshold will be removed prior to changing the probabilities. The output modBAM can be used for visualization, pileup, or other applications. For call-mods, if a correct MN tag is found, secondary and supplementary alignments will be output. See troubleshooting for details. A modBAM that has been transformed with call-mods using --filter-threshold and/or --mod-threshold cannot be re-transformed with different thresholds. Note on pileup with clamped probabilities: modkit pileup will attempt to estimate the threshold probability by default, but it is unnecessary if the modBAM is the result of call-mods. The threshold probabilities will be artificially high (i.e. not representative of the model's output probabilities). Similarly, specifying --filter-threshold and --mod-threshold is not useful because all the ML probabilities have been set to 0 and 100%.","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Calling mods in a modBAM","id":"37","title":"Calling mods in a modBAM"},"38":{"body":"","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Example usages","id":"38","title":"Example usages"},"39":{"body":"modkit call-mods ","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Estimate the threshold on the fly, apply to modBAM and clamp the modification calls to certainty.","id":"39","title":"Estimate the threshold on the fly, apply to modBAM and clamp the modification calls to certainty."},"4":{"body":"General troubleshooting Threshold evaluation examples (for advanced users)","breadcrumbs":"Quick Start guides » Notes and troubleshooting","id":"4","title":"Notes and troubleshooting"},"40":{"body":"modkit call-mods --filter-threshold A:0.9 --mod-threshold a:0.95 --filter-threshold C:0.97","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Specify a filter threshold for your use-case","id":"40","title":"Specify a filter threshold for your use-case"},"41":{"body":"modkit call-mods --edge-filter 100","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reds","id":"41","title":"Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reds"},"42":{"body":"If you have reads where you know base modifications near the ends should not be used (for example, if they are in adapters), you can use the --edge-filter option. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. One value will filter symmetrically. pileup, will ignore base modification calls that are from the ends. adjust-mods, will remove base modification calls that are from the ends from the resultant output modBAM. summary, will ignore base modification calls that are from the ends. sample-probs, will ignore base modification calls that are from the ends. call-mods, will remove base modification calls that are from the ends from the resultant output modBAM. extract, will ignore base modification calls that are from the ends, this also applies when making the read-calls table (see intro to extract ). In pileup, call-mods, and extract the edge-filter is also respected when estimating the pass-thresholds. All commands have the flag --invert-edge-filter that will keep only base modification probabilities within of the ends of the reads.","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Removing modification calls at the ends of reads","id":"42","title":"Removing modification calls at the ends of reads"},"43":{"body":"","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Example usages","id":"43","title":"Example usages"},"44":{"body":"modkit call-mods --edge-filter 100","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reads","id":"44","title":"Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reads"},"45":{"body":"modkit pileup --edge-filter 100 Filter out base modification calls within the first 25 bases or the last 10 bases. modkit pileup --edge-filter 25,10","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Perform pileup, ignoring base modification calls within 100 base pairs of the ends of the reads","id":"45","title":"Perform pileup, ignoring base modification calls within 100 base pairs of the ends of the reads"},"46":{"body":"The modkit repair command is useful when you have a BAM with reads where the canonical sequences have been altered in some way that either renders the MM and ML tags invalid (for example, trimmed or hard-clipped) or the data has been lost completely. This command requires that you have the original base modification calls for each read you want to repair, and it will project these base modification calls onto the sequences in the altered BAM. The command uses two arguments called the \"donor\" and the \"acceptor\". The donor, contains the original, correct, MM and ML tags and the acceptor is either missing MM and ML tags or they are invalid (they will be discarded either way). The reads in the donor must be a superset of the reads in the acceptor, meaning you can have extra reads in the donor BAM if some reads have been removed or filtered earlier in the workflow. Both the donor and the acceptor must be sorted by read name prior to running modkit repair. Duplicate reads in the acceptor are allowed so long as they have valid SEQ fields. Lastly, modkit repair only works on reads that have been trimmed, other kinds of alteration such as run-length-encoding are not currently supported. Split reads, or other derived transformations, are not currently repairable with this command. For example a typical workflow may look like this: # original base modification calls\nbasecalls_5mC_5hmC.bam # basecalls that have been trimmed\ntrimmed.bam # could also be fastq, but would require conversion to BAM # the two BAM files need to be sorted\nsamtools -n trimmed.bam -O BAM > trimed_read_sort.bam samtools -n basecalls_5mC_5hmC.bam -O BAM > basecalls_5mC_5hmC_read_sort.bam modkit repair \\ --donor-bam basecalls_5mC_5hmC_read_sort.bam \\ --acceptor-bam trimed_read_sort.bam \\ --log-filepath modkit_repair.log \\ --output-bam trimmed_repaired.bam","breadcrumbs":"Quick Start guides » Repair MM/ML tags on trimmed reads » Repair MM/ML tags on trimmed reads","id":"46","title":"Repair MM/ML tags on trimmed reads"},"47":{"body":"Base modifications in DNA are inherently single-stranded, they (usually [^1]) don't change the base pairing of the modified base. However, it may be of interest to know the correspondence between the methylation state of a single base and another nearby base on the opposite strand - on the same molecule. In CpG dinucleotides, this is called \"hemi-methylation\", when one cytosine is methylated and the neighbor on the opposite strand is not: m\n5'GATCGTACA CTAGCATGT - In the above diagram, the cytosine in the fourth position on the positive strand is methylated (5mC) and the cytosine in the fifth position is canonical (-), indicating a \"hemi-methylation\". In the case of 5mC and canonical, there are 4 \"patterns\" of methylation: m,m (5mC, 5mC)\n-,m (canonical, 5mC)\nm,- (5mC, canonical)\n-,- (canonical, canonical) These are all measured at the single molecule level, meaning each molecule must report on both strands (as is the case with duplex reads). For CpGs in the example above the MM tags would be C+m? and G-m? for the top-strand and bottom-strand cytosines, respectively. The modkit pileup-hemi command will perform an aggregation of the methylation \"patterns\" at genomic positions. An example command to perform hemi-methylation analysis at CpGs would be modkit pileup-hemi \\ /path/to/duplex_reads.bam \\ --cpg \\ -r /path/to/reference.fasta \\ -o hemi_pileup.bed \\ --log modkit.log Many of the pileup options are available in pileup-hemi with a couple differences: : A motif must be provided. The --cpg flag is a preset to aggregate CpG hemi-methylation patterns as shown above. If a motif is provided (as an argument to --motif) it must be reverse-complement palindromic. A reference must be provided. Both the positive strand base modification probability and the negative strand base modification probability must be above the pass threshold. See Advanced Usage for details on all the options.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Make hemi-methylation bedMethyl tables with pileup-hemi","id":"47","title":"Make hemi-methylation bedMethyl tables with pileup-hemi"},"48":{"body":"The modkit pileup-hemi command aggregates a pair of base modification calls at each reference motif position for each double-stranded DNA molecule. The base modification \"pattern\" indicates the methylation state on each base in 5-prime to 3-prime order, using the base modification code to indicate the identity of the base modification and - to indicate canonical (unmodified). For example m,-,C would mean the first base (from the reference 5' direction) is 5mC and the second base is unmodified and the primary base is cytosone. Similarly, h,m,C indicates the first base is 5hmC and the second base is 5mC. The primary base called by the read is included to help disambiguate the unmodified patterns (-,-). All patterns recognized at a location will be reported in the bedMethyl output.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Description of hemi-methylation patterns","id":"48","title":"Description of hemi-methylation patterns"},"49":{"body":"Npattern - Number of call-pairs passing filters that had the pattern and primary base in column 4. E.g. m,-,C indicates the first base in the 5' to 3' direction is 5mC, the second base is unmodified and the primary base in the reads was C. Ncanonical - Number of call-pairs passing filters that were classified as unmodified (i.e. the pattern is -,-). Nother_pattern - Number of call-pairs passing filters where the pattern is different from the pattern in column 4, but where the primary read base is the same. This count includes the unmodified pattern (-,-). Note this differs from pileup where Nother does not contain the canonical counts. Nvalid_cov - the valid coverage, total number of valid call-pairs. Ndiff - Number of reads with a primary base other than the primary base in column 4. Ndelete - Number of reads with a deletion at this reference position. Nfail - Number of call-pairs where the probability of the at least one of the calls in the pair was below the pass threshold. The threshold can be set on the command line or computed from the data (usually failing the lowest 10th percentile of calls). Nnocall - Number of reads where either one or both of the base modification calls was not present in the read.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Definitions:","id":"49","title":"Definitions:"},"5":{"body":"A primary use of modkit is to create summary counts of modified and unmodified bases in an extended bedMethyl format. bedMethyl files tabulate the counts of base modifications from every sequencing read over each aligned reference genomic position. In order to create a bedMethyl table, your modBAM must be aligned to a reference genome. The genome sequence is only required if you are using the --cpg flag or traditional preset. Only primary alignments are used in generating the table, it is recommended to mark duplicate alignments before running as multiple primary alignments can be double counted (but the behavior is logged). See limitations for details.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Constructing bedMethyl tables.","id":"5","title":"Constructing bedMethyl tables."},"50":{"body":"column name description type 1 chrom name of reference sequence from BAM header str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 methylation pattern comma-separated pair of modification codes - means canonical, followed by the primary read base str 5 score equal to Nvalid_cov int 6 strand always '.' because strand information is combined str 7 start position included for compatibility int 8 end position included for compatibility int 9 color included for compatibility, always 255,0,0 str 10 Nvalid_cov see definitions above int 11 fraction modified Npattern / Nvalid_cov float 12 Npattern see definitions above int 13 Ncanonical see definitions above int 14 Nother_pattern see definitions above int 15 Ndelete see definitions above int 16 Nfail see definitions above int 17 Ndiff see definitions above int 18 Nnocall see definitions above int","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » bedMethyl column descriptions.","id":"50","title":"bedMethyl column descriptions."},"51":{"body":"Only one motif can be used at a time, this limitation may be removed in a later version. Partitioning on tag key:value pairs is not currently supported. [^1] In biology, there are almost always exceptions to every rule!","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Limitations","id":"51","title":"Limitations"},"52":{"body":"The modkit dmr command contains two subcommands, pair and multi, that will compare pairwise conditions and multiple conditions. The pair command can be used to perform differential methylation detection on single genome positions (for example CpGs) or regions provided as a BED file. On the other hand, multi can only be used to compare regions (such as CpG islands), provided as a BED file. There are essentially three differential methylation workflows: Perform differential methylation scoring with a pair of samples on regions of the genome. Perform differential methylation scoring across all pairs of samples on regions of the genome. Perform base-level differential modification detection for a pair of conditions. Each application is explained below. For details on the scoping of these applications see the limitations .","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Perform differential methylation scoring","id":"52","title":"Perform differential methylation scoring"},"53":{"body":"The inputs to all modkit dmr commands are two or more bedMethyl files (created by modkit pileup) that have been compressed with bgzip and indexed with tabix . An example of how to generate the input data is shown below: ref=grch38.fasta\nthreads=32 norm=normal_sample.bam\nnorm_pileup=normal_pileup.bed modkit pileup ${norm} ${norm_pileup} \\ --cpg \\ --ref ${ref} \\ --threads ${threads} \\ --log-filepath log.txt bgzip -k ${norm_pileup}\ntabix -p bed ${norm_pileup}.gz # pileup and compression can also be done in one step\ntumor=tumor_sample.bam\ntumor_pileup=tumor_pileup.bed.gz modkit pileup ${tumor} - \\ --cpg \\ --ref ${ref} \\ --threads ${threads} \\ --log-filepath log.txt | ${bgzip} -c > ${tumor_pileup} tabix -p bed ${tumor_pileup}","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Preparing the input data","id":"53","title":"Preparing the input data"},"54":{"body":"Once you have the two samples to be compared in the appropriate format, the final piece necessary is a BED file of the regions to be compared. Currently, the modkit dmr functionality does not \"segment\" or otherwise discover regions, however this limitation will be removed in a future release. To continue with our example we can get CpG Islands from the UCSC table browser . The data may not always be appropriate input for modkit. For example, the CpG Islands track has extra columns and a header line: #bin chrom chromStart chromEnd name length cpgNum gcNum perCpg perGc obsExp\n660 chr20 9838623 9839213 CpG: 47 590 47 383 15.9 64.9 0.76\n661 chr20 10034962 10035266 CpG: 35 304 35 228 23 75 0.85 Therefore, we need to transform the data with awk or similar, such as: awk 'BEGIN{FS=\"\\t\"; OFS=\"\\t\"} NR>1 {print $2, $3, $4, $5}' cpg_islands_ucsc.bed \\ | bedtools sort -i - > cpg_islands_ucsc_cleaned.bed Keeping the name column is optional. Sorting the regions isn't strictly necessary, the output will be in the same order as the regions file. Below is an example command to produce the scored output. The --base option tells modkit dmr which bases to use for scoring the differences, the argument should be a canonical nucleotide (A, C, G, or T) whichever primary sequence base has the modifications you're interested in capturing. For example, for CpG islands the base we're interested in is C. regions=cpg_islands_ucsc_cleaned.bed\ndmr_result=cpg_islands_tumor_normal.bed modkit dmr pair \\ -a ${norm_pileup}.gz \\ --index-a ${norm_pileup}.gz.tbi \\ # optional -b ${tumor_pileup}.gz \\ --index-b ${tumor_pileup}.gz.tbi \\ # optional -o ${dmr_result} \\ # output to stdout if not present -r ${regions} \\ --ref ${ref} \\ --base C \\ # may be repeated if multiple modifications are being used --threads ${threads} \\ --log-filepath dmr.log The ouput of this command will be similar to chr20 9838623 9839213 CpG: 47 257.34514203447543 C:57 1777 C:601 2091 C:3.21 C:28.74 0.032076534 0.2874223\nchr20 10034962 10035266 CpG: 35 1.294227443419004 C:7 1513 C:14 1349 C:0.46 C:1.04 0.00462657 0.010378058 The full schema is described below .","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 1. Perform differential methylation scoring of genomic regions for a pair of samples.","id":"54","title":"1. Perform differential methylation scoring of genomic regions for a pair of samples."},"55":{"body":"The modkit dmr multi command runs all pairwise comparisons for more than two samples for all regions provided in the regions BED file. The preparation of the data is identical to that for the previous section (for each sample, of course). An example command could be: modkit dmr multi \\ -s ${norm_pileup_1}.gz norm1 \\ -s ${tumor_pileup_1}.gz tumor1 \\ -s ${norm_pileup_2}.gz norm2 \\ -s ${tumor_pileup_2}.gz tumor2 \\ -o ${dmr_dir} \\ # required for multi -r ${cpg_islands} \\ # skip this option to perform base-level DMR --ref ${ref} \\ --base C \\ -t 10 \\ -f \\ --log-filepath dmr_multi.log For example the samples could be haplotype-partitioned bedMethyl tables or biological replicates. Unlike for modkit dmr pair a sample name (e.g. norm1 and tumor1 above) must be provided for each input sample. You can also use --index to specify where the tabix index file is for each sample.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 2. Perform differential methylation detection on all pairs of samples over regions from the genome.","id":"55","title":"2. Perform differential methylation detection on all pairs of samples over regions from the genome."},"56":{"body":"The modkit dmr pair command has the ability to score individual bases (e.g. differentially methylated CpGs). To run single-base analysis on one or more paired samples, simply omit the --regions (-r) option when running modkit dmr pair. When performing single-base analysis the likelihood ratio score and a MAP-based p-value are available. For details on the likelihood ratio score and the MAP-based p-value, see the scoring details section . For example the above command becomes: dmr_result=single_base_haplotype_dmr.bed modkit dmr pair \\ -a ${hp1_pileup}.gz \\ -b ${hp2_pileup}.gz \\ -o ${dmr_result} \\ --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log Multiple replicates can be provided as well by repeating the -a and -b options, such as: dmr_result=tumor_normal_single_base_replicates.bed modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ -o ${dmr_result_replicates} \\ --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log Keep in mind that the MAP-based p-value provided in single-site analysis is based on a \"modified\" vs \"unmodified\" model, see the scoring section and limitations for additional details.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 3. Detecting differential modification at single base positions","id":"56","title":"3. Detecting differential modification at single base positions"},"57":{"body":"The modkit dmr commands require the --base option to determine which genome positions to compare, i.e. --base C tells modkit to compare methylation at cytosine bases. You may use this option multiple times to compare methylation at multiple primary sequence bases. It is possible that, during pileup a read will have a mismatch and a modification call, such as a C->A mismatch and a 6mA call on that A, and you may not want to use that 6mA call when calculating the differential methylation metrics. To filter out bedMethyl records like this, modkit uses the SAM specification (page 9) of modification codes to determine which modification codes apply to which primary sequence bases. For example, h is 5hmC and applies to cytosine bases, a is 6mA and applies to adenine bases. However, modkit pileup does not require that you use modification codes only in the specification. If your bedMethyl has records with custom modification codes or codes that aren't in the specification yet, use --assign-code : to indicate the code applies to a given primary sequence base.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Note about modification codes","id":"57","title":"Note about modification codes"},"58":{"body":"The output from modkit dmr pair (and for each pairwise comparison with modkit dmr multi) is (roughly) a BED file with the following schema: column name description type 1 chrom name of reference sequence from bedMethyl input samples str 2 start position 0-based start position, from --regions argument int 3 end position 0-based exclusive end position, from --regions argument int 4 name name column from --regions BED, or chr:start-stop if absent str 5 score difference score, more positive values have increased difference float 6 samplea counts counts of each base modification in the region, comma-separated, for sample A str 7 samplea total total number of base modification calls in the region, including unmodified, for sample A str 8 sampleb counts counts of each base modification in the region, comma-separated, for sample B str 9 sampleb total total number of base modification calls in the region, including unmodified, for sample B str 10 samplea percents percent of calls for each base modification in the region, comma-separated, for sample A str 11 sampleb percents percent of calls for each base modification in the region, comma-separated, for sample B str 12 samplea fraction modified fraction modification (of any kind) in sample A float 13 sampleb fraction modified fraction modification (of any kind) in sample B float an example of the output is given below: chr20 9838623 9839213 CpG: 47 257.34514203447543 C:57 1777 C:601 2091 C:3.21 C:28.74 0.032076534 0.2874223\nchr20 10034962 10035266 CpG: 35 1.294227443419004 C:7 1513 C:14 1349 C:0.46 C:1.04 0.00462657 0.010378058\nchr20 10172120 10172545 CpG: 35 5.013026381110649 C:43 1228 C:70 1088 C:3.50 C:6.43 0.035016287 0.06433824\nchr20 10217487 10218336 CpG: 59 173.7819873154349 C:136 2337 C:482 1838 C:5.82 C:26.22 0.058194265 0.26224157\nchr20 10433628 10434345 CpG: 71 -0.13968153023233754 C:31 2748 C:36 3733 C:1.13 C:0.96 0.0112809315 0.009643719\nchr20 10671925 10674963 CpG: 255 6.355823977093678 C:67 9459 C:153 12862 C:0.71 C:1.19 0.0070832013 0.011895506 When performing single-site analysis, the following additional columns are added: column name description type 14 MAP-based p-value ratio of the posterior probability of observing the effect size over zero effect size float 15 effect size percent modified in sample A (col 12) minus percent modified in sample B (col 13) float 16 balanced MAP-based p-value MAP-based p-value when all replicates are balanced float 17 balanced effect size effect size when all replicates are balanced float 18 pct_a_samples percent of 'a' samples used in statistical test float 19 pct_b_samples percent of 'b' samples used in statistical test float 20 per-replicate p-values MAP-based p-values for matched replicate pairs float 21 per-replicate effect sizes effect sizes matched replicate pairs float Columns 16-19 are only produced when multiple samples are provided, columns 20 and 21 are only produced when there is an equal number of 'a' and 'b' samples. When using multiple samples, it is possible that not every sample will have a modification fraction at a position. When this happens, the statistical test is still performed and the values of pct_a_samples and pct_b_samples reflect the percent of samples from each condition used in the test. Columns 20 and 21 have the replicate pairwise MAP-based p-values and effect sizes which are calculated based on their order provided on the command line. For example in the abbreviated command below: modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ ... Column 20 will contain the MAP-based p-value comparing norm_pileup_1 versus tumor_pileup_1 and norm_pileup_2 versus norm_pileup_2. Column 21 will contain the effect sizes, values are comma-separated. If you have a different number of samples for each condition, such as: modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -a ${norm_pileup_3}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ these columns will not be present.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Differential methylation output format","id":"58","title":"Differential methylation output format"},"59":{"body":"When running modkit dmr without --regions (i.e. single-site analysis ) you can generate regions of differential methylation on-the-fly using the segmenting hidden Markov model (HMM). To run segmenting on the fly, add the --segments $segments_bed_fp option to the command such as: dmr_result=single_base_haplotype_dmr.bed\ndmr_segments=single_base_segements.bed modkit dmr pair \\ -a ${hp1_pileup}.gz \\ -b ${hp2_pileup}.gz \\ -o ${dmr_result} \\ --segments ${dmr_segments} \\ # indicates to run segmentation --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log The default settings for the HMM are to run in \"coarse-grained\" mode which will more eagerly join neighboring sites, potentially at the cost of including sites that are not differentially modified within \"Different\" blocks. To activate \"fine-grained\" mode, pass the --fine-grained flag. The output schema for the segments is: column name description type 1 chrom name of reference sequence from bedMethyl input samples str 2 start position 0-based start position, from --regions argument int 3 end position 0-based exclusive end position, from --regions argument int 4 state-name \"different\" when sites are differentially modified, \"same\" otherwise str 5 score difference score, more positive values have increased difference float 6 N-sites number of sites (bedmethyl records) in the segment float 7 samplea counts counts of each base modification in the region, comma-separated, for sample A str 8 sampleb counts counts of each base modification in the region, comma-separated, for sample B str 9 samplea percents percent of calls for each base modification in the region, comma-separated, for sample A str 10 sampleb percents percent of calls for each base modification in the region, comma-separated, for sample B str 11 samplea fraction modified percent modification (of any kind) in sample A float 12 sampleb fraction modified percent modification (of any kind) in sample B float 13 effect size percent modified in sample A (col 11) minus percent modified in sample B (col 12) float","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Segmenting on differential methylation","id":"59","title":"Segmenting on differential methylation"},"6":{"body":"In its simplest form modkit creates a bedMethyl file using the following: modkit pileup path/to/reads.bam output/path/pileup.bed --log-filepath pileup.log No reference sequence is required. A single file (described below ) with base count summaries will be created. The final argument here specifies an optional log file output. The program performs best-practices filtering and manipulation of the raw data stored in the input file. For further details see filtering modified-base calls .","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Basic usage","id":"6","title":"Basic usage"},"60":{"body":"The modkit validate sub-command is intended for validating results in a uniform manner from samples with known modified base content. Specifically the modified base status at any annotated reference location should be known.","breadcrumbs":"Quick Start guides » Validate ground truth results » Validating ground truth results.","id":"60","title":"Validating ground truth results."},"61":{"body":"The input to the modkit validate command will be pairs of modBAM and BED files. modBAM files should contain modified base calls in the MM/ML tag as input to most modkit commands. BED files paired to each input modBAM file describe the ground truth modified base status at reference positions. This ground truth status should be known by the researcher due to previous experimental conditions and cannot be derived by modkit. modkit validate \\ --bam-and-bed sample1.bam sample1_annotation.bed \\ --bam-and-bed sample2.bam sample2_annotation.bed This will produce output such as the following: > Parsing BED at /path/to/sample1_annotation.bed\n> Processed 10 BED lines\n> Parsing BED at /path/to/sample2_annotation.bed\n> Processed 10 BED lines\n> Canonical base: C\n> Parsing mapping at /path/to/sample1.bam\n> Processed 10 mapping recrods\n> Parsing mapping at /path/to/sample2.bam\n> Processed 10 mapping recrods\n> Raw counts summary Called Base ┌───┬───────┬───────┬───┬───┬───┬──────────┐ │ │ - │ a │ C │ G │ T │ Deletion │ ├───┼───────┼───────┼───┼───┼───┼──────────┤ Ground │ - │ 9,900 │ 100 │ 1 │ 1 │ 1 │ 2 │ Truth │ a │ 100 │ 9,900 │ 1 │ 1 │ 1 │ 2 │ └───┴───────┴───────┴───┴───┴───┴──────────┘\n> Balancing ground truth call totals\n> Raw accuracy: 99.00%\n> Raw modified base calls contingency table Called Base ┌───┬────────┬────────┐ │ │ - │ a │ ├───┼────────┼────────┤ Ground │ - │ 99.00% │ 1.00% │ Truth │ a │ 1.00% │ 99.00% │ └───┴────────┴────────┘\n> Call probability threshold: 0.95\n> Filtered accuracy: 99.90%\n> Filtered modified base calls contingency table Called Base ┌───┬────────┬────────┐ │ │ - │ a │ ├───┼────────┼────────┤ Ground │ - │ 99.90% │ 0.10% │ Truth │ a │ 0.10% │ 99.90% │ └───┴────────┴────────┘ The filtering threshold is computed in the same manner as in all other modkit commands. Currently only a defined percentage of input data filtering threshold estimation is implemented. The default value is 10% (as in other modkit commands) and can be adjusted with the --filter-quantile argument. Other methods (including user-defined thresholds) will be implemented in a future version. The Call probability threshold is intended a value to be used for user-defined thresholds for other modkit commands.","breadcrumbs":"Quick Start guides » Validate ground truth results » Validating from modBAM reads and BED reference annotation.","id":"61","title":"Validating from modBAM reads and BED reference annotation."},"62":{"body":"A BED file is a tab-delimited file. For this command the first 6 fields are processed. These fields are as follows: column name description 1 chrom name of reference sequence str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 mod code modified base code str 6 strand strand (e.g. +,-,.) str The 5th column is ignored in the validate command. The 4th column represents the modified base code annotating the status at this reference position (or range of reference positions). This value can be - representing a canonical base (note that this differs from the remora validate annotation), a single letter code as defined in the modBAM tag specification, or any ChEBI code. The validate command will assume that any base from the associated modBAM file overlapping these positions should match this annotation.","breadcrumbs":"Quick Start guides » Validate ground truth results » BED ground truth annotation file:","id":"62","title":"BED ground truth annotation file:"},"63":{"body":"The --out-filepath option is provided to allow persistent storage of results in a machine-parseable format without other logging lines. This format outputs all contingency tables in a machine-parseable format. For example this contingency table [[\"ground_truth_label\",\"-\",\"a\"],[\"-\",9900,100],[\"a\",100,9900]] would be produced from the above example results.","breadcrumbs":"Quick Start guides » Validate ground truth results » Output file","id":"63","title":"Output file"},"64":{"body":"The modkit find-motifs command will attempt to summarize short genome sequences (motifs) that are more found to be highly modified (i.e. enriched for methylation). The input to this command is a bedMethyl generated by modkit pileup and the reference sequence used. For example, to run the command with default settings (recommended): bedmethyl=/path/to/pileup.bed\nref=/path/to/reference.fasta modkit find-motifs \\ -i ${bedmethyl} \\ -r ${ref} \\ -o ./motifs.tsv \\ --threads 32 \\ --log ./modkit_find_motifs_log.txt Specifying an output with -o will generate a machine-readable tab-separated-values file, a human-readable version of the table will always be logged to the terminal and the logfile.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Find highly modified motif sequences","id":"64","title":"Find highly modified motif sequences"},"65":{"body":"All output tables are output in two formats, machine-readable and human-readable. The human-readable tables are always output to the log and terminal, the machine-readable tables are output to files specified on the command line.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Output format","id":"65","title":"Output format"},"66":{"body":"column name description type 1 mod_code code specifying the modification found in the motif str 2 motif sequence of identified motif using IUPAC codes str 3 offset 0-based offset into the motif sequence of the modified base int 4 frac_mod fraction of time this sequence is found in the high modified set col-5 / (col-5 + col-6) float 5 high_count number of occurances of this sequence in the high-modified set int 6 low_count number of occurances of this sequence in the low-modified set int 7 mid_count number of occurances of this sequence in the mid-modified set int","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Machine-readable table","id":"66","title":"Machine-readable table"},"67":{"body":"column name description type 1 motif human-readable representation of the motif sequence with the modification code in brackets str 2 frac_mod fraction of time this sequence is found in the high modified set col-3 / (col-3 + col-4) float 3 high_count number of occurances of this sequence in the high-modified set int 4 low_count number of occurances of this sequence in the low-modified set int 5 mid_count number of occurances of this sequence in the mid-modified set int","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Human-readable table","id":"67","title":"Human-readable table"},"68":{"body":"Multiple motif sequences suspected to be present can be specified with the --known-motif option. A machine-readable table of the motif sequences that are not found during the search can be specified with the --known-motifs-table option. Using this option will add two columns to the above tables: name description type status equal, Subset, Superset, or Disjoint describes the relationship of the discovered motif to the known motif str closest_known_motif of all motifs specified with --known-motif the one that is most similar to the discovered motif str If any of the known motifs are not found during the search process an additional table is also emitted in machine- and human-readable versions.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Specifying known motifs","id":"68","title":"Specifying known motifs"},"69":{"body":"column name description type 1 mod_code code specifying the modification found in the motif str 2 motif sequence of identified motif using IUPAC codes str 3 offset 0-based offset into the motif sequence of the modified base int 4 frac_mod fraction of time this sequence is found in the high modified set col-5 / (col-5 + col-6) float 5 high_count number of occurances of this sequence in the high-modified set int 6 low_count number of occurances of this sequence in the low-modified set int 7 mid_count number of occurances of this sequence in the mid-modified set int 8 status equal, Subset, Superset, or Disjoint describes the relationship of the known motif to the closest discovered motif str 9 closest_found_motif which of the discovered motifs is most simuilar to the known motif str","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Machine-readable table","id":"69","title":"Machine-readable table"},"7":{"body":"For user convenience, the counting process can be modulated using several additional transforms and filters. The most basic of these is to report only counts from reference CpG dinucleotides. This option requires a reference sequence in order to locate the CpGs in the reference: modkit pileup path/to/reads.bam output/path/pileup.bed --cpg --ref path/to/reference.fasta To restrict output to only certain CpGs, pass the --include-bed option with the CpGs to be used, see this page for more details. modkit pileup path/to/reads.bam output/path/pileup.bed \\ --cpg \\ --ref path/to/reference.fasta \\ --include-bed path/to/my_cpgs.bed The program also contains preset which combine several options for ease of use. The traditional preset, modkit pileup path/to/reads.bam output/path/pileup.bed \\ --ref path/to/reference.fasta \\ --preset traditional performs three transforms: restricts output to locations where there is a CG dinucleotide in the reference, reports only a C and 5mC counts, using procedures to take into account counts of other forms of cytosine modification (notably 5hmC), and aggregates data across strands. The strand field of the output will be marked as '.' indicating that the strand information has been lost. Using this option is equivalent to running with the options: modkit pileup path/to/reads.bam output/path/pileup.bed --cpg --ref --ignore h --combine-strands","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Narrowing output to CpG dinucleotides","id":"7","title":"Narrowing output to CpG dinucleotides"},"70":{"body":"column name description type 1 motif human-readable representation of the motif sequence with the modification code in brackets str 2 frac_mod fraction of time this sequence is found in the high modified set col-3 / (col-3 + col-4) float 3 high_count number of occurances of this sequence in the high-modified set int 4 low_count number of occurances of this sequence in the low-modified set int 5 mid_count number of occurances of this sequence in the mid-modified set int 6 status equal, Subset, Superset, or Disjoint describes the relationship of the known motif to the closest discovered motif str 7 closest_found_motif which of the discovered motifs is most simuilar to the known motif str","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Human-readable table","id":"70","title":"Human-readable table"},"71":{"body":"The first step in find-motifs is to categorize each genomic position in the pileup into one of three groups based on the fraction modified column in the bedMethyl : Low-modified Mid-modified High-modified The threshold values for each group can be set on the command line (--high-thresh and --low-thresh). For example, consider a high threshold of 0.6 and a low threshold of 0.2 the following 3 bedMethyl records would be put into the high-, low-, and mid-groups, respectively: contig1 6 7 a 27 - 6 7 255,0,0 27 96.30 26 1 0 0 3 0 0\ncontig1 8 9 a 24 - 8 9 255,0,0 24 4.17 1 23 0 0 5 1 0\ncontig1 218 219 a 21 + 218 219 255,0,0 21 28.57 6 15 0 2 3 0 0 The sequence around each modified position is then collected from the reference FASTA file. The length of the sequence can be set with the --context-size option, accepting two values: the number of bases upstream and the number of bases downstream of the modified location. For example --context-size 12 12 will collect 12 bases upstream and 12 bases downstream of the modified base for a maximum motif length of 25 base pairs. The algorithm then iteratively expands, contracts, and merges sequences while the following criteria are met: The number of occurrences in the high-modified set is greater than min_sites (set by --min-sites). The fraction \\( \\frac{\\textit{H}}{\\textit{H} + \\textit{L}} \\), is greater than frac_mod (set with --min-frac-mod), where \\( \\textit{H} \\) and \\( \\textit{L} \\) is the number of total sequence contexts in the high-modified and low-modified set, respectively. The log-odds of the context being in the high-modified category is greater than min_log_odds (set with --min-log-odds). Once a motif sequence cannot be changed (made more general or more restrictive) without violating one of these criteria, the motif sequence is considered complete. As the algorithm continues, context sequences that match discovered sequences are removed from consideration. A secondary search step is also performed by starting with every k-mer (where k is less than the total sequence length, 3 by default, set with --exhaustive-seed-len) at every motif position. The log-odds threshold for this search is usually higher and set with --exhaustive-seed-min-log-odds. Decreasing this value can drastically increase computational time.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Simple description of the search algorithm","id":"71","title":"Simple description of the search algorithm"},"72":{"body":"The default parameters have been picked to be sufficiently sensitive, however if you decide to adjust the parameters in general increasing sensitivity will increase compute time. Increasing the --min-frac-mod will stop search earlier which will decrease compute time. Decreasing --min-sites has the largest effect and can especially cause the secondary search to crawl more sequences. Decreasing --min-sites along with --skip-search may be a useful technique to find very rare sequence motifs. Increasing --exhaustive-seed-min-log-odds can drastically decrease compute time (sometimes while maintaining sensitivity). Also consider the additional steps in performance considerations.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Tuning parameters and --skip-search","id":"72","title":"Tuning parameters and --skip-search"},"73":{"body":"The modkit entropy command will calculate the methylation entropy in genomic windows of defined length across the genome, optionally summarizing these calculations for regions. Methylation entropy (ME) is a measure of the \"information content\" in the patterns of methylation reported by the sequencing reads, it could also be thought of as a measure of the randomness in the epialleles (an \"epiallele\" is the DNA modification at a given position). This metric was originally proposed by Xie et al. and has been shown to correlation with regulation , aging , and cancer . Unlike the pileup method in modkit which aggregates the modification calls per genomic position, modkit entropy looks at the co-occurrence of methylation status on individual reads and so the input is a modBAM not a pileup. To quote Lee et al. , \"This information is important because such ‘phased’ methylation states can inform us about the epigenetic diversity of cell populations as well as the local regulation states of the epigenome\". Probably the simplest visual description of methylation entropy is the following, a version of which appears in many of the methods papers: methylation_entropy_background Citation: Lee et al.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculating methylation entropy","id":"73","title":"Calculating methylation entropy"},"74":{"body":"modkit entropy --in-bam ${mod_bam} \\ -o ${output_entropy_bedgraph} \\ --ref ${ref} \\ --threads 32 \\ --log-filepath modkit_entropy.log When the output file, -o, is omitted the output will be to stdout.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculate entropy in windows across the genome","id":"74","title":"Calculate entropy in windows across the genome"},"75":{"body":"column name description type 1 chrom contig name string 2 start start of interval int 3 end end of interval int 4 entropy methylation entropy float 5 num_reads number of reads used int","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Output schema","id":"75","title":"Output schema"},"76":{"body":"The command can also summarize the methylation entropy in regions by using the --regions option, for example: modkit entropy \\ --in-bam ${mod_bam} \\ -o ${output_directory} \\ --regions ${regions_bed_file} \\ # BED3 or BED4 file of regions --cpg \\ # specify CpG dinucleotides and combine strands --ref ${ref} \\ --threads 32 \\ --log-filepath modkit_entropy.log The output must now be a directory (specified with -o), a bedGraph with the entropy over the windows with the regions as well as a summary of the methylation entropy in the regions will be output. By default these files will be regions.bed and windows.bedgraph.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculating entropy in BED-specified regions","id":"76","title":"Calculating entropy in BED-specified regions"},"77":{"body":"Similar to pileup you can specify a motif on the command line with --motif and optionally combine the counts across the positive and negative strands with --combine-strands. If you specify a primary sequence base (with --base) or a motif (with --motif) that is not reverse-complement palindromic modkit will output methylation entropy per-strand. For example if you want to calculate m6A entropy in DRACH motifs: ${modkit} entropy ${bam} \\ -o ${output} \\ --regions ${regions} \\ --ref ${ref} \\ --motif DRACH 2 \\ --threads 32 \\ --log-filepath modkit_entropy.log \\ When performing transcriptome analysis, it's recommended to make a regions BED file of all of the transcripts so that you can rank which transcripts have highest entropy.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Specifying motifs or primary sequence bases","id":"77","title":"Specifying motifs or primary sequence bases"},"78":{"body":"The calculation of methylation entropy has been described in the papers linked above. Formally, methylation entropy in modkit is calculated as: \\[ \\text{ME} = \\frac{-1}{N} \\sum_{\\textbf{N}} Pr(n_i) * \\text{log}_{2}Pr(n_i) \\] Where \\( \\textbf{N} \\) is the set of all methylation patterns and \\( Pr(n_i) \\) is the empirical probability of that pattern. To account for the fact that modkit filters base modification calls when they are below a certain confidence level, filtered positions are given a \"wildcard\" assignment and can match any epiallele at that position. The entropy calculation implementation in modkit will assign a fractional count to each pattern that the read matches. For example, suppose a read with epiallele m*mm meaning there are 4 positions in the window (5mC) and this read reports 5mC, followed by a filtered call, and 2 more 5mC calls. This read will match to patterns [mhmm mmmm mCmm] (m = 5mC, h = 5hmC, and C is canonical cytosine). When the --num-positions parameter gets large the number of potential patterns becomes large. Most patterns will probably not have any reads matching to them, so instead of enumerating all possible patterns modkit uses a prefix trie to find all patterns represented in the reads while accounting for filtered positions.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculation of methylation entropy","id":"78","title":"Calculation of methylation entropy"},"79":{"body":"The pileup, sample-probs, summary, and extract sub commands have a --include-bed (or --include-positions) option that will restrict analysis to only positions that overlap with the intervals contained within the BED file. In the case of pileup, summary, and sample-probs, the pass-threshold will be estimated with only base modification probabilities that are aligned to positions overlapping intervals in the BED. In the case of pileup and extract only positions will be reported if they overlap intervals in the BED.","breadcrumbs":"Quick Start guides » Narrow output to specific positions » Narrow output to specific positions","id":"79","title":"Narrow output to specific positions"},"8":{"body":"By default, modkit will output a BED row for all genomic positions where there is at least one base modification in the input modBAM. We define a motif as a short DNA sequence potentially containing degenerate codes . To ease downstream analysis, the --motif option can be used to pre-filter and annotate the bedMethyl rows. The --cpg flag is a alias for --motif CG 0 where the sequence motif is CG and the offset is 0, meaning pileup base modification counts for the first C in the motif on the top strand the second C (complement to G) on the bottom strand. Another example may be --motif GATC 1, signaling to pileup counts for the A in the second position on the top strand and the A in the third position on the bottom strand. When multiple motifs are specified the name column ( column 4 ), will indicate which motif the counts are tabulated for. For example, if --motif CGCG 2 --motif CG 0 are passed you may see lines such as: oligo_741_adapters 39 40 m,CG,0 4\t-\t39\t40\t255,0,0\t4 100.00 4 0 0 0 0 0 0\noligo_741_adapters 39 40 m,CGCG,2 4\t-\t39\t40\t255,0,0\t4 100.00 4 0 0 0 0 0 0 The --combine-strands flag can be combined with --motif however all motifs must be reverse-complement palindromic (CG is a palindrome but CHH is not).","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Narrowing output to specific motifs","id":"8","title":"Narrowing output to specific motifs"},"80":{"body":"The goal of modkit is to enable best-practices manipulation of BAM files containing modified base information (modBAMs). The various sub-commands and tools available in modkit are described below. This information can be obtained by invoking the long help (--help) for each command. Advanced usage information. Modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore Usage: modkit Commands: pileup Tabulates base modification calls across genomic positions. This command produces a bedMethyl formatted file. Schema and description of fields can be found in the README. adjust-mods Performs various operations on BAM files containing base modification information, such as converting base modification codes and ignoring modification calls. Produces a BAM output file. update-tags Renames Mm/Ml to tags to MM/ML. Also allows changing the the mode flag from silent '.' to explicitly '?' or '.'. sample-probs Calculate an estimate of the base modification probability distribution. summary Summarize the mod tags present in a BAM and get basic statistics. The default output is a totals table (designated by '#' lines) and a modification calls table. Descriptions of the columns can be found in the README. call-mods Call mods from a modbam, creates a new modbam with probabilities set to 100% if a base modification is called or 0% if called canonical. motif-bed Create BED file with all locations of a sequence motif. Example: modkit motif-bed CG 0 extract Extract read-level base modification information from a modBAM into a tab-separated values table. repair Repair MM and ML tags in one bam with the correct tags from another. To use this command, both modBAMs _must_ be sorted by read name. The \"donor\" modBAM's reads must be a superset of the acceptor's reads. Extra reads in the donor are allowed, and multiple reads with the same name (secondary, etc.) are allowed in the acceptor. Reads with an empty SEQ field cannot be repaired and will be rejected. Reads where there is an ambiguous alignment of the acceptor to the donor will be rejected (and logged). See the full documentation for details. dmr Perform DMR test on a set of regions. Output a BED file of regions with the score column indicating the magnitude of the difference. Find the schema and description of fields can in the README as well as a description of the model and method. See subcommand help for additional details. pileup-hemi Tabulates double-stranded base modification patters (such as hemi-methylation) across genomic motif positions. This command produces a bedMethyl file, the schema can be found in the online documentation. validate Validate results from a set of mod-BAM files and associated BED files containing the ground truth modified base status at reference positions. find-motifs Find sequence motifs in a bedMethyl pileup that are enriched for base modification. entropy Use a mod-BAM to calculate methylation entropy over genomic windows. help Print this message or the help of the given subcommand(s). Options: -h, --help Print help information. -V, --version Print version information.","breadcrumbs":"Extended subcommand help » modkit, subcommand documentation","id":"80","title":"modkit, subcommand documentation"},"81":{"body":"Tabulates base modification calls across genomic positions. This command produces a bedMethyl\nformatted file. Schema and description of fields can be found in the README. Usage: modkit pileup [OPTIONS] Arguments: Input BAM, should be sorted and have associated index available. Output file (or directory with --bedgraph option) to write results into. Specify \"-\" or \"stdout\" to direct output to stdout. Options: --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) --region Process only the specified region of the BAM when performing pileup. Format should be :- or . Commas are allowed. --max-depth Maximum number of records to use when calculating pileup. This argument is passed to the pileup engine. If you have high depth data, consider increasing this value substantially. Must be less than 2147483647 or an error will be raised. [default: 8000] -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] --chunk-size Break contigs into chunks containing this many intervals (see `interval_size`). This option can be used to help prevent excessive memory usage, usually with no performance penalty. By default, modkit will set this value to 1.5x the number of threads specified, so if 4 threads are specified the chunk_size will be 6. A warning will be shown if this option is less than the number of threads specified. --suppress-progress Hide the progress bar. -n, --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the pass-threshold. In practice, 10-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] --include-bed BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file. (alias: include-positions) --include-unmapped Include unmapped base modifications when estimating the pass threshold. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --force-allow-implicit Force allow implicit-canonical mode. By default modkit does not allow pileup with the implicit mode (e.g. C+m, no '.' or '?'). The `update-tags` subcommand is provided to update tags to the new mode. This option allows the interpretation of implicit mode tags: residues without modified base probability will be interpreted as being the non-modified base. --motif Output pileup counts for only sequence motifs provided. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CGCG 0 indicates to pileup counts for the first C on the top strand and the last C (complement to G) on the bottom strand. The --cpg argument is short hand for --motif CG 0. This argument can be passed multiple times. When more than one motif is used, the resulting output BED file will indicate the motif in the \"name\" field as ,,. For example, given `--motif CGCG 2 --motif CG 0` there will be output lines with name fields such as \"m,CG,0\" and \"m,CGCG,2\". To use this option with `--combine-strands`, all motifs must be reverse-complement palindromic or an error will be raised. --cpg Only output counts at CpG motifs. Requires a reference sequence to be provided. -r, --ref Reference sequence in FASTA format. Required for motif (e.g. CpG) filtering. -k, --mask Respect soft masking in the reference FASTA. --preset Optional preset options for specific applications. traditional: Prepares bedMethyl analogous to that generated from other technologies for the analysis of 5mC modified bases. Shorthand for --cpg --combine-strands --ignore h. [possible values: traditional] --combine-mods Combine base modification calls, all counts of modified bases are summed together. See collapse.md for details. --combine-strands When performing motif analysis (such as CpG), sum the counts from the positive and negative strands into the counts for the positive strand position. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --only-tabs **Deprecated** The default output has all tab-delimiters. For bedMethyl output, separate columns with only tabs. The default is to use tabs for the first 10 fields and spaces thereafter. The default behavior is more likely to be compatible with genome viewers. Enabling this option may make it easier to parse the output with tabular data handlers that expect a single kind of separator. --mixed-delim Output bedMethyl where the delimiter of columns past column 10 are space-delimited instead of tab-delimited. This option can be useful for some browsers and parsers that don't expect the extra columns of the bedMethyl format. --bedgraph Output bedGraph format, see https://genome.ucsc.edu/goldenPath/help/bedgraph.html. For this setting, specify a directory for output files to be make in. Two files for each modification will be produced, one for the positive strand and one for the negative strand. So for 5mC (m) and 5hmC (h) there will be 4 files produced. --with-header Output a header with the bedMethyl. --prefix Prefix to prepend on bedgraph output file names. Without this option the files will be _.bedgraph. --partition-tag Partition output into multiple bedMethyl files based on tag-value pairs. The output will be multiple bedMethyl files with the format `___.bed` prefix is optional and set with the `--prefix` flag. -h, --help Print help information (use `-h` for a summary)","breadcrumbs":"Extended subcommand help » pileup","id":"81","title":"pileup"},"82":{"body":"Performs various operations on BAM files containing base modification information, such as\nconverting base modification codes and ignoring modification calls. Produces a BAM output file Usage: modkit adjust-mods [OPTIONS] Arguments: BAM file to collapse mod call from. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. File path to new BAM file to be created. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard output. Options: --log-filepath Output debug logs to file at this path. --ignore Modified base code to ignore/remove, see https://samtools.github.io/hts-specs/SAMtags.pdf for details on the modified base codes. -t, --threads Number of threads to use. [default: 4] -f, --ff Fast fail, stop processing at the first invalid sequence record. Default behavior is to continue and report failed/skipped records at the end. --convert Convert one mod-tag to another, summing the probabilities together if the retained mod tag is already present. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --output-sam Output SAM format instead of BAM. --suppress-progress Hide the progress bar -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » adjust-mods","id":"82","title":"adjust-mods"},"83":{"body":"Renames Mm/Ml to tags to MM/ML. Also allows changing the the mode flag from silent '.' to explicitly\n'?' or '.'. Usage: modkit update-tags [OPTIONS] Arguments: BAM to update modified base tags in. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. File to new BAM file to be created or one of `-` or `stdin` to specify a stream from standard output. Options: -m, --mode Mode, change mode to this value, options {'explicit', 'implicit'}. See spec at: https://samtools.github.io/hts-specs/SAMtags.pdf. 'explicit' ('?') means residues without modification probabilities will not be assumed canonical or modified. 'implicit' means residues without explicit modification probabilities are assumed to be canonical. [possible values: explicit, implicit] -t, --threads Number of threads to use [default: 4] --no-implicit-probs Don't add implicit canonical calls. This flag is important when converting from one of the implicit modes ( `.` or `\"\"`) to explicit mode (`?`). By passing this flag, the bases without associated base modification probabilities will not be assumed to be canonical. No base modification probability will be written for these bases, meaning there is no information. The mode will automatically be set to the explicit mode `?`. --log-filepath Output debug logs to file at this path. --output-sam Output SAM format instead of BAM. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » update-tags","id":"83","title":"update-tags"},"84":{"body":"Calculate an estimate of the base modification probability distribution. Usage: modkit sample-probs [OPTIONS] Arguments: Input BAM with modified base tags. If a index is found reads will be sampled evenly across the length of the reference sequence. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: -t, --threads Number of threads to use. [default: 4] --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --suppress-progress Hide the progress bar. -p, --percentiles Percentiles to calculate, a space separated list of floats. [default: 0.1,0.5,0.9] -o, --out-dir Directory to deposit result tables into. Required for model probability histogram output. Creates two files probabilities.tsv and probabilities.txt The .txt contains ASCII-histograms and the .tsv contains tab-separated variable data represented by the histograms. --prefix Label to prefix output files with. E.g. 'foo' will output foo_thresholds.tsv, foo_probabilities.tsv, and foo_probabilities.txt. --force Overwrite results if present. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --hist Output histogram of base modification prediction probabilities. --buckets Number of buckets for the histogram, if used. [default: 128] -n, --num-reads Approximate maximum number of reads to use, especially recommended when using a large BAM without an index. If an indexed BAM is provided, the reads will be sampled evenly over the length of the aligned reference. If a region is passed with the --region option, they will be sampled over the genomic region. Actual number of reads used may deviate slightly from this number. [default: 10042] -f, --sampling-frac Instead of using a defined number of reads, specify a fraction of reads to sample, for example 0.1 will sample 1/10th of the reads. --no-sampling No sampling, use all of the reads to calculate the filter thresholds. -s, --seed Random seed for deterministic running, the default is non-deterministic, only used when no BAM index is provided. --region Process only the specified region of the BAM when collecting probabilities. Format should be :- or . -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. Only used when sampling probs from an indexed bam. [default: 1000000] --include-bed Only sample base modification probabilities that are aligned to the positions in this BED file. (alias: include-positions) --only-mapped Only use base modification probabilities that are aligned (i.e. ignore soft-clipped, and inserted bases). -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » sample-probs","id":"84","title":"sample-probs"},"85":{"body":"Summarize the mod tags present in a BAM and get basic statistics. The default output is a totals\ntable (designated by '#' lines) and a modification calls table. Descriptions of the columns can be\nfound in the README. Usage: modkit summary [OPTIONS] Arguments: Input modBam, can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: -t, --threads Number of threads to use. [default: 4] --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --tsv Output summary as a tab-separated variables stdout instead of a table. --suppress-progress Hide the progress bar. -n, --num-reads Approximate maximum number of reads to use, especially recommended when using a large BAM without an index. If an indexed BAM is provided, the reads will be sampled evenly over the length of the aligned reference. If a region is passed with the --region option, they will be sampled over the genomic region. Actual number of reads used may deviate slightly from this number. [default: 10042] -f, --sampling-frac Instead of using a defined number of reads, specify a fraction of reads to sample when estimating the filter threshold. For example 0.1 will sample 1/10th of the reads. --no-sampling No sampling, use all of the reads to calculate the filter thresholds and generating the summary. -s, --seed Sets a random seed for deterministic running (when using --sample-frac), the default is non-deterministic, only used when no BAM index is provided. --no-filtering Do not perform any filtering, include all base modification calls in the summary. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence base modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --include-bed Only summarize base modification probabilities that are aligned to the positions in this BED file. (alias: include-positions) --only-mapped Only use base modification probabilities that are aligned (i.e. ignore soft-clipped, and inserted bases). --region Process only the specified region of the BAM when collecting probabilities. Format should be :- or . -i, --interval-size When using regions, interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 1000000] -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » summary","id":"85","title":"summary"},"86":{"body":"Create BED file with all locations of a sequence motif. Example: modkit motif-bed CG 0 Usage: modkit motif-bed [OPTIONS] Arguments: Input FASTA file. Motif to search for within FASTA, e.g. CG. Offset within motif, e.g. 0. Options: -k, --mask Respect soft masking in the reference FASTA. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » motif-bed","id":"86","title":"motif-bed"},"87":{"body":"Call mods from a modBam, creates a new modBam with probabilities set to 100% if a base modification\nis called or 0% if called canonical. Usage: modkit call-mods [OPTIONS] Arguments: Input BAM, may be sorted and have associated index available. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Output BAM, can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --ff Fast fail, stop processing at the first invalid sequence record. Default behavior is to continue and report failed/skipped records at the end. --suppress-progress Hide the progress bar. -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -n, --num-reads Sample approximately this many reads when estimating the filtering threshold. If alignments are present reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the filter-percentile. In practice, 50-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic, only used when no BAM index is provided. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per primary base. A global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-threshold Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --no-filtering Don't filter base modification calls, assign each base modification to the highest probability prediction. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --output-sam Output SAM format instead of BAM. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » call-mods","id":"87","title":"call-mods"},"88":{"body":"Extract read-level base modification information from a modBAM into a tab-separated values table. Usage: modkit extract [OPTIONS] Arguments: Path to modBAM file to extract read-level information from, or one of `-` or `stdin` to specify a stream from standard input. If a file is used it may be sorted and have associated index. Path to output file, \"stdout\" or \"-\" will direct output to standard out. Specifying \"null\" will not output the extract table (useful if all you need is the `--read-calls` output table). Options: -t, --threads Number of threads to use. [default: 4] -q, --queue-size Number of reads that can be in memory at a time. Increasing this value will increase thread usage, at the cost of memory usage. [default: 10000] --log-filepath Path to file to write run log, setting this file is recommended. --mapped-only Include only mapped bases in output. (alias: mapped) --allow-non-primary Output aligned secondary and supplementary base modification probabilities as additional rows. The primary alignment will have all of the base modification probabilities (including soft-clipped ones, unless --mapped-only is used). The non-primary alignments will only have mapped bases in the output. --num-reads Number of reads to use. Note that when using a sorted, indexed modBAM that the sampling algorithm will attempt to sample records evenly over the length of the reference sequence. The result is the final number of records used may be slightly more or less than the requested number. When piping from stdin or using a modBAM without an index, the requested number of reads will be exact. --region Process only reads that are aligned to a specified region of the BAM. Format should be :- or . --force Force overwrite of output file. --suppress-progress Hide the progress bar. --kmer-size Set the query and reference k-mer size (if a reference is provided). Maximum number for this value is 50. [default: 5] --ignore-index Ignore the BAM index (if it exists) and default to a serial scan of the BAM. --read-calls-path Produce a table of read-level base modification calls. This table has, for each read, one row for each base modification call in that read using the same thresholding algorithm as in pileup, or summary (see online documentation for details on thresholds). Passing this option will cause `modkit` to estimate the pass thresholds from the data unless a `--filter-threshold` value is passed to the command. Use 'stdout' to stream this table to stdout, but note that you cannot stream this table and the raw extract table to stdout. --pass-only Only output base modification calls that pass the minimum confidence threshold. (alias: pass) --no-headers Don't print the header lines in the output tables. --reference Path to reference FASTA to extract reference context information from. If no reference is provided, `ref_kmer` column will be \".\" in the output. (alias: ref) --include-bed BED file with regions to include (alias: include-positions). Implicitly only includes mapped sites -v, --exclude-bed BED file with regions to _exclude_ (alias: exclude). --motif Output read-level base modification probabilities restricted to the reference sequence motifs provided. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CGCG 0 indicates include base modifications for which the read is aligned to the first C on the top strand and the last C (complement to G) on the bottom strand. The --cpg argument is short hand for --motif CG 0. This argument can be passed multiple times. --cpg Only output counts at CpG motifs. Requires a reference sequence to be provided. -k, --mask When using motifs, respect soft masking in the reference sequence. --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability. [default: 1000000] -f, --sampling-frac Sample this fraction of the reads when estimating the pass-threshold. In practice, 10-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. -n, --sample-num-reads Sample this many reads when estimating the filtering threshold. If a sorted, indexed modBAM is provided reads will be sampled evenly across aligned genome. If a region is specified, with the --region, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] --seed Set a random seed for deterministic running, the default is non-deterministic. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. Only used when an indexed modBam is provided. [default: 100000] --ignore-implicit Ignore implicitly canonical base modification calls. When the `.` flag is used in the MM tag, this implies that bases missing a base modification probability are to be assumed canonical. Set this flag to omit those base modifications from the output. For additional details see the SAM spec: https://samtools.github.io/hts-specs/SAMtags.pdf. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » extract","id":"88","title":"extract"},"89":{"body":"Repair MM and ML tags in one bam with the correct tags from another. To use this command, both\nmodBAMs _must_ be sorted by read name. The \"donor\" modBAM's reads must be a superset of the\nacceptor's reads. Extra reads in the donor are allowed, and multiple reads with the same name\n(secondary, etc.) are allowed in the acceptor. Reads with an empty SEQ field cannot be repaired and\nwill be rejected. Reads where there is an ambiguous alignment of the acceptor to the donor will be\nrejected (and logged). See the full documentation for details. Usage: modkit repair [OPTIONS] --donor-bam --acceptor-bam --output-bam Options: -d, --donor-bam Donor modBAM with original MM/ML tags. Must be sorted by read name. -a, --acceptor-bam Acceptor modBAM with reads to have MM/ML base modification data projected on to. Must be sorted by read name. -o, --output-bam output modBAM location. --log-filepath File to write logs to, it is recommended to use this option as some reads may be rejected and logged here -t, --threads The number of threads to use [default: 4] -h, --help Print help information.","breadcrumbs":"Extended subcommand help » repair","id":"89","title":"repair"},"9":{"body":"If have a modBAM with reads from different conditions are other SAM tag annotations (for example RG or HP) you can pass the --partition-tag option and modkit will output a separate bedMethyl with counts for only the reads with that tag value. For example, if you have haplotype-annotated reads with the HP tag, you could use a command like the following: modkit pileup path/to/reads.bam output/directory/ --cpg --ref --partition-tag HP --prefix haplotyped The output will be multiple files in placed in output/directory/haplotyped_<1|2|etc>.bed, multiple --partition-tag options can be passed and the output files will correspond to the observed combinations of tags found in the modBAM. For example if --partition-tag RG and --partition-tag HP are passed: outdir/ __.bed __.bed __.bed __.bed # ... etc Note that only tag values that can be easily turned into strings will be considered valid (e.g. numbers, characters, strings, etc.), array values will not be used, and will result in missing being used. Reads missing all of the SAM tags will be put in ungrouped.bed. For more information on the individual options see the Advanced Usage help document.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Partitioning reads based on SAM tag values","id":"9","title":"Partitioning reads based on SAM tag values"},"90":{"body":"Validate results from a set of mod-BAM files and associated BED files containing the ground truth\nmodified base status at reference positions. Usage: modkit validate [OPTIONS] Options: --bam-and-bed Argument accepts 2 values. The first value is the BAM file path with modified base tags. The second is a bed file with ground truth reference positions. The name field in the ground truth bed file should be the short name (single letter code or ChEBI ID) for a modified base or `-` to specify a canonical base ground truth position. This argument can be provided more than once for multiple samples. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. -c, --canonical-base Canonical base to evaluate. By default, this will be derived from mod codes in ground truth BED files. For ground truth with only canonical sites and/or ChEBI codes this values must be set. [possible values: A, C, G, T] --min-identity Only use reads with alignment identity >= this number, in Q-space (phred score). --min-length Remove reads with fewer aligned reference bases than this threshold. -q, --filter-quantile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify modified base probability filter threshold value. If specified, --filter-threshold will override --filter-quantile. -t, --threads Number of threads to use. [default: 4] --suppress-progress Hide the progress bar. -o, --out-filepath Specify a file for machine parseable output. --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » validate","id":"90","title":"validate"},"91":{"body":"Tabulates double-stranded base modification patters (such as hemi-methylation) across genomic motif\npositions. This command produces a bedMethyl file, the schema can be found in the online\ndocumentation. Usage: modkit pileup-hemi [OPTIONS] Arguments: Input BAM, should be sorted and have associated index available. Options: -o, --out-bed Output file to write results into. Will write to stdout if not provided. --cpg Aggregate double-stranded base modifications for CpG dinucleotides. This flag is short-hand for --motif CG 0. --motif Specify the sequence motif to pileup double-stranded base modification pattern counts for. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CG 0 indicates to generate pattern counts for the C on the top strand and the following C (opposite to G) on the negative strand. The motif must be reverse-complement palindromic or an error will be raised. See the documentation for more examples and details. -r, --ref Reference sequence in FASTA format. --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) --region Process only the specified region of the BAM when performing pileup. Format should be :- or . Commas are allowed. --max-depth Maximum number of records to use when calculating pileup. This argument is passed to the pileup engine. If you have high depth data, consider increasing this value substantially. Must be less than 2147483647 or an error will be raised. [default: 8000] -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] --chunk-size Break contigs into chunks containing this many intervals (see `interval_size`). This option can be used to help prevent excessive memory usage, usually with no performance penalty. By default, modkit will set this value to 1.5x the number of threads specified, so if 4 threads are specified the chunk_size will be 6. A warning will be shown if this option is less than the number of threads specified. --suppress-progress Hide the progress bar. -n, --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the filter-percentile. In practice, 50-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] --include-bed BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file. (alias: include-positions) --include-unmapped Include unmapped base modifications when estimating the pass threshold. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --force-allow-implicit Force allow implicit-canonical mode. By default modkit does not allow pileup with the implicit mode (e.g. C+m, no '.' or '?'). The `update-tags` subcommand is provided to update tags to the new mode. This option allows the interpretation of implicit mode tags: residues without modified base probability will be interpreted as being the non-modified base. -k, --mask Respect soft masking in the reference FASTA. --combine-mods Combine base modification calls, all counts of modified bases are summed together. See collapse.md for details. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --only-tabs **Deprecated** The default output has all tab-delimiters. For bedMethyl output, separate columns with only tabs. The default is to use tabs for the first 10 fields and spaces thereafter. The default behavior is more likely to be compatible with genome viewers. Enabling this option may make it easier to parse the output with tabular data handlers that expect a single kind of separator. --mixed-delim Output bedMethyl where the delimiter of columns past column 10 are space-delimited instead of tab-delimited. This option can be useful for some browsers and parsers that don't expect the extra columns of the bedMethyl format. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » pileup-hemi","id":"91","title":"pileup-hemi"},"92":{"body":"Find sequence motifs in a bedMethyl pileup that are enriched for base modification Usage: modkit find-motifs [OPTIONS] --in-bedmethyl --ref Options: -i, --in-bedmethyl Input bedmethyl table, can be used directly from modkit pileup. -o, --out-table Optionally output a machine-parsable TSV (human-readable table will always be output to the log). --known-motifs-table Optionally output machine parsable table with known motif modification frequencies that were not found during search. -t, --threads Number of threads to use. [default: 4] -r, --ref Reference sequence in FASTA format used for the pileup. Reference sequence in FASTA format used for the pileup. --low-thresh Fraction modified threshold below which consider a genome location to be \"low modification\". [default: 0.2] --high-thresh Fraction modified threshold above which consider a genome location to be \"high modification\" or enriched for modification. [default: 0.6] --min-log-odds Minimum log-odds to consider a motif sequence to be enriched. [default: 1.5] --exhaustive-seed-min-log-odds Minimum log-odds to consider a motif sequence to be enriched when performing exhaustive search. [default: 2.5] --exhaustive-seed-len Exhaustive search seed length, increasing this value increases computational time. [default: 3] --skip-search Skip the exhaustive search phase, saves time but the results may be less sensitive. --min-coverage Minimum coverage in the bedMethyl to consider a record valid. [default: 5] --context-size Upstream and downstream number of bases to search for a motif sequence around a modified base. Example: --context-size 12 12 [default: 12 12] --init-context-size Initial \"fixed\" seed window size in base pairs around the modified base. Example: --init-context-size 2 2 [default: 2 2] --min-sites Minimum number of total sites in the genome required for a motif to be considered. [default: 300] --min-frac-mod Minimum fraction of sites in the genome to be \"high-modification\" for a motif to be considered. [default: 0.85] --known-motif Gather enrichment information for a known motif as well as compare to discovered motifs. Format should be . --mod-code Specify which modification codes to process, default will process all modification codes found in the input bedMethyl file. --force-override-spec Force override SAM specification of association of modification codes to primary sequence bases. --log-filepath Output log to this file. --suppress-progress Disable the progress bars. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » find-motifs","id":"92","title":"find-motifs"},"93":{"body":"Use a mod-BAM to calculate methylation entropy over genomic windows. Usage: modkit entropy [OPTIONS] --in-bam --ref Options: -s, --in-bam Input mod-BAM, may be repeated multiple times to calculate entropy across all input mod-BAMs. -o, --out-bed Output BED file, if using `--region` this must be a directory. --prefix Only used with `--regions`, prefix files in output directory with this string. -n, --num-positions Number of modified positions to consider at a time. [default: 4] -w, --window-size Maximum length interval that \"num_positions\" modified bases can occur in. The maximum window size decides how dense the positions are packed. For example, consider that the num_positions is equal to 4, the motif is CpG, and the window_size is equal to 8, this configuration would require that the modified positions are immediately adjacent to each other, \"CGCGCGCG\". On the other hand, if the window_size was set to 12, then multiple sequences with various patterns of other bases can be used CGACGATCGGCG. [default: 50] --no-filtering Do not perform any filtering, include all mod base calls in output. --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or for the canonical calls. When specified, base modification call probabilities will be required to be greater than or equal to this number. If `--mod-thresholds` is also specified, _this_ value will be used for canonical calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. -t, --threads Number of threads to use. [default: 4] --io-threads Number of BAM-reading threads to use. --ref Reference sequence in FASTA format. --mask Respect soft masking in the reference FASTA. --motif Motif to use for entropy calculation, default will be CpG. --cpg Use CpG motifs. Short hand for --motif CG 0 --combine-strands --base Primary sequence base to calculate modification entropy on. [possible values: A, C, G, T] --regions Regions over which to calculate descriptive statistics. --combine-strands Combine modification counts on the positive and negative strands and report entropy on just the positive strand. --min-coverage Minimum coverage required at each position in the window. Windows without at least this many valid reads will be skipped, but positions within the window with enough coverage can be used by neighboring windows. [default: 3] --log-filepath Send debug logs to this file, setting this file is recommended. --suppress-progress Hide progress bars. --force Force overwrite output. --header Write a header line. --drop-zeros Omit windows with zero entropy. --max-filtered-positions Maximum number of filtered positions a read is allowed to have in a window, more than this number and the read will be discarded. Default will be 50% of `num_positions`. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » entropy","id":"93","title":"entropy"},"94":{"body":"Compare regions in a pair of samples (for example, tumor and normal or control and experiment). A\nsample is input as a bgzip pileup bedMethyl (produced by pileup, for example) that has an associated\ntabix index. Output is a BED file with the score column indicating the magnitude of the difference\nin methylation between the two samples. See the online documentation for additional details. Usage: modkit dmr pair [OPTIONS] -a -b --ref Options: -a Bgzipped bedMethyl file for the first (usually control) sample. There should be a tabix index with the same name and .tbi next to this file or the --index-a option must be provided. -b Bgzipped bedMethyl file for the second (usually experimental) sample. There should be a tabix index with the same name and .tbi next to this file or the --index-b option must be provided. -o, --out-path Path to file to direct output, optional, no argument will direct output to stdout --header Include header in output. -r, --regions-bed BED file of regions over which to compare methylation levels. Should be tab-separated (spaces allowed in the \"name\" column). Requires chrom, chromStart and chromEnd. The Name column is optional. Strand is currently ignored. When omitted, methylation levels are compared at each site. --ref Path to reference fasta for used in the pileup/alignment --segment Run segmentation, output segmented differentially methylated regions to this file. --max-gap-size Maximum number of base pairs between modified bases for them to be segmented together. [default: 5000] --dmr-prior Prior probability of a differentially methylated position. [default: 0.1] --diff-stay Maximum probability of continuing a differentially methylated block, decay will be dynamic based on proximity to the next position. [default: 0.9] --significance-factor Significance factor, effective p-value necessary to favor the \"Different\" state. [default: 0.01] --log-transition-decay Use logarithmic decay for \"Different\" stay probability. --decay-distance After this many base pairs, the transition probability will become the prior probability of encountering a differentially modified position. [default: 500] --fine-grained Preset HMM segmentation parameters for higher propensity to switch from \"Same\" to \"Different\" state. Results will be shorter segments, but potentially higher sensitivity. -m, --base Bases to use to calculate DMR, may be multiple. For example, to calculate differentially methylated regions using only cytosine modifications use --base C. --assign-code Extra assignments of modification codes to their respective primary bases. In general, modkit dmr will use the SAM specification to know which modification codes are appropriate to use for a given primary base. For example \"h\" is the code for 5hmC, so is appropriate for cytosine bases, but not adenine bases. However, if your bedMethyl file contains custom codes or codes that are not part of the specification, you can specify which primary base they belong to here with --assign-code x:C meaning associate modification code \"x\" with cytosine (C) primary sequence bases. If a code is encountered that is not part of the specification, the bedMethyl record will not be used, this will be logged. --log-filepath File to write logs to, it's recommended to use this option. -t, --threads Number of threads to use. [default: 4] --batch-size Control the batch size. The batch size is the number of regions to load at a time. Each region will be processed concurrently. Loading more regions at a time will decrease IO to load data, but will use more memory. Default will be 50% more than the number of threads assigned. -k, --mask Respect soft masking in the reference FASTA. --suppress-progress Don't show progress bars. -f, --force Force overwrite of output file, if it already exists. --index-a Path to tabix index associated with -a (--control-bed-methyl) bedMethyl file. --index-b Path to tabix index associated with -b (--exp-bed-methyl) bedMethyl file. --missing How to handle regions found in the `--regions` BED file. quiet => ignore regions that are not found in the tabix header warn => log (debug) regions that are missing fatal => log (error) and exit the program when a region is missing. [default: warn] [possible values: quiet, warn, fail] --min-valid-coverage Minimum valid coverage required to use an entry from a bedMethyl. See the help for pileup for the specification and description of valid coverage. [default: 0] --prior Prior distribution for estimating MAP-based p-value. Should be two arguments for alpha and beta (e.g. 1.0 1.0). See `dmr_scoring_details.md` for additional details on how the metric is calculated. --delta Consider only effect sizes greater than this when calculating the MAP-based p-value. [default: 0.05] -N, --n-sample-records Sample this many reads when estimating the max coverage thresholds. [default: 10042] --max-coverages Max coverages to enforce when calculating estimated MAP-based p-value. --cap-coverages When using replicates, cap coverage to be equal to the maximum coverage for a single sample. For example, if there are 3 replicates with max_coverage of 30, the total coverage would normally be 90. Using --cap-coverages will down sample the data to 30X. -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » dmr pair","id":"94","title":"dmr pair"},"95":{"body":"Compare regions between all pairs of samples (for example a trio sample set or haplotyped trio\nsample set). As with `pair` all inputs must be bgzip compressed bedMethyl files with associated\ntabix indices. Each sample must be assigned a name. Output is a directory of BED files with the\nscore column indicating the magnitude of the difference in methylation between the two samples\nindicated in the file name. See the online documentation for additional details Usage: modkit dmr multi [OPTIONS] --regions-bed --out-dir --ref Options: -s, --sample Two or more named samples to compare. Two arguments are required . This option should be repeated at least two times. -i, --index Optional, paths to tabix indices associated with named samples. Two arguments are required where corresponds to the name of the sample given to the -s/--sample argument. -r, --regions-bed BED file of regions over which to compare methylation levels. Should be tab-separated (spaces allowed in the \"name\" column). Requires chrom, chromStart and chromEnd. The Name column is optional. Strand is currently ignored. --header Include header in output. -o, --out-dir Directory to place output DMR results in BED format. -p, --prefix Prefix files in directory with this label. --ref Path to reference fasta for the pileup. -m, --base Bases to use to calculate DMR, may be multiple. For example, to calculate differentially methylated regions using only cytosine modifications use --base C. --assign-code Extra assignments of modification codes to their respective primary bases. In general, modkit dmr will use the SAM specification to know which modification codes are appropriate to use for a given primary base. For example \"h\" is the code for 5hmC, so is appropriate for cytosine bases, but not adenine bases. However, if your bedMethyl file contains custom codes or codes that are not part of the specification, you can specify which primary base they belong to here with --assign-code x:C meaning associate modification code \"x\" with cytosine (C) primary sequence bases. If a code is encountered that is not part of the specification, the bedMethyl record will not be used, this will be logged. --log-filepath File to write logs to, it's recommended to use this option. -t, --threads Number of threads to use. [default: 4] -k, --mask Respect soft masking in the reference FASTA. --suppress-progress Don't show progress bars. -f, --force Force overwrite of output file, if it already exists. --missing How to handle regions found in the `--regions` BED file. quiet => ignore regions that are not found in the tabix header warn => log (debug) regions that are missing fatal => log (error) and exit the program when a region is missing. [default: warn] [possible values: quiet, warn, fail] --min-valid-coverage Minimum valid coverage required to use an entry from a bedMethyl. See the help for pileup for the specification and description of valid coverage. [default: 0] -h, --help Print help information.","breadcrumbs":"Extended subcommand help » dmr multi","id":"95","title":"dmr multi"},"96":{"body":"It's recommended to run all modkit commands with the --log-filepath option set. When unexpected outputs are produced inspecting this file will often indicate the reason.","breadcrumbs":"Troubleshooting » Troubleshooting","id":"96","title":"Troubleshooting"},"97":{"body":"As of v0.2.4 secondary and supplementary alignments are supported in adjust-mods, update-tags, call-mods, and (optionally) in extract. However, in order to use these alignment records correctly, the MN tag must be present and correct in the record. The MN tag indicates the length of the sequence corresponding to the MM and ML tags. As of dorado v0.5.0 the MN tag is output when modified base calls are produced. If the aligner has hard-clipped the sequence, this number will not match the sequence length and the record cannot be used. Similarly, if the SEQ field is empty (sequence length zero), the record cannot be used. One way to use supplementary alignments is to specify the -Y flag when using dorado or minimap2 . For these programs, when -Y is specified, the sequence will not be hardclipped in supplementary alignments and will be present in secondary alignments. Other mapping algorithms that are \"MM tag-aware\" may allow hard-clipping and update the MM and ML tags, modkit will accept these records as long as the MN tag indicates the correct sequence length.","breadcrumbs":"Troubleshooting » Missing secondary and supplementary alignments in output","id":"97","title":"Missing secondary and supplementary alignments in output"},"98":{"body":"First, check the logfile, there may be many lines with a variant of record 905b4cb4-15e2-4060-9c98-866d0aff78bb has un-allowed mode\n(ImplicitProbModified), use '--force-allow-implicit' or 'modkit update-tags --mode\nambiguous As suggested, using update or setting the --force-allow-implicit flag should produce output from these records. If the MM tag contains an un-supported mod-code (a limitation that will be removed in a future release), these errors will be logged. To process the modBAM, first convert the tags. In general, if there are MM/ML tags in the modBAM and the bedMethyl is still empty the log file will contain a line explaining why each record is being skipped.","breadcrumbs":"Troubleshooting » No rows in modkit pileup output.","id":"98","title":"No rows in modkit pileup output."},"99":{"body":"If you have previously downsampled the modBAM to a specific region, for example with a command like samtools view -bh input.sorted.bam chr1 modkit will still try and sample reads evenly across the entire genome but fail to find any aligned to other contigs. To remedy this, either pass the same --region chr1 option or set the --sampling-frac 1.0. The former will set modkit to only use the region present in the BAM. For example, modkit pileup input.bam output.bed --region chr1\n# or\nmodkit pileup input.bam output.bed --sample-region chr1 The latter will sample all of the reads in the BAM, which may slow down the process, so in general the best advice is to either use the same --region when using modkit or don't downsample the BAM ahead of time (and use --region in order to get the desired bedMethyl). The summary, sample-probs, and pileup subcommands all use the same --region option.","breadcrumbs":"Troubleshooting » Not sampling enough reads to estimate threshold.","id":"99","title":"Not sampling enough reads to estimate threshold."}},"length":126,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"4":{"6":{"2":{"6":{"5":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"8":{"3":{"2":{"0":{"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"4":{"3":{"7":{"1":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"3":{"7":{"8":{"0":{"5":{"8":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"8":{"0":{"9":{"3":{"1":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"5":{"5":{"0":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"3":{"2":{"0":{"7":{"6":{"5":{"3":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"1":{"6":{"2":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"1":{"9":{"4":{"2":{"6":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"5":{"2":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":2.0},"94":{"tf":1.0}}},"6":{"4":{"3":{"3":{"8":{"2":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"6":{"0":{"8":{"5":{"4":{"4":{"df":1,"docs":{"20":{"tf":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":{"29":{"tf":1.4142135623730951}}},"1":{",":{"0":{".":{"5":{",":{"0":{".":{"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"9":{"6":{"8":{"1":{"5":{"3":{"0":{"2":{"3":{"2":{"3":{"3":{"7":{"5":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":12,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"2":{".":{"df":0,"docs":{},"z":{"df":1,"docs":{"101":{"tf":1.0}}}},"5":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951}}},"6":{"2":{"2":{"4":{"1":{"5":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"4":{"2":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"113":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}},"3":{"3":{"4":{"3":{"5":{"0":{"6":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"7":{"8":{"5":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"9":{"0":{"4":{"0":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"1":{"6":{"1":{"6":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"9":{"7":{"2":{"6":{"5":{"6":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}}},"7":{"0":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"6":{"7":{"9":{"6":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":7,"docs":{"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951}}},"8":{"5":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"54":{"tf":1.0},"92":{"tf":1.0}}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"6":{"4":{"8":{"4":{"3":{"7":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"1":{"4":{"0":{"6":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.4142135623730951},"125":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":3.1622776601683795},"8":{"tf":4.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"1":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"2":{"9":{"4":{"2":{"2":{"7":{"4":{"4":{"3":{"4":{"1":{"9":{"0":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"0":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{".":{"0":{"0":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":4,"docs":{"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"]":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"6":{"2":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"6":{"6":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":10,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"7":{"2":{"1":{"2":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"7":{"4":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"3":{"6":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"7":{"1":{"9":{"2":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"6":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":2.8284271247461903},"12":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"49":{"tf":1.0}}}}},"1":{"9":{"2":{"5":{"3":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"2":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"9":{"5":{"3":{"6":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"71":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.0}}},"3":{"0":{"5":{"9":{"5":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"4":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"5":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0}},"e":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"7":{"3":{".":{"7":{"8":{"1":{"9":{"8":{"7":{"3":{"1":{"5":{"4":{"3":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"8":{"3":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"9":{"5":{"3":{"3":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":25,"docs":{"11":{"tf":1.0},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.0},"8":{"tf":1.0}},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"2":{".":{"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"9":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":2.0}}},"1":{"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":2.0},"71":{"tf":1.4142135623730951}}},"2":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"5":{",":{"1":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{",":{"0":{",":{"0":{"df":4,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"7":{".":{"3":{"4":{"5":{"1":{"4":{"2":{"0":{"3":{"4":{"4":{"7":{"5":{"4":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"45":{"tf":1.0},"71":{"tf":1.0}}},"6":{"df":1,"docs":{"71":{"tf":1.0}}},"7":{"4":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"8":{".":{"5":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.0},"11":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0}}},"3":{"0":{"0":{"df":1,"docs":{"92":{"tf":1.0}}},"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"94":{"tf":1.0}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"2":{"df":4,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}},"7":{"3":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"8":{"tf":2.0}}},"df":24,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"4":{",":{"8":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},".":{"1":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"0":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}},"7":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"df":35,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"5":{"'":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"c":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},".":{"0":{"1":{"3":{"0":{"2":{"6":{"3":{"8":{"1":{"1":{"1":{"0":{"6":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":1,"docs":{"94":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.4142135623730951},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":19,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"m":{"c":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"c":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"6":{".":{"3":{"5":{"5":{"8":{"2":{"3":{"9":{"7":{"7":{"0":{"9":{"3":{"6":{"7":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"118":{"tf":1.0}}},"4":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"4":{"1":{"6":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":3,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"7":{"1":{"8":{"5":{"4":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"5":{"4":{"0":{"8":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"df":10,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"8":{"0":{"0":{"0":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"6":{"d":{"0":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"7":{"8":{"b":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}}},"9":{",":{"9":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"b":{"4":{"c":{"b":{"4":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"94":{"tf":1.0}}},"4":{"5":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"3":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"8":{"6":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"1":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{",":{"1":{"0":{"0":{"]":{",":{"[":{"\"":{"a":{"\"":{",":{"1":{"0":{"0":{",":{"9":{"9":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"8":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"+":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"7":{"0":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"108":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0},"50":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"56":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":7,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"j":{"a":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"120":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"91":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"26":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":7,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}}},"i":{"a":{"df":7,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":24,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":2.8284271247461903},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.6457513110645907},"99":{"tf":1.0}}}}},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"32":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"30":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":3,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":2.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"54":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"114":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"{":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":2.449489742783178},"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":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"101":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"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":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}},"y":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":3.1622776601683795},"50":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.6457513110645907},"99":{"tf":1.7320508075688772}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"_":{"5":{"df":0,"docs":{},"m":{"c":{"_":{"5":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"c":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":84,"docs":{"1":{"tf":1.0},"101":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"108":{"tf":2.449489742783178},"109":{"tf":1.0},"11":{"tf":3.4641016151377544},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":2.23606797749979},"115":{"tf":2.6457513110645907},"117":{"tf":2.23606797749979},"118":{"tf":2.6457513110645907},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.0},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":3.872983346207417},"28":{"tf":4.69041575982343},"29":{"tf":2.449489742783178},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.7320508075688772},"47":{"tf":2.6457513110645907},"48":{"tf":3.3166247903554},"49":{"tf":2.8284271247461903},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":2.8284271247461903},"58":{"tf":3.872983346207417},"59":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":3.3166247903554},"81":{"tf":6.0},"82":{"tf":3.872983346207417},"83":{"tf":2.23606797749979},"84":{"tf":4.47213595499958},"85":{"tf":5.291502622129181},"87":{"tf":4.795831523312719},"88":{"tf":6.48074069840786},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":4.69041575982343},"91":{"tf":6.0},"92":{"tf":2.449489742783178},"93":{"tf":3.1622776601683795},"94":{"tf":4.123105625617661},"95":{"tf":3.0},"97":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":5,"docs":{"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"94":{"tf":2.23606797749979}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":27,"docs":{"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"88":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"76":{"tf":1.0},"81":{"tf":2.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"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":29,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903},"9":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.449489742783178},"94":{"tf":2.8284271247461903},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":9,"docs":{"118":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"101":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}}},"g":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"59":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"+":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"z":{"df":1,"docs":{"18":{"tf":1.0}}}},":":{"0":{".":{"4":{"6":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":1,"docs":{"113":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"108":{"tf":1.0}}},"9":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"5":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"6":{".":{"2":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":19,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":56,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":3.3166247903554},"110":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.8284271247461903},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":3.3166247903554},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":3.4641016151377544},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":3.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":3.7416573867739413},"82":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":3.605551275463989},"87":{"tf":4.123105625617661},"88":{"tf":4.242640687119285},"90":{"tf":3.0},"91":{"tf":3.605551275463989},"93":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":39,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"72":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":29,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"[":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"c":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"120":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":12,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"1":{"df":1,"docs":{"99":{"tf":2.0}}},"2":{"0":{":":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"33":{"tf":1.4142135623730951},"54":{"tf":2.0},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{">":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"df":9,"docs":{"104":{"tf":1.7320508075688772},"13":{"tf":1.0},"81":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"123":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"114":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":25,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":2.8284271247461903},"62":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.0},"98":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"l":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":7,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"19":{"tf":1.0},"71":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"a":{"df":13,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"d":{"df":45,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"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},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"46":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":7,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"71":{"tf":2.23606797749979},"88":{"tf":1.0},"92":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":6,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"125":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":8,"docs":{"122":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":2.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":3.3166247903554},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":18,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"7":{"tf":2.8284271247461903},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":2.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"105":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"120":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"57":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"47":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":20,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":3,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"89":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":11,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"94":{"tf":2.0}}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"120":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"101":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":34,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.7416573867739413},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.8284271247461903},"87":{"tf":2.8284271247461903},"88":{"tf":3.3166247903554},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.7416573867739413},"92":{"tf":3.4641016151377544},"93":{"tf":3.0},"94":{"tf":3.4641016151377544},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"49":{"tf":1.0},"50":{"tf":2.8284271247461903}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"62":{"tf":1.0},"81":{"tf":2.0},"91":{"tf":2.0}}}}}},"t":{"a":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"121":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":32,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"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},"73":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":33,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"24":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"3":{"tf":1.0},"52":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.7320508075688772},"76":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"117":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":6,"docs":{"54":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"26":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"117":{"tf":2.8284271247461903},"118":{"tf":3.0},"123":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"b":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}}}},"n":{"a":{"df":7,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.7320508075688772},"89":{"tf":2.449489742783178}}}}},"r":{"a":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"115":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"101":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":16,"docs":{"115":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"59":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"72":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":13,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"d":{"df":22,"docs":{"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":3.1622776601683795},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"119":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"64":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"73":{"tf":2.449489742783178},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979},"77":{"tf":2.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"93":{"tf":2.8284271247461903}}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":22,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.6457513110645907},"91":{"tf":3.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"t":{"c":{"df":3,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"4":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"123":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":58,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"92":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"94":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.0},"22":{"tf":1.0},"26":{"tf":2.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"42":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"97":{"tf":1.0}}}},"df":8,"docs":{"46":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":10,"docs":{"25":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}},"q":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":10,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"w":{"df":1,"docs":{"105":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":46,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":2.0},"62":{"tf":2.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":3.0},"81":{"tf":3.872983346207417},"82":{"tf":2.8284271247461903},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":3.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":3.0},"91":{"tf":2.6457513110645907},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":3.7416573867739413},"95":{"tf":3.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":27,"docs":{"119":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":5.0990195135927845},"82":{"tf":2.6457513110645907},"84":{"tf":2.8284271247461903},"85":{"tf":4.795831523312719},"87":{"tf":5.0},"88":{"tf":5.0990195135927845},"90":{"tf":3.7416573867739413},"91":{"tf":5.0990195135927845},"93":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"d":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"118":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"25":{"tf":1.0},"64":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":2.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"84":{"tf":1.0}}},"r":{"c":{"df":10,"docs":{"105":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":18,"docs":{"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"122":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"a":{"c":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"118":{"tf":1.0},"24":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"(":{"0":{".":{"0":{")":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"(":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"117":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"c":{"df":2,"docs":{"25":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":11,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":24,"docs":{"103":{"tf":1.0},"104":{"tf":2.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}}},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}},"n":{"df":16,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"71":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{",":{"df":0,"docs":{},"m":{",":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},":":{"0":{".":{"8":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"52":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"55":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}},"}":{"_":{"1":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":19,"docs":{"36":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"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.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"3":{"tf":1.4142135623730951},"47":{"tf":3.0},"48":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"6":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":11,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"p":{"1":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"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":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":16,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":22,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"61":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":2.449489742783178},"88":{"tf":1.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}}}},"n":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":23,"docs":{"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"88":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"b":{"df":5,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"_":{"a":{"df":1,"docs":{"94":{"tf":1.0}}},"b":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"32":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.0}}}},"i":{"c":{"df":20,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":24,"docs":{"120":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"92":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{".":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":24,"docs":{"108":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":2.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":3.605551275463989},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"28":{"tf":2.6457513110645907},"50":{"tf":3.605551275463989},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"117":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"104":{"tf":2.449489742783178},"105":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"81":{"tf":3.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"93":{"tf":1.0},"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"77":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"25":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"y":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"42":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}}}},"df":8,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"92":{"tf":2.0}}}}}}},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"42":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"16":{"tf":1.0}}}},"n":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"104":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"19":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":2.23606797749979},"104":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":21,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":8,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":38,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"m":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},",":{"c":{"df":0,"docs":{},"g":{",":{"0":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{",":{"2":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"6":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"8":{"df":2,"docs":{"108":{"tf":1.0},"113":{"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":8,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"71":{"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":3,"docs":{"80":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"106":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"118":{"tf":2.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"61":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.7320508075688772},"97":{"tf":1.0}},"}":{"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"k":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":2.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}},"}":{"df":0,"docs":{},"|":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"q":{"df":1,"docs":{"114":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":20,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":13,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"71":{"tf":1.0},"88":{"tf":1.0}},"g":{"df":2,"docs":{"103":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"106":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"71":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":27,"docs":{"107":{"tf":1.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":3.1622776601683795},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"57":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"108":{"tf":1.0},"56":{"tf":1.0}}},"df":8,"docs":{"106":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"100":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.7320508075688772},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":16,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"n":{"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"97":{"tf":2.0}}},"o":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"106":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{">":{",":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{">":{",":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"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":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{">":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.449489742783178},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":33,"docs":{"105":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":2.8284271247461903},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":7,"docs":{"17":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":3.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"118":{"tf":1.4142135623730951},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"17":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":74,"docs":{"101":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":2.6457513110645907},"109":{"tf":1.0},"11":{"tf":2.8284271247461903},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"118":{"tf":2.6457513110645907},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"124":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":3.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":3.3166247903554},"29":{"tf":2.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.449489742783178},"58":{"tf":3.0},"59":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":3.1622776601683795},"81":{"tf":4.242640687119285},"82":{"tf":3.1622776601683795},"83":{"tf":2.0},"84":{"tf":3.4641016151377544},"85":{"tf":4.123105625617661},"87":{"tf":3.872983346207417},"88":{"tf":5.0},"89":{"tf":1.0},"90":{"tf":3.0},"91":{"tf":4.358898943540674},"92":{"tf":3.0},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":2.0}},"i":{"df":42,"docs":{"1":{"tf":1.0},"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"120":{"tf":3.0},"122":{"tf":1.0},"125":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"69":{"tf":2.23606797749979},"70":{"tf":2.0},"71":{"tf":3.3166247903554},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":2.23606797749979},"92":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"28":{"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":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":86,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"64":{"tf":1.7320508075688772},"7":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":25,"docs":{"106":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":2.6457513110645907},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":3.3166247903554},"69":{"tf":2.8284271247461903},"70":{"tf":2.449489742783178},"71":{"tf":2.23606797749979},"72":{"tf":1.0},"77":{"tf":2.6457513110645907},"8":{"tf":3.7416573867739413},"80":{"tf":2.449489742783178},"81":{"tf":3.872983346207417},"86":{"tf":2.8284271247461903},"88":{"tf":3.0},"91":{"tf":3.0},"92":{"tf":3.605551275463989},"93":{"tf":2.6457513110645907}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"95":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"n":{"+":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":26,"docs":{"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":3.1622776601683795}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"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":{"54":{"tf":1.4142135623730951},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":6,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":7,"docs":{"15":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":2.6457513110645907},"27":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"r":{">":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":2.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"58":{"tf":2.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"93":{"tf":1.0}},"r":{"df":3,"docs":{"101":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":5,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"92":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"7":{"4":{"1":{"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"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":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"101":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}},"df":32,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.23606797749979},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":4.69041575982343},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":3.0},"88":{"tf":3.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":4.0},"92":{"tf":2.0},"93":{"tf":2.449489742783178},"94":{"tf":2.6457513110645907},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"73":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":3,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":18,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"/":{"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":{"9":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"<":{"1":{"df":0,"docs":{},"|":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":50,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":4.358898943540674},"82":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":4.123105625617661},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"93":{"tf":2.23606797749979},"94":{"tf":2.449489742783178},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"123":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"84":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"_":{"c":{"df":4,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"m":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"c":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":26,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"13":{"tf":1.0},"72":{"tf":1.7320508075688772},"78":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"61":{"tf":2.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"59":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":3.4641016151377544},"9":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907},"93":{"tf":2.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"47":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":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":{"2":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":11,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"z":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.8284271247461903},"120":{"tf":2.0},"121":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":12,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":28,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"g":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"]":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":37,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":3.3166247903554},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":3.1622776601683795},"92":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":3.1622776601683795},"94":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"58":{"tf":1.0}},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"114":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"2":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{">":{"_":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"2":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{">":{".":{"b":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"22":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"t":{"df":6,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"54":{"tf":1.0},"80":{"tf":1.7320508075688772},"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}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"94":{"tf":2.6457513110645907}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":41,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":2.0},"115":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"123":{"tf":2.6457513110645907},"16":{"tf":3.0},"17":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":2.6457513110645907},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.8284271247461903},"85":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.8284271247461903},"90":{"tf":2.0},"91":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":19,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"2":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"9":{"tf":1.0}}}}},"q":{"df":2,"docs":{"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":10,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"d":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":48,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"114":{"tf":1.0},"118":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":2.8284271247461903},"28":{"tf":3.4641016151377544},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.3166247903554},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"81":{"tf":3.7416573867739413},"82":{"tf":2.449489742783178},"84":{"tf":3.872983346207417},"85":{"tf":3.7416573867739413},"87":{"tf":3.7416573867739413},"88":{"tf":5.196152422706632},"89":{"tf":3.3166247903554},"9":{"tf":2.23606797749979},"90":{"tf":2.8284271247461903},"91":{"tf":3.7416573867739413},"93":{"tf":3.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"m":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":17,"docs":{"103":{"tf":1.0},"123":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"103":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"37":{"tf":1.0}},"f":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"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":{},"g":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"3":{"8":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":20,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":3.3166247903554},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"52":{"tf":2.0},"54":{"tf":2.449489742783178},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903},"73":{"tf":1.0},"76":{"tf":2.6457513110645907},"77":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":3.3166247903554},"84":{"tf":2.449489742783178},"85":{"tf":2.6457513110645907},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"91":{"tf":3.3166247903554},"93":{"tf":2.8284271247461903},"94":{"tf":3.605551275463989},"95":{"tf":3.1622776601683795},"99":{"tf":2.8284271247461903}},"s":{".":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"b":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":23,"docs":{"101":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"46":{"tf":2.6457513110645907},"80":{"tf":1.7320508075688772},"89":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"30":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"df":7,"docs":{"11":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":22,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"64":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":15,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"28":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.0},"119":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":4.358898943540674},"59":{"tf":3.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":3.4641016151377544},"85":{"tf":2.8284271247461903},"87":{"tf":3.0},"88":{"tf":3.0},"90":{"tf":1.0},"91":{"tf":3.0},"93":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.4641016151377544},"99":{"tf":2.449489742783178}},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"a":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"b":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":19,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":2.23606797749979},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":5,"docs":{"55":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"106":{"tf":2.6457513110645907},"68":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"72":{"tf":2.0},"86":{"tf":1.0},"92":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"118":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.8284271247461903},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"106":{"tf":1.0},"120":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"119":{"tf":2.0},"120":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.8284271247461903},"94":{"tf":2.449489742783178}},"s":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":19,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":47,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":2.449489742783178},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"7":{"tf":1.0},"70":{"tf":2.23606797749979},"71":{"tf":3.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"91":{"tf":2.0},"92":{"tf":2.8284271247461903},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":32,"docs":{"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":2.0},"70":{"tf":2.0},"71":{"tf":3.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":3,"docs":{"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}},"m":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}}},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":3.4641016151377544},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":18,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"91":{"tf":2.449489742783178},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.8284271247461903}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.4142135623730951},"55":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"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":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":19,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":33,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.0},"81":{"tf":4.123105625617661},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":3.4641016151377544},"87":{"tf":3.605551275463989},"88":{"tf":3.4641016151377544},"90":{"tf":2.23606797749979},"91":{"tf":4.0},"92":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":9,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}},"y":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"24":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"58":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":13,"docs":{"12":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":3.4641016151377544},"28":{"tf":3.7416573867739413},"50":{"tf":2.0},"58":{"tf":2.8284271247461903},"59":{"tf":2.449489742783178},"62":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"26":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"80":{"tf":1.0}}},"df":8,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":25,"docs":{"103":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"46":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"89":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":10,"docs":{"62":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772}}}},"l":{"df":31,"docs":{"105":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"88":{"tf":3.0},"92":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":6,"docs":{"28":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":30,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":2.0},"18":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":3.4641016151377544},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":2.8284271247461903},"98":{"tf":2.0}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":19,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"122":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":1,"docs":{"23":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"58":{"tf":2.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":2.0}}},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"p":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"118":{"tf":2.0}}},"z":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}},"l":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"{":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"}":{"(":{"0":{".":{"5":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"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":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"(":{"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"}":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"df":1,"docs":{"114":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"a":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}},"s":{"=":{"3":{"2":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":37,"docs":{"108":{"tf":3.872983346207417},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":3.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":2.6457513110645907},"28":{"tf":1.4142135623730951},"37":{"tf":3.1622776601683795},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"71":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":5.0990195135927845},"84":{"tf":1.0},"85":{"tf":4.47213595499958},"87":{"tf":4.795831523312719},"88":{"tf":5.291502622129181},"90":{"tf":2.0},"91":{"tf":5.0},"92":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":2.0},"94":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"m":{"df":1,"docs":{"46":{"tf":2.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":{}},"m":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"53":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":28,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"123":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"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.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":68,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":3.872983346207417},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":3.605551275463989},"85":{"tf":4.0},"87":{"tf":3.0},"88":{"tf":4.47213595499958},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":3.605551275463989},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":4.0},"95":{"tf":3.0},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{".":{"4":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":14,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":2.8284271247461903},"118":{"tf":2.0},"120":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.8284271247461903},"9":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"df":1,"docs":{"101":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"114":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":2,"docs":{"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"101":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"u":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"58":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"y":{"df":8,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"46":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"78":{"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":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":7,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":3.0}},"s":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"59":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"x":{":":{"c":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":2.23606797749979},"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"4":{"6":{"2":{"6":{"5":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"8":{"3":{"2":{"0":{"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"4":{"3":{"7":{"1":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"3":{"7":{"8":{"0":{"5":{"8":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"8":{"0":{"9":{"3":{"1":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"5":{"5":{"0":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"3":{"2":{"0":{"7":{"6":{"5":{"3":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"1":{"6":{"2":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"1":{"9":{"4":{"2":{"6":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"5":{"2":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":2.0},"94":{"tf":1.0}}},"6":{"4":{"3":{"3":{"8":{"2":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"6":{"0":{"8":{"5":{"4":{"4":{"df":1,"docs":{"20":{"tf":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":{"29":{"tf":1.4142135623730951}}},"1":{",":{"0":{".":{"5":{",":{"0":{".":{"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"9":{"6":{"8":{"1":{"5":{"3":{"0":{"2":{"3":{"2":{"3":{"3":{"7":{"5":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":12,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"2":{".":{"df":0,"docs":{},"z":{"df":1,"docs":{"101":{"tf":1.0}}}},"5":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951}}},"6":{"2":{"2":{"4":{"1":{"5":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"4":{"2":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"113":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}},"3":{"3":{"4":{"3":{"5":{"0":{"6":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"7":{"8":{"5":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"9":{"0":{"4":{"0":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"1":{"6":{"1":{"6":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"9":{"7":{"2":{"6":{"5":{"6":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}}},"7":{"0":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"6":{"7":{"9":{"6":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":7,"docs":{"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951}}},"8":{"5":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"54":{"tf":1.0},"92":{"tf":1.0}}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"6":{"4":{"8":{"4":{"3":{"7":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"1":{"4":{"0":{"6":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.4142135623730951},"125":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":3.1622776601683795},"8":{"tf":4.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"1":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"2":{"9":{"4":{"2":{"2":{"7":{"4":{"4":{"3":{"4":{"1":{"9":{"0":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"0":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{".":{"0":{"0":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":4,"docs":{"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"]":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"6":{"2":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"6":{"6":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":10,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"7":{"2":{"1":{"2":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"7":{"4":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"3":{"6":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"7":{"1":{"9":{"2":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"6":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":2.8284271247461903},"12":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"49":{"tf":1.0}}}}},"1":{"9":{"2":{"5":{"3":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"2":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"9":{"5":{"3":{"6":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"71":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.0}}},"3":{"0":{"5":{"9":{"5":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"4":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"5":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0}},"e":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"7":{"3":{".":{"7":{"8":{"1":{"9":{"8":{"7":{"3":{"1":{"5":{"4":{"3":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"8":{"3":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"9":{"5":{"3":{"3":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":25,"docs":{"11":{"tf":1.0},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.0},"8":{"tf":1.0}},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"2":{".":{"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"9":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":2.0}}},"1":{"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":2.0},"71":{"tf":1.4142135623730951}}},"2":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"5":{",":{"1":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{",":{"0":{",":{"0":{"df":4,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"7":{".":{"3":{"4":{"5":{"1":{"4":{"2":{"0":{"3":{"4":{"4":{"7":{"5":{"4":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"45":{"tf":1.0},"71":{"tf":1.0}}},"6":{"df":1,"docs":{"71":{"tf":1.0}}},"7":{"4":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"8":{".":{"5":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.0},"11":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0}}},"3":{"0":{"0":{"df":1,"docs":{"92":{"tf":1.0}}},"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"94":{"tf":1.0}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"2":{"df":4,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}},"7":{"3":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"8":{"tf":2.0}}},"df":24,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"4":{",":{"8":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},".":{"1":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"0":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}},"7":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"df":35,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"5":{"'":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"c":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},".":{"0":{"1":{"3":{"0":{"2":{"6":{"3":{"8":{"1":{"1":{"1":{"0":{"6":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":1,"docs":{"94":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":19,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"m":{"c":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"c":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"6":{".":{"3":{"5":{"5":{"8":{"2":{"3":{"9":{"7":{"7":{"0":{"9":{"3":{"6":{"7":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"118":{"tf":1.0}}},"4":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"4":{"1":{"6":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":3,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"7":{"1":{"8":{"5":{"4":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"5":{"4":{"0":{"8":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"df":10,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"8":{"0":{"0":{"0":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"6":{"d":{"0":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"7":{"8":{"b":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}}},"9":{",":{"9":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"b":{"4":{"c":{"b":{"4":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"94":{"tf":1.0}}},"4":{"5":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"3":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"8":{"6":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"1":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{",":{"1":{"0":{"0":{"]":{",":{"[":{"\"":{"a":{"\"":{",":{"1":{"0":{"0":{",":{"9":{"9":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"8":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"+":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"7":{"0":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"108":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0},"50":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"56":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":7,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"j":{"a":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"120":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"91":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"26":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"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},"28":{"tf":1.0},"71":{"tf":2.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}}},"i":{"a":{"df":7,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":24,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":2.8284271247461903},"30":{"tf":2.449489742783178},"32":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"5":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.8284271247461903},"99":{"tf":1.0}}}}},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"32":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"30":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":2.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"54":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"114":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"{":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":2.449489742783178},"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":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"101":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"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":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}},"y":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"46":{"tf":3.1622776601683795},"50":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.6457513110645907},"99":{"tf":1.7320508075688772}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"_":{"5":{"df":0,"docs":{},"m":{"c":{"_":{"5":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"c":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":84,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"108":{"tf":2.8284271247461903},"109":{"tf":1.4142135623730951},"11":{"tf":3.4641016151377544},"110":{"tf":2.0},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":2.6457513110645907},"115":{"tf":2.8284271247461903},"117":{"tf":2.23606797749979},"118":{"tf":2.8284271247461903},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":3.872983346207417},"28":{"tf":4.795831523312719},"29":{"tf":2.6457513110645907},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"44":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"47":{"tf":2.6457513110645907},"48":{"tf":3.3166247903554},"49":{"tf":2.8284271247461903},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":2.8284271247461903},"58":{"tf":3.872983346207417},"59":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":3.3166247903554},"81":{"tf":6.0},"82":{"tf":3.872983346207417},"83":{"tf":2.23606797749979},"84":{"tf":4.47213595499958},"85":{"tf":5.291502622129181},"87":{"tf":4.795831523312719},"88":{"tf":6.48074069840786},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":4.69041575982343},"91":{"tf":6.0},"92":{"tf":2.449489742783178},"93":{"tf":3.1622776601683795},"94":{"tf":4.123105625617661},"95":{"tf":3.0},"97":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":5,"docs":{"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"94":{"tf":2.23606797749979}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":27,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":3.1622776601683795},"62":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"76":{"tf":1.0},"81":{"tf":2.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"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":33,"docs":{"10":{"tf":2.23606797749979},"100":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.449489742783178},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903},"9":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":2.449489742783178},"94":{"tf":2.8284271247461903},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":9,"docs":{"118":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"101":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}}},"g":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"59":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"+":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"z":{"df":1,"docs":{"18":{"tf":1.0}}}},":":{"0":{".":{"4":{"6":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":1,"docs":{"113":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"108":{"tf":1.0}}},"9":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"5":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"6":{".":{"2":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":59,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.4142135623730951},"11":{"tf":3.3166247903554},"110":{"tf":2.23606797749979},"111":{"tf":2.23606797749979},"112":{"tf":2.0},"113":{"tf":2.23606797749979},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":3.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":3.4641016151377544},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":3.7416573867739413},"43":{"tf":1.0},"44":{"tf":2.449489742783178},"45":{"tf":2.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":3.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":3.7416573867739413},"82":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":3.605551275463989},"87":{"tf":4.242640687119285},"88":{"tf":4.242640687119285},"90":{"tf":3.0},"91":{"tf":3.605551275463989},"93":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":39,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"72":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":29,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"g":{"[":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"c":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"120":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":12,"docs":{"100":{"tf":1.7320508075688772},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"37":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"1":{"df":1,"docs":{"99":{"tf":2.0}}},"2":{"0":{":":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"33":{"tf":1.4142135623730951},"54":{"tf":2.0},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{">":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"df":9,"docs":{"104":{"tf":2.0},"13":{"tf":1.0},"81":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"123":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"114":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":25,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":3.0},"62":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.0},"98":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"l":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":7,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"19":{"tf":1.0},"71":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"a":{"df":13,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"d":{"df":45,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"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},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"46":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":7,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"71":{"tf":2.23606797749979},"88":{"tf":1.0},"92":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":6,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"125":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":8,"docs":{"122":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":2.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":3.3166247903554},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":18,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"7":{"tf":3.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":2.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"105":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"120":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"57":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"47":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":20,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":3,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"89":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":11,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"94":{"tf":2.0}}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"120":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"101":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":34,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.7416573867739413},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.8284271247461903},"87":{"tf":2.8284271247461903},"88":{"tf":3.3166247903554},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.7416573867739413},"92":{"tf":3.4641016151377544},"93":{"tf":3.0},"94":{"tf":3.4641016151377544},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":2.8284271247461903},"49":{"tf":1.4142135623730951},"50":{"tf":2.8284271247461903}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"62":{"tf":1.0},"81":{"tf":2.0},"91":{"tf":2.0}}}}}},"t":{"a":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"121":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":32,"docs":{"10":{"tf":2.0},"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"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.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":46,"docs":{"101":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"24":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"3":{"tf":1.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"117":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":6,"docs":{"54":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"26":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"117":{"tf":2.8284271247461903},"118":{"tf":3.0},"123":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"b":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}}}},"n":{"a":{"df":7,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"80":{"tf":2.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.7320508075688772},"89":{"tf":2.449489742783178}}}}},"r":{"a":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"115":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"101":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":16,"docs":{"115":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"28":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"59":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"72":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":13,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":2.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"d":{"df":23,"docs":{"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.4641016151377544},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"119":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"64":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"73":{"tf":2.8284271247461903},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.6457513110645907},"77":{"tf":2.23606797749979},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"93":{"tf":3.0}}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":22,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.6457513110645907},"91":{"tf":3.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":3,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"4":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"123":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":61,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"92":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"94":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"5":{"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.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":2.23606797749979},"22":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.6457513110645907},"42":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"97":{"tf":1.0}}}},"df":8,"docs":{"46":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":10,"docs":{"25":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}},"q":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":10,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"w":{"df":1,"docs":{"105":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":46,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":2.0},"62":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":3.0},"81":{"tf":3.872983346207417},"82":{"tf":2.8284271247461903},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":3.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":3.0},"91":{"tf":2.6457513110645907},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":3.7416573867739413},"95":{"tf":3.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":27,"docs":{"119":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":5.0990195135927845},"82":{"tf":2.6457513110645907},"84":{"tf":2.8284271247461903},"85":{"tf":4.795831523312719},"87":{"tf":5.0},"88":{"tf":5.0990195135927845},"90":{"tf":3.7416573867739413},"91":{"tf":5.0990195135927845},"93":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"d":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"118":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"25":{"tf":1.0},"64":{"tf":2.23606797749979},"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.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"84":{"tf":1.0}}},"r":{"c":{"df":10,"docs":{"105":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":18,"docs":{"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"122":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"a":{"c":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"118":{"tf":1.0},"24":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"(":{"0":{".":{"0":{")":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"(":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"117":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"c":{"df":2,"docs":{"25":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":11,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":24,"docs":{"103":{"tf":1.0},"104":{"tf":2.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}}},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}},"n":{"df":16,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"71":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":80,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"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":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"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},"7":{"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},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{",":{"df":0,"docs":{},"m":{",":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},":":{"0":{".":{"8":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"52":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"55":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}},"}":{"_":{"1":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":19,"docs":{"36":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":2.8284271247461903},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0}}}},"m":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"3":{"tf":1.4142135623730951},"47":{"tf":3.4641016151377544},"48":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"80":{"tf":1.4142135623730951},"91":{"tf":2.0}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"6":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":2.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":11,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"64":{"tf":2.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}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"p":{"1":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"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":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"70":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":16,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":25,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"61":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"81":{"tf":2.0},"83":{"tf":2.449489742783178},"88":{"tf":1.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}}}},"n":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":23,"docs":{"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"88":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"b":{"df":5,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"_":{"a":{"df":1,"docs":{"94":{"tf":1.0}}},"b":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"32":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.0}}}},"i":{"c":{"df":20,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":32,"docs":{"120":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"92":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{".":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":24,"docs":{"108":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":3.605551275463989},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"28":{"tf":2.6457513110645907},"50":{"tf":3.605551275463989},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"117":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"81":{"tf":3.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"93":{"tf":1.0},"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"77":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"25":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"y":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"42":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}}}},"df":8,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"92":{"tf":2.0}}}}}}},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":2.0},"105":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"42":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"16":{"tf":1.0}}}},"n":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"104":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"19":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":2.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":2.6457513110645907},"104":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":21,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":8,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":38,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"m":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},",":{"c":{"df":0,"docs":{},"g":{",":{"0":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{",":{"2":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"6":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"8":{"df":2,"docs":{"108":{"tf":1.0},"113":{"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":8,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"71":{"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":3,"docs":{"80":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"106":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"118":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"61":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.7320508075688772},"97":{"tf":1.0}},"}":{"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"k":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":2.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}},"}":{"df":0,"docs":{},"|":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"q":{"df":1,"docs":{"114":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":20,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":13,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"71":{"tf":1.0},"88":{"tf":1.0}},"g":{"df":2,"docs":{"103":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"106":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"71":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"107":{"tf":1.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":3.4641016151377544},"48":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":3.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"57":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"108":{"tf":1.0},"56":{"tf":1.0}}},"df":8,"docs":{"106":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.7320508075688772},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":18,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"n":{"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"97":{"tf":2.0}}},"o":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"106":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{">":{",":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{">":{",":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"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":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{">":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":33,"docs":{"103":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":34,"docs":{"105":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":3.1622776601683795},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"62":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":7,"docs":{"17":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":3.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"118":{"tf":1.7320508075688772},"119":{"tf":2.6457513110645907},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"17":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":75,"docs":{"101":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":3.0},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"110":{"tf":2.23606797749979},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":2.23606797749979},"114":{"tf":2.6457513110645907},"115":{"tf":2.8284271247461903},"117":{"tf":1.4142135623730951},"118":{"tf":2.6457513110645907},"120":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":2.449489742783178},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"23":{"tf":3.1622776601683795},"26":{"tf":1.7320508075688772},"27":{"tf":2.449489742783178},"28":{"tf":3.4641016151377544},"29":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.605551275463989},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":3.1622776601683795},"81":{"tf":4.242640687119285},"82":{"tf":3.1622776601683795},"83":{"tf":2.0},"84":{"tf":3.4641016151377544},"85":{"tf":4.123105625617661},"87":{"tf":3.872983346207417},"88":{"tf":5.0},"89":{"tf":1.0},"90":{"tf":3.0},"91":{"tf":4.358898943540674},"92":{"tf":3.0},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":2.0}},"i":{"df":45,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"120":{"tf":3.0},"122":{"tf":1.0},"125":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"71":{"tf":3.4641016151377544},"72":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":2.23606797749979},"92":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"28":{"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":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":86,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"64":{"tf":1.7320508075688772},"7":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":26,"docs":{"106":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"25":{"tf":3.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"68":{"tf":3.605551275463989},"69":{"tf":3.0},"70":{"tf":2.6457513110645907},"71":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951},"77":{"tf":2.8284271247461903},"8":{"tf":3.872983346207417},"80":{"tf":2.449489742783178},"81":{"tf":3.872983346207417},"86":{"tf":3.0},"88":{"tf":3.0},"91":{"tf":3.0},"92":{"tf":3.7416573867739413},"93":{"tf":2.6457513110645907}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"95":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"n":{"+":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":26,"docs":{"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":3.1622776601683795}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"3":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"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":{"54":{"tf":1.4142135623730951},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":6,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":7,"docs":{"15":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":2.6457513110645907},"27":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"36":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"r":{">":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":2.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"58":{"tf":2.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"93":{"tf":1.0}},"r":{"df":3,"docs":{"101":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":5,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"92":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"7":{"4":{"1":{"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"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":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"101":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}},"df":32,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.23606797749979},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":4.69041575982343},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":3.0},"88":{"tf":3.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":4.0},"92":{"tf":2.0},"93":{"tf":2.449489742783178},"94":{"tf":2.6457513110645907},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"73":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":3,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":18,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"/":{"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":{"9":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"<":{"1":{"df":0,"docs":{},"|":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":50,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":2.449489742783178},"7":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":4.358898943540674},"82":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":4.123105625617661},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"93":{"tf":2.23606797749979},"94":{"tf":2.449489742783178},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"123":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"84":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"_":{"c":{"df":4,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"m":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"c":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":26,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"13":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"13":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"61":{"tf":2.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"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}}}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"59":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":3.4641016151377544},"9":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907},"93":{"tf":2.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"47":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":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":{"2":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":11,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"z":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":3.0},"120":{"tf":2.0},"121":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":12,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":35,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"g":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"]":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":37,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":3.4641016151377544},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":3.3166247903554},"92":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.6457513110645907},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":3.1622776601683795},"94":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"58":{"tf":1.0}},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"114":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"2":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{">":{"_":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"2":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{">":{".":{"b":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"22":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"t":{"df":6,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"54":{"tf":1.0},"80":{"tf":1.7320508075688772},"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}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"94":{"tf":2.6457513110645907}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":41,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"123":{"tf":2.8284271247461903},"16":{"tf":3.1622776601683795},"17":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":2.6457513110645907},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.8284271247461903},"85":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.8284271247461903},"90":{"tf":2.0},"91":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"99":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":19,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"2":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"9":{"tf":1.0}}}}},"q":{"df":2,"docs":{"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":80,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"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.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"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},"7":{"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},"8":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":10,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"d":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":52,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"114":{"tf":1.0},"118":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":3.0},"28":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.449489742783178},"42":{"tf":2.8284271247461903},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"81":{"tf":3.7416573867739413},"82":{"tf":2.449489742783178},"84":{"tf":3.872983346207417},"85":{"tf":3.7416573867739413},"87":{"tf":3.7416573867739413},"88":{"tf":5.196152422706632},"89":{"tf":3.3166247903554},"9":{"tf":2.449489742783178},"90":{"tf":2.8284271247461903},"91":{"tf":3.7416573867739413},"93":{"tf":3.0},"94":{"tf":1.0},"99":{"tf":2.0}},"m":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":17,"docs":{"103":{"tf":1.0},"123":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"103":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"37":{"tf":1.0}},"f":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"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":{},"g":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"3":{"8":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":20,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":3.3166247903554},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.7320508075688772},"52":{"tf":2.0},"54":{"tf":2.6457513110645907},"55":{"tf":2.0},"56":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903},"73":{"tf":1.0},"76":{"tf":2.8284271247461903},"77":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":3.3166247903554},"84":{"tf":2.449489742783178},"85":{"tf":2.6457513110645907},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"91":{"tf":3.3166247903554},"93":{"tf":2.8284271247461903},"94":{"tf":3.605551275463989},"95":{"tf":3.1622776601683795},"99":{"tf":2.8284271247461903}},"s":{".":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"b":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":26,"docs":{"101":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"46":{"tf":3.0},"80":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"30":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":21,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"df":7,"docs":{"11":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":22,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"64":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":15,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"28":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.0},"119":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"58":{"tf":4.358898943540674},"59":{"tf":3.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":3.605551275463989},"85":{"tf":2.8284271247461903},"87":{"tf":3.0},"88":{"tf":3.0},"90":{"tf":1.0},"91":{"tf":3.0},"93":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.4641016151377544},"99":{"tf":2.6457513110645907}},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"a":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"b":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":25,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"80":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":5,"docs":{"55":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"106":{"tf":2.8284271247461903},"68":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":2.23606797749979},"86":{"tf":1.0},"92":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":2.0}}}}},"df":10,"docs":{"118":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.8284271247461903},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"106":{"tf":1.0},"120":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"119":{"tf":2.23606797749979},"120":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":3.0},"94":{"tf":2.449489742783178}},"s":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":19,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":48,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":2.449489742783178},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":2.449489742783178},"68":{"tf":1.7320508075688772},"69":{"tf":2.6457513110645907},"7":{"tf":1.0},"70":{"tf":2.449489742783178},"71":{"tf":3.1622776601683795},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"91":{"tf":2.0},"92":{"tf":2.8284271247461903},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":32,"docs":{"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":2.0},"70":{"tf":2.0},"71":{"tf":3.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":3,"docs":{"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}},"m":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"71":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}}},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":3.4641016151377544},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":18,"docs":{"104":{"tf":3.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"91":{"tf":2.449489742783178},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.8284271247461903}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.7320508075688772},"55":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"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":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":19,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":33,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":4.123105625617661},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":3.4641016151377544},"87":{"tf":3.605551275463989},"88":{"tf":3.4641016151377544},"90":{"tf":2.23606797749979},"91":{"tf":4.0},"92":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":89,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.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":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":9,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}},"y":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"24":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"58":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":13,"docs":{"12":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":3.4641016151377544},"28":{"tf":3.7416573867739413},"50":{"tf":2.0},"58":{"tf":2.8284271247461903},"59":{"tf":2.449489742783178},"62":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"26":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"80":{"tf":1.0}}},"df":21,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":25,"docs":{"103":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.6457513110645907},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"46":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"89":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":10,"docs":{"62":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772}}}},"l":{"df":48,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"88":{"tf":3.0},"9":{"tf":1.0},"92":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":6,"docs":{"28":{"tf":1.4142135623730951},"5":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":33,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":2.449489742783178},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":2.449489742783178},"47":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":3.605551275463989},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":2.8284271247461903},"98":{"tf":2.0}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":19,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"122":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":1,"docs":{"23":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"58":{"tf":2.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":2.0}}},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"p":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"118":{"tf":2.0}}},"z":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}},"l":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"{":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"}":{"(":{"0":{".":{"5":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"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":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"(":{"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"}":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"df":1,"docs":{"114":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"a":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}},"s":{"=":{"3":{"2":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":37,"docs":{"108":{"tf":3.872983346207417},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":3.3166247903554},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":2.8284271247461903},"28":{"tf":1.4142135623730951},"37":{"tf":3.1622776601683795},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"71":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":5.0990195135927845},"84":{"tf":1.0},"85":{"tf":4.47213595499958},"87":{"tf":4.795831523312719},"88":{"tf":5.291502622129181},"90":{"tf":2.0},"91":{"tf":5.0},"92":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.0},"18":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"m":{"df":1,"docs":{"46":{"tf":2.449489742783178}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":{}},"m":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"53":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":28,"docs":{"101":{"tf":1.0},"111":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"123":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":2.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"13":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"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.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":68,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":3.872983346207417},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":3.605551275463989},"85":{"tf":4.0},"87":{"tf":3.0},"88":{"tf":4.47213595499958},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":3.605551275463989},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":4.0},"95":{"tf":3.0},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{".":{"4":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"63":{"tf":1.0},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":2.8284271247461903},"118":{"tf":2.23606797749979},"120":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.8284271247461903},"9":{"tf":2.23606797749979},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"df":1,"docs":{"101":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"114":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":2,"docs":{"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"101":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"u":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"58":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"y":{"df":8,"docs":{"105":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"46":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"78":{"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":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":7,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":3.0}},"s":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"25":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"59":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"x":{":":{"c":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":2.23606797749979},"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"0":{"0":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"3":{"df":1,"docs":{"56":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"97":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"122":{"tf":1.0},"32":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":24,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"56":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"25":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":19,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":2,"docs":{"100":{"tf":1.0},"34":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"13":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"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":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"r":{"df":4,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"a":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"99":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"110":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"40":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"64":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":3,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"103":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"51":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"47":{"tf":1.0}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":9,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":2,"docs":{"115":{"tf":1.0},"14":{"tf":1.0}}},"o":{"d":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"103":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":26,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":2,"docs":{"1":{"tf":1.0},"64":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"106":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"115":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"9":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"104":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"28":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"103":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"98":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"59":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"64":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"106":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":4,"docs":{"40":{"tf":1.0},"68":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"i":{"df":2,"docs":{"21":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"111":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}}},"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"118":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/docs/searchindex.json b/docs/searchindex.json index 74a6006..46e3443 100644 --- a/docs/searchindex.json +++ b/docs/searchindex.json @@ -1 +1 @@ -{"doc_urls":["quick_start.html#basic-usage","quick_start.html#modkit-is-a-bioinformatics-tool-for-working-with-modified-bases-from-oxford-nanopore","quick_start.html#installation","quick_start.html#common-use-cases","quick_start.html#notes-and-troubleshooting","intro_bedmethyl.html#constructing-bedmethyl-tables","intro_bedmethyl.html#basic-usage","intro_bedmethyl.html#narrowing-output-to-cpg-dinucleotides","intro_bedmethyl.html#narrowing-output-to-specific-motifs","intro_bedmethyl.html#partitioning-reads-based-on-sam-tag-values","intro_bedmethyl.html#description-of-bedmethyl-output","intro_bedmethyl.html#definitions","intro_bedmethyl.html#bedmethyl-column-descriptions","intro_bedmethyl.html#performance-considerations","intro_adjust.html#updating-and-adjusting-mm-tags","intro_adjust.html#ignoring-a-modification-class","intro_adjust.html#combining-base-modification-probabilities","intro_adjust.html#updating-the-flag--and-","intro_adjust.html#changing-the-base-modification-code","intro_summary.html#summarizing-a-modbam","intro_summary.html#summarize-the-base-modification-calls-in-a-modbam","intro_summary.html#description-of-columns-in-modkit-summary","intro_summary.html#totals-table","intro_summary.html#modification-calls-table","intro_summary.html#passing-a-threshold-directly","intro_motif_bed.html#making-a-motif-bed-file","intro_extract.html#extracting-base-modification-information","intro_extract.html#description-of-output-table","intro_extract.html#tabulating-base-modification--calls--for-each-read-position","intro_extract.html#note-on-implicit-base-modification-calls","intro_extract.html#note-on-non-primary-alignments","intro_extract.html#example-usages","intro_extract.html#extract-a-table-from-an-aligned-and-indexed-bam","intro_extract.html#extract-a-table-from-a-region-of-a-large-modbam","intro_extract.html#extract-only-sites-aligned-to-a-cg-motif","intro_extract.html#extract-only-sites-that-are-at-least-50-bases-from-the-ends-of-the-reads","intro_extract.html#extract-read-level-base-modification-calls","intro_call_mods.html#calling-mods-in-a-modbam","intro_call_mods.html#example-usages","intro_call_mods.html#estimate-the-threshold-on-the-fly-apply-to-modbam-and-clamp-the-modification-calls-to-certainty","intro_call_mods.html#specify-a-filter-threshold-for-your-use-case","intro_call_mods.html#call-mods-with-the-estimated-threshold-and-ignore-modification-calls-within-100-base-pairs-of-the-ends-of-the-reds","intro_edge_filter.html#removing-modification-calls-at-the-ends-of-reads","intro_edge_filter.html#example-usages","intro_edge_filter.html#call-mods-with-the-estimated-threshold-and-ignore-modification-calls-within-100-base-pairs-of-the-ends-of-the-reads","intro_edge_filter.html#perform-pileup-ignoring-base-modification-calls-within-100-base-pairs-of-the-ends-of-the-reads","intro_repair.html#repair-mmml-tags-on-trimmed-reads","intro_pileup_hemi.html#make-hemi-methylation-bedmethyl-tables-with-pileup-hemi","intro_pileup_hemi.html#description-of-hemi-methylation-patterns","intro_pileup_hemi.html#definitions","intro_pileup_hemi.html#bedmethyl-column-descriptions","intro_pileup_hemi.html#limitations","intro_dmr.html#perform-differential-methylation-scoring","intro_dmr.html#preparing-the-input-data","intro_dmr.html#1-perform-differential-methylation-scoring-of-genomic-regions-for-a-pair-of-samples","intro_dmr.html#2-perform-differential-methylation-detection-on-all-pairs-of-samples-over-regions-from-the-genome","intro_dmr.html#3-detecting-differential-modification-at-single-base-positions","intro_dmr.html#note-about-modification-codes","intro_dmr.html#differential-methylation-output-format","intro_dmr.html#segmenting-on-differential-methylation","intro_validate.html#validating-ground-truth-results","intro_validate.html#validating-from-modbam-reads-and-bed-reference-annotation","intro_validate.html#bed-ground-truth-annotation-file","intro_validate.html#output-file","intro_find_motifs.html#find-highly-modified-motif-sequences","intro_find_motifs.html#output-format","intro_find_motifs.html#machine-readable-table","intro_find_motifs.html#human-readable-table","intro_find_motifs.html#specifying-known-motifs","intro_find_motifs.html#machine-readable-table-1","intro_find_motifs.html#human-readable-table-1","intro_find_motifs.html#simple-description-of-the-search-algorithm","intro_find_motifs.html#tuning-parameters-and---skip-search","intro_entropy.html#calculating-methylation-entropy","intro_entropy.html#calculate-entropy-in-windows-across-the-genome","intro_entropy.html#output-schema","intro_entropy.html#calculating-entropy-in-bed-specified-regions","intro_entropy.html#specifying-motifs-or-primary-sequence-bases","intro_entropy.html#calculation-of-methylation-entropy","intro_include_bed.html#narrow-output-to-specific-positions","advanced_usage.html#modkit-subcommand-documentation","advanced_usage.html#pileup","advanced_usage.html#adjust-mods","advanced_usage.html#update-tags","advanced_usage.html#sample-probs","advanced_usage.html#summary","advanced_usage.html#motif-bed","advanced_usage.html#call-mods","advanced_usage.html#extract","advanced_usage.html#repair","advanced_usage.html#validate","advanced_usage.html#pileup-hemi","advanced_usage.html#find-motifs","advanced_usage.html#entropy","advanced_usage.html#dmr-pair","advanced_usage.html#dmr-multi","troubleshooting.html#troubleshooting","troubleshooting.html#missing-secondary-and-supplementary-alignments-in-output","troubleshooting.html#no-rows-in-modkit-pileup-output","troubleshooting.html#not-sampling-enough-reads-to-estimate-threshold","troubleshooting.html#cg-positions-are-missing-from-output-bedmethyl","limitations.html#current-limitations","perf_considerations.html#performance-considerations","perf_considerations.html#sharding-a-large-modbam-by-region","perf_considerations.html#setting-the---interval-size-and---chunk-size-pileup","perf_considerations.html#memory-usage-in-modkit-extract","perf_considerations.html#parallelism-in-find-motifs-and-when-to---skip-search","algo_details.html#algorithm-details","filtering.html#partitioning-pass-and-fail-base-modification-calls","filtering.html#further-details","filtering_details.html#examples-of-how-thresholds-affect-base-modification-calls","filtering_details.html#two-way-base-modification-calls","filtering_details.html#three-way-base-modification-calls","filtering_details.html#three-way-base-modification-calls-with-modification-specific-thresholds","filtering_numeric_details.html#filtering-base-modification-calls","filtering_numeric_details.html#a-note-on-the-probability-of-modification--mm-flag","dmr_scoring_details.html#dmr-model-and-scoring-details","dmr_scoring_details.html#likelihood-ratio-scoring-details","dmr_scoring_details.html#map-based-p-value","dmr_scoring_details.html#dmr-segmentation-hidden-markov-model","dmr_scoring_details.html#transition-parameters","dmr_scoring_details.html#emission-parameters","collapse.html#removing-modification-calls-from-bams","collapse.html#removing-dna-base-modification-probabilities","collapse.html#combining-multiple-base-modifications-into-a-single-count","collapse.html#combine---combine"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":5,"title":2},"1":{"body":1,"breadcrumbs":11,"title":8},"10":{"body":13,"breadcrumbs":9,"title":3},"100":{"body":19,"breadcrumbs":6,"title":5},"101":{"body":133,"breadcrumbs":4,"title":2},"102":{"body":0,"breadcrumbs":4,"title":2},"103":{"body":29,"breadcrumbs":6,"title":4},"104":{"body":80,"breadcrumbs":8,"title":6},"105":{"body":56,"breadcrumbs":6,"title":4},"106":{"body":83,"breadcrumbs":7,"title":5},"107":{"body":23,"breadcrumbs":4,"title":2},"108":{"body":100,"breadcrumbs":12,"title":6},"109":{"body":11,"breadcrumbs":8,"title":2},"11":{"body":157,"breadcrumbs":7,"title":1},"110":{"body":21,"breadcrumbs":14,"title":6},"111":{"body":33,"breadcrumbs":13,"title":5},"112":{"body":37,"breadcrumbs":13,"title":5},"113":{"body":83,"breadcrumbs":16,"title":8},"114":{"body":109,"breadcrumbs":12,"title":4},"115":{"body":53,"breadcrumbs":13,"title":5},"116":{"body":0,"breadcrumbs":10,"title":4},"117":{"body":165,"breadcrumbs":10,"title":4},"118":{"body":338,"breadcrumbs":10,"title":4},"119":{"body":55,"breadcrumbs":11,"title":5},"12":{"body":133,"breadcrumbs":9,"title":3},"120":{"body":208,"breadcrumbs":8,"title":2},"121":{"body":37,"breadcrumbs":8,"title":2},"122":{"body":57,"breadcrumbs":9,"title":4},"123":{"body":84,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":11,"title":6},"125":{"body":48,"breadcrumbs":7,"title":2},"13":{"body":27,"breadcrumbs":8,"title":2},"14":{"body":33,"breadcrumbs":11,"title":4},"15":{"body":44,"breadcrumbs":10,"title":3},"16":{"body":59,"breadcrumbs":11,"title":4},"17":{"body":40,"breadcrumbs":9,"title":2},"18":{"body":25,"breadcrumbs":11,"title":4},"19":{"body":25,"breadcrumbs":7,"title":2},"2":{"body":28,"breadcrumbs":4,"title":1},"20":{"body":70,"breadcrumbs":10,"title":5},"21":{"body":0,"breadcrumbs":9,"title":4},"22":{"body":46,"breadcrumbs":7,"title":2},"23":{"body":104,"breadcrumbs":8,"title":3},"24":{"body":73,"breadcrumbs":8,"title":3},"25":{"body":47,"breadcrumbs":11,"title":4},"26":{"body":102,"breadcrumbs":11,"title":4},"27":{"body":169,"breadcrumbs":10,"title":3},"28":{"body":241,"breadcrumbs":14,"title":7},"29":{"body":51,"breadcrumbs":12,"title":5},"3":{"body":64,"breadcrumbs":6,"title":3},"30":{"body":62,"breadcrumbs":11,"title":4},"31":{"body":0,"breadcrumbs":9,"title":2},"32":{"body":13,"breadcrumbs":12,"title":5},"33":{"body":17,"breadcrumbs":12,"title":5},"34":{"body":16,"breadcrumbs":12,"title":5},"35":{"body":7,"breadcrumbs":13,"title":6},"36":{"body":55,"breadcrumbs":13,"title":6},"37":{"body":101,"breadcrumbs":9,"title":3},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":5,"breadcrumbs":15,"title":9},"4":{"body":7,"breadcrumbs":5,"title":2},"40":{"body":14,"breadcrumbs":11,"title":5},"41":{"body":8,"breadcrumbs":19,"title":13},"42":{"body":127,"breadcrumbs":13,"title":5},"43":{"body":0,"breadcrumbs":10,"title":2},"44":{"body":8,"breadcrumbs":21,"title":13},"45":{"body":26,"breadcrumbs":20,"title":12},"46":{"body":163,"breadcrumbs":13,"title":5},"47":{"body":179,"breadcrumbs":15,"title":7},"48":{"body":82,"breadcrumbs":12,"title":4},"49":{"body":120,"breadcrumbs":9,"title":1},"5":{"body":63,"breadcrumbs":9,"title":3},"50":{"body":129,"breadcrumbs":11,"title":3},"51":{"body":19,"breadcrumbs":9,"title":1},"52":{"body":78,"breadcrumbs":11,"title":4},"53":{"body":69,"breadcrumbs":10,"title":3},"54":{"body":221,"breadcrumbs":16,"title":9},"55":{"body":94,"breadcrumbs":17,"title":10},"56":{"body":125,"breadcrumbs":14,"title":7},"57":{"body":104,"breadcrumbs":10,"title":3},"58":{"body":470,"breadcrumbs":11,"title":4},"59":{"body":235,"breadcrumbs":10,"title":3},"6":{"body":52,"breadcrumbs":8,"title":2},"60":{"body":22,"breadcrumbs":11,"title":4},"61":{"body":200,"breadcrumbs":13,"title":6},"62":{"body":97,"breadcrumbs":12,"title":5},"63":{"body":30,"breadcrumbs":9,"title":2},"64":{"body":64,"breadcrumbs":13,"title":5},"65":{"body":24,"breadcrumbs":10,"title":2},"66":{"body":74,"breadcrumbs":11,"title":3},"67":{"body":58,"breadcrumbs":11,"title":3},"68":{"body":67,"breadcrumbs":11,"title":3},"69":{"body":96,"breadcrumbs":11,"title":3},"7":{"body":123,"breadcrumbs":10,"title":4},"70":{"body":80,"breadcrumbs":11,"title":3},"71":{"body":263,"breadcrumbs":12,"title":4},"72":{"body":67,"breadcrumbs":12,"title":4},"73":{"body":104,"breadcrumbs":9,"title":3},"74":{"body":19,"breadcrumbs":10,"title":4},"75":{"body":30,"breadcrumbs":8,"title":2},"76":{"body":54,"breadcrumbs":11,"title":5},"77":{"body":69,"breadcrumbs":11,"title":5},"78":{"body":118,"breadcrumbs":9,"title":3},"79":{"body":45,"breadcrumbs":11,"title":4},"8":{"body":147,"breadcrumbs":10,"title":4},"80":{"body":327,"breadcrumbs":6,"title":3},"81":{"body":950,"breadcrumbs":4,"title":1},"82":{"body":227,"breadcrumbs":5,"title":2},"83":{"body":146,"breadcrumbs":5,"title":2},"84":{"body":406,"breadcrumbs":5,"title":2},"85":{"body":502,"breadcrumbs":4,"title":1},"86":{"body":51,"breadcrumbs":5,"title":2},"87":{"body":480,"breadcrumbs":5,"title":2},"88":{"body":851,"breadcrumbs":4,"title":1},"89":{"body":125,"breadcrumbs":4,"title":1},"9":{"body":110,"breadcrumbs":12,"title":6},"90":{"body":327,"breadcrumbs":4,"title":1},"91":{"body":807,"breadcrumbs":5,"title":2},"92":{"body":314,"breadcrumbs":5,"title":2},"93":{"body":421,"breadcrumbs":4,"title":1},"94":{"body":608,"breadcrumbs":5,"title":2},"95":{"body":340,"breadcrumbs":5,"title":2},"96":{"body":18,"breadcrumbs":2,"title":1},"97":{"body":103,"breadcrumbs":6,"title":5},"98":{"body":70,"breadcrumbs":5,"title":4},"99":{"body":91,"breadcrumbs":6,"title":5}},"docs":{"0":{"body":"","breadcrumbs":"Quick Start guides » Basic Usage","id":"0","title":"Basic Usage"},"1":{"body":"ONT_logo","breadcrumbs":"Quick Start guides » modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore.","id":"1","title":"modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore."},"10":{"body":"Below is a description of the bedMethyl columns generated by modkit pileup. A brief description of the bedMethyl specification can be found on Encode .","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Description of bedMethyl output.","id":"10","title":"Description of bedMethyl output."},"100":{"body":"When running with --preset traditional or --cpg the resultant bedMethyl file will only contains CG positions. However, it will not include positions for which the pass coverage is zero (see the column descriptions ). This is to be expected.","breadcrumbs":"Troubleshooting » CG positions are missing from output bedMethyl.","id":"100","title":"CG positions are missing from output bedMethyl."},"101":{"body":"Known limitations and forecasts for when they will be removed. Ambiguous DNA bases in ML tags are not supported (for example N+m?). This limitation will be removed in version 0.2.z During modkit pileup, it is assumed that each read should only have one primary alignment. If a read name is detected more than once, the occurrence is logged but both alignments will be used. This limitation may be removed in the future with a form of dynamic de-duplication. Only one MM-flag (., ?) per-canonical base is supported within a read. This limitation may be removed in the future. The MAP-based p-value metric ( details ) performs a test that there is a difference in modification (of any kind) between two conditions. If a position has multiple base modification calls (such as 5hmC and 5mC) the calls are summed together into a single \"modified\" count. If a position differs only in the modification type (such as one condition has more 5hmC and the other has more 5mC) this effect will not be captured in the MAP-based p-value. The likelihood ratio test does capture changes in modification type. The MAP-based p-value is not available when performing DMR on regions. This is because there is potentially large variability in the number of modified bases and coverage over regions. This variability translates into varying degrees of statistical power and makes comparisons difficult to interpret.","breadcrumbs":"Current limitations » Current limitations","id":"101","title":"Current limitations"},"102":{"body":"","breadcrumbs":"Performance considerations » Performance considerations","id":"102","title":"Performance considerations"},"103":{"body":"The --region option in pileup, summary, and sample-probs can be used to operate on a subset of records in a large BAM. If you're working in a distributed environment, the genome could be sharded into large sections which are specified to modkit in concurrent processes and merged afterward in a \"map-reduce\" pattern.","breadcrumbs":"Performance considerations » Sharding a large modBAM by region.","id":"103","title":"Sharding a large modBAM by region."},"104":{"body":"Whenever operating on a sorted, indexed BAM, modkit will operate in parallel on disjoint spans of the genome. The length of these spans (i.e. intervals) can be determined by the --interval-size or the --sampling-interval-size (for the sampling algorithm only). The defaults for these parameters works well for genomes such as the human genome. For smaller genomes with high coverage, you may decide to decrease the interval size in order to take advantage of parallelism. The pileup subcommand also has a --chunk-size option that will limit the total number of intervals computed on in parallel. By default, modkit will set this parameter to be 50% larger than the number of threads. In general, this is a good setting for balancing parallelism and memory usage. Increasing the --chunk-size can increase parallelism (and decrease run time) but will consume more memory.","breadcrumbs":"Performance considerations » Setting the --interval-size and --chunk-size (pileup).","id":"104","title":"Setting the --interval-size and --chunk-size (pileup)."},"105":{"body":"Transforming reads into a table with modkit extract can produce large files (especially with long reads). Before the data can be written to disk, however, it is enqueued in memory and can potentially create a large memory burden. There are a few ways to decrease the amount of memory modkit extract will use in these cases: Lower the --queue-size, this decreased the number of batches that will be held in flight. Use --ignore-index this will force modkit extract to run a serial scan of the mod-BAM. Decrease the --interval-size, this will decrease the size of the batches.","breadcrumbs":"Performance considerations » Memory usage in modkit extract.","id":"105","title":"Memory usage in modkit extract."},"106":{"body":"The search algorithm takes advantage of parallelism at nearly every step and therefore hugely benefits from running with as many threads as possible (specified with --threads). This horizontal scalability is most easily seen in the secondary search step where (by default) 129536 individual \"seed sequences\" are evaluated for potential refinement. If you find that this search is taking a very long time (indicated by the progress bar message \" seeds searched\") you may consider one of the following: Increase the --exhaustive-seed-min-log-odds parameter, this will decrease the number of seeds passed on to the refinement step (which is more computationally expensive). Decrease the --exhaustive-seed-len to 2 or decrease the --context-size, this will exponentially decrease the number of seeds to be searched. You may also decide to run --skip-search first and inspect the results.","breadcrumbs":"Performance considerations » Parallelism in find-motifs and when to --skip-search","id":"106","title":"Parallelism in find-motifs and when to --skip-search"},"107":{"body":"Filtering low confidence base modification calls Removing and combining modified base types Ignoreing and combining base modification calls Differential methylation scoring and differential modification p-values","breadcrumbs":"Algorithm details » Algorithm details","id":"107","title":"Algorithm details"},"108":{"body":"Base modification calls can be removed if they are low confidence based on the predicted modification probabilities. In general, modkit will estimate a pass confidence threshold value based on the input data. Threshold values for modifications on a primary sequence base can be specified on the command line with the --filter-threshold option. For example to set a threshold for cytosine modifications at 0.8 and adenine modifications at 0.9 provide --filter-threshold C:0.8 --filter-threshold A:0.9. Pass threshold values per base modification can also be specified. For example, to specify a threshold for canonical adenine at 0.8 and 6mA at 0.9 use --filter-threshold A:0.8 --mod-thresholds a:0.9. Or to specify a threshold of 0.8 for 5mC, 0.9 for 5hmC, and 0.85 for canonical cytosine: --filter-threshold C:0.85 --mod-thresholds m:0.8 --mod-thresholds h:0.9 Keep in mind that the --mod-threshold option will treat A, C, G, and T and \"any-mod\" as per the specification .","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Partitioning pass and fail base modification calls.","id":"108","title":"Partitioning pass and fail base modification calls."},"109":{"body":"Examples of how thresholds affect base modification calls. Numerical details of how thresholds are calculated on the fly.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Further details","id":"109","title":"Further details"},"11":{"body":"Nmod - Number of calls passing filters that were classified as a residue with a specified base modification. Ncanonical - Number of calls passing filters were classified as the canonical base rather than modified. The exact base must be inferred by the modification code. For example, if the modification code is m (5mC) then the canonical base is cytosine. If the modification code is a, the canonical base is adenine. Nother mod - Number of calls passing filters that were classified as modified, but where the modification is different from the listed base (and the corresponding canonical base is equal). For example, for a given cytosine there may be 3 reads with h calls, 1 with a canonical call, and 2 with m calls. In the bedMethyl row for h Nother_mod would be 2. In the m row Nother_mod would be 3. Nvalid_cov - the valid coverage. Nvalid_cov = Nmod + Nother_mod + Ncanonical, also used as the score in the bedMethyl Ndiff - Number of reads with a base other than the canonical base for this modification. For example, in a row for h the canonical base is cytosine, if there are 2 reads with C->A substitutions, Ndiff will be 2. Ndelete - Number of reads with a deletion at this reference position Nfail - Number of calls where the probability of the call was below the threshold. The threshold can be set on the command line or computed from the data (usually failing the lowest 10th percentile of calls). Nnocall - Number of reads aligned to this reference position, with the correct canonical base, but without a base modification call. This can happen, for example, if the model requires a CpG dinucleotide and the read has a CG->CH substitution such that no modification call was produced by the basecaller.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Definitions:","id":"11","title":"Definitions:"},"110":{"body":"The following examples are meant to demonstrate how individual base modification calls will be made during pileup or call-mods. Important to remember that the probability of the modification needs to be >= the pass threshold value.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Examples of how thresholds affect base modification calls","id":"110","title":"Examples of how thresholds affect base modification calls"},"111":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nthreshold for all cytosine base modifications: threshold_C {p_C: 0.25, p_m: 0.75}, threshold_C: 0.7 => call: 5mC (m), most likely.\n{p_C: 0.25, p_m: 0.75}, threshold_C: 0.8 => call: Fail, both probabilities are below threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Two-way base modification calls","id":"111","title":"Two-way base modification calls"},"112":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nprobability of 5hmC: p_h\nthreshold for all cytosine base modifications: threshold_C {p_C: 0.05, p_m: 0.7, p_h: 0.25}, threshold_C: 0.7 => call: 5mC (m), most likely.\n{p_C: 0.15, p_m: 0.6, p_h: 0.25}, threshold_C: 0.7 => Fail, all below threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Three-way base modification calls","id":"112","title":"Three-way base modification calls"},"113":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nprobability of 5hmC: p_h\nthreshold for all canonical cytosine: mod_threshold_C threshold for all 5mC: mod_threshold_m threshold for all 5hmC: mod_threshold_h command line: --filter-threshold C:0.7 --mod-threshold m:0.8 --mod-threshold h:0.9 filter_threshold C: 0.7\nmod_threshold_m: 0.8\nmod_threshold_h: 0.9\n{p_C: 0.05, p_m: 0.85, p_h: 0.1} => call: 5mC (m) most likely filter_threshold C: 0.7\nmod_threshold_m: 0.8\nmod_threshold_h: 0.9\n{p_C: 0.75, p_m: 0.05, p_h: 0.2} => call: C (canonical) most likely\n{p_C: 0.05, p_m: 0.75, p_h: 0.2} => Fail, all below respective thresholds\n{p_C: 0.1, p_m: 0.05, p_h: 0.85} => Fail, all below respective thresholds","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Three-way base modification calls with modification-specific thresholds","id":"113","title":"Three-way base modification calls with modification-specific thresholds"},"114":{"body":"Modified base calls are qualitied with a probability that is contained in the ML tag (see the specification ). We calculate the confidence that the model has in the base modification prediction as \\(\\mathcal{q} = argmax(\\textbf{P})\\) where \\(\\textbf{P}\\) is the vector of probabilities for each modification. For example, given a model that can classify canonical cytosine, 5mC, and 5hmC, \\(\\textbf{P}\\) is \\([P_{C}, P_m, P_h]\\), and \\(\\mathcal{q}\\) will be \\(\\mathcal{q} = argmax(P_{C}, P_m, P_h)\\), the maximum of the three probabilities. Filtering in modkit is performed by first determining the value of \\(\\mathcal{q}\\) for the lowest n-th percentile of calls (10th percentile by default). The threshold value is typically an estimate because the base modification probabilities are sampled from a subset of the reads. All calls can be used to calculate the exact value, but in practice the approximation gives the same value. Base modification calls with a confidence value less than this number will not be counted. Determination of the threshold value can be performed on the fly (by sampling) or the threshold value can be specified on the command line with the --filter_threshold flag. The sample-probs command can be used to quickly estimate the value of \\(\\mathcal{q}\\) at various percentiles.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Numeric details » Filtering base modification calls.","id":"114","title":"Filtering base modification calls."},"115":{"body":"The . flag (e.g. C+m.) indicates that primary sequence bases without base modification calls can be inferred to be canonical ( SAM tags ). Some base modification callers, for example dorado have a default threshold, below which a base modification probability will be omitted (meaning it will be inferred to be a canonical/unmodified base). In general, omitting the base modification probabilities when they are very confidently canonical will not change the results from modkit. However, since the base modification probabilities are effectively changed to 100% canonical, can affect the estimation of the pass threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Numeric details » A note on the \"probability of modification\" (.) MM flag.","id":"115","title":"A note on the \"probability of modification\" (.) MM flag."},"116":{"body":"","breadcrumbs":"Algorithm details » DMR model and scoring details » DMR model and scoring details","id":"116","title":"DMR model and scoring details"},"117":{"body":"The aim of modkit dmr is to enable exploratory data analysis of methylation patterns. To that aim, the approach to scoring methylation differences is intended to be simple and interpretable. For every region provided, within a sample, we model each potentially methylated base as arising from the same distribution. In other words, we discard the relative ordering of the base modification calls within a region. We then define a model for the frequency of observing each base modification state. In the case of methylated versus unmodified (5mC vs C, or 6mA vs A), we use the binomial distribution and model the probability of methylation \\(p\\) as a beta-distributed random variable: \\[ \\mathbf{X}|p \\sim \\text{Bin}(n, p) \\] \\[ p \\sim \\text{Beta}(\\alpha, \\beta) \\] where \\(n\\) is the number of potentially methylated bases reported on in the region and \\(\\mathbf{X}\\) is the vector of counts (canonical and methylated). In the case where there are more than two states (for example, 5hmC, 5mC, and unmodified C) we use a multinomial distribution and a Dirichlet as the base distribution: \\[ \\mathbf{X}|\\pi \\sim \\text{Mult}(n, \\pi) \\] \\[ \\pi \\sim \\text{Dir}(\\alpha) \\] Let \\(\\theta\\) be the parameters describing the posterior distribution ( \\( \\alpha, \\beta \\) for the binary case, and \\(\\alpha \\) in the general case). The score reported is the result of the following log marginal likelihood ratio : \\[ \\text{score} = \\text{log}(\\frac{l_{\\theta_{a}}( \\mathbf{X_a} ) l_{\\theta_{b}} ( \\mathbf{X_b} )}{l_{\\theta_{a+b}} (\\mathbf{X_{a+b}} )}) \\] Where \\(\\theta_a\\) and \\(\\theta_b\\) are the posterior distributions with the two conditions modeled separately, and \\(\\theta_{a+b}\\) is the posterior when the two conditions are modeled together. The function \\(l_{\\theta}(\\mathbf{X}) \\) is the log marginal likelihood of the counts under the parameters of the model \\(\\theta\\). For all cases, we use Jeffrey's prior as the prior distribution.","breadcrumbs":"Algorithm details » DMR model and scoring details » Likelihood ratio scoring details","id":"117","title":"Likelihood ratio scoring details"},"118":{"body":"This metric models the effect size (i.e. the difference) in base modification (of any kind) between two conditions. For example, if one condition has 8 of 10 reads reporting modification, 80%, and the other condition has 2 of 10, 20%, then the effect size 0.6 or 60%. This metric only captures changes in modified versus unmodified bases, in other words, changes in modification type will not be captured by this metric. See the limitations for details. The DMR module in modkit uses Bernoulli trials (modified/not-modified) and a prior to calculate a posterior distribution over \\(p\\), the true probability that the site is modified. The posterior distribution over \\(p\\) given some observations, \\(X\\), is \\(P(p | X)\\), is a Beta distribution. Where \\(X\\) is the observations (\\(N_{\\text{mod}}\\) and \\(N_{\\text{canonical}}\\)), the number of reads calling a modified base and a canonical base, respectively. \\[ P(p | X) = \\text{Beta}(\\alpha_0 + N_{\\text{mod}}, \\beta_0 + N_{\\text{can}}) \\] Where \\(\\alpha_0\\) and \\(\\beta_0\\) are the parameters for the prior distribution \\(\\text{Beta}(\\alpha_0, \\beta_0)\\). The advantage to this model is that as you collect more coverage, the variance of the posterior gets smaller - you're more confident that the true value of \\(p\\) is near the empirical mean. But when you have low coverage, you keep the uncertainty around. More formally, let \\(\\textbf{X}\\) be a Beta-distributed random variable representing the posterior distribution over \\(p\\) for the first condition and \\(\\textbf{Y}\\) is the same for the second condition. Finally, let \\(f(x)\\) be the probability density of the difference \\(x\\) in \\(\\textbf{X}\\) and \\(\\textbf{Y}\\). Then the MAP-based p-value, \\(p_{\\text{MAP}}\\), is the posterior odds of the effect size being zero (no difference) versus the maxumum a posteriori (MAP) outcome: \\[ p_{\\text{MAP}} = \\frac{f(0.0)}{f(x_{\\text{MAP}})} \\ \\] \\[ f(x) = PDF_{\\textbf{Z}}(x) \\ \\] \\[ \\textbf{Z} = \\textbf{X} - \\textbf{Y} \\ \\] \\[ \\textbf{X} \\sim \\text{Beta}(\\alpha_1, \\beta_1) \\ \\] \\[ \\textbf{Y} \\sim \\text{Beta}(\\alpha_2, \\beta_2) \\ \\] This metric was proposed by Makowski et al. and can be easily visualized. Consider an example with a true effect size of 0.8 at two coverages, 5 reads and 10 reads. For an effect size of 0.8, the \\(p\\) for the low modification condition and the high modification condition is 0.1 and 0.9, respectively. This corresponds to 4 of 5 reads being called methylated in the low-coverage case, and 9 of 10 reads being called modified in the high-coverage condition. The reciprocal counts are used in both conditions, so 1 of 5 for the low-coverage and 1 of 10 for the high-coverage. Low coverage = 5: 4 of 5 modified versus 1 of 5 modified High coverage = 10: 9 of 10 modified versus 1 of 10 modified Starting with a prior of \\(\\text{Beta}(0.5, 0.5)\\), we can calculate the posterior density for the two conditions: posterior_distributions What we need to calculate is the probability distribution of the difference (the effect size) between the two conditions (high-modification and low-modification). This distribution can be done using a piecewise solution described by Pham-Gia, Turkkan, and Eng in 1993 , the distribution is shown below: beta_diff The MAP-based p-value is the ratio of the circles over the triangles. The implementation in modkit takes a small short-cut however, and uses the empirical effect size \\(d = \\hat{p}_1 - \\hat{p}_2\\) instead of the maximum a posteriori outcome. \\[ \\text{p-MAP}^{\\prime} = \\frac{f(0.0)}{f(d)} \\ \\] \\[ d = \\hat{p}_1 - \\hat{p}_2 \\ \\] \\[ \\hat{p} = \\frac{ N_{\\text{mod}} }{ N_{\\text{canonical}} } \\ \\]","breadcrumbs":"Algorithm details » DMR model and scoring details » MAP-based p-value","id":"118","title":"MAP-based p-value"},"119":{"body":"When performing \"single-site\" analysis with modkit dmr pair (by omitting the --regions option) you can optionally run the \"segmentation\" model at the same time by passing the --segment option with a filepath to write the segments to. The model is a simple 2-state hidden Markov model, shown below, where the two hidden states, \"Different\" and \"Same\" indicate that the position is either differentially methylated or not. hmm The model is run over the intersection of the modified positions in a [pileup](https://nanoporetech.github.io/modkit/intro_bedmethyl.html#description-of-bedmethyl-output) for which there is enough coverage, from one or more samples.","breadcrumbs":"Algorithm details » DMR model and scoring details » DMR segmentation hidden Markov model","id":"119","title":"DMR segmentation hidden Markov model"},"12":{"body":"column name description type 1 chrom name of reference sequence from BAM header str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 modified base code and motif single letter code for modified base and motif when more than one motif is used str 5 score equal to Nvalid_cov int 6 strand '+' for positive strand '-' for negative strand, '.' when strands are combined str 7 start position included for compatibility int 8 end position included for compatibility int 9 color included for compatibility, always 255,0,0 str 10 Nvalid_cov see definitions above. int 11 percent modified (Nmod / Nvalid_cov) * 100 float 12 Nmod see definitions above int 13 Ncanonical see definitions above int 14 Nother_mod see definitions above int 15 Ndelete see definitions above int 16 Nfail see definitions above int 17 Ndiff see definitions above int 18 Nnocall see definitions above int","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » bedMethyl column descriptions.","id":"12","title":"bedMethyl column descriptions."},"120":{"body":"There are two transition probability parameters, \\(p\\) and \\(d\\). The \\(p\\) parameter is the probability of transitioning to the \"Different\" state, and can be roughly though of as the probability of a given site being differentially modified without any information about the site. The \\(d\\) parameter is the maximum probability of remaining in the \"Different\" state, it is a maximum because the value of \\(d\\) will change dynamically depending on the proximity of the next modified site. The model proposes that modified bases in close proximity will share modification characteristics. Specifically, when a site is differentially modified the probability of the next site also being differentially modified depends on how close the next site happens to be. For example, if a CpG dinucleotide is differentially modified and is immediately followed by another CpG (sequence is CGCG) we have the maximum expectation that the following site is also differentially modified. However, as the next site becomes farther away (say the next site is one thousand base pairs away, CG[N x 1000]CG) these sites are not likely correlated and the probability of the next site being differentially modified decreases towards \\(p\\). The chart below shows how the probability of staying in the \"Different\" state, \\(d\\), decreases as the distance to the next modified base increases. hmm In this case, the maximum value of \\(d\\) is 0.9, \\(p\\) is 0.1, and the decay_distance is 500 base pairs (these also happen to be the defaults). This can be seen as the maximum value of both curves is 0.9, and the minimum value, reached at 500 base pairs, is 0.1. These parameters can be set with the --diff-stay, --dmr-prior, and --decay-distance, parameters, respectively. The two curves represent two different ways of interpolating the decay between the minimum (1) and the decay_distance, linear and logistic. The --log-transition-decay flag will use the orange curve whereas the default is to use the blue curve. In general, these settings don't need to be adjusted. However, if you want very fine-grained segmentation, use the --fine-grained option which will produce smaller regions but also decrease the rate at which sites are classified as \"Different\" when they are in fact not different.","breadcrumbs":"Algorithm details » DMR model and scoring details » Transition parameters","id":"120","title":"Transition parameters"},"121":{"body":"The emissions of the model are derived from the likelihood ratio score . One advantage to using this score is that differences in methylation type (i.e. changes from 5hmC to 5mC) will be modeled and detected. The score is transformed into a probability by \\( p = e^{\\text{-score}} \\). The full description of the emission probabilities for the two states is: \\[ p_{\\text{Same}} = e^{\\text{-score}} \\] \\[ p_{\\text{Different}} = 1 - p_{\\text{same}} \\]","breadcrumbs":"Algorithm details » DMR model and scoring details » Emission parameters","id":"121","title":"Emission parameters"},"122":{"body":"There may be multiple possible base modifications to a specific canonical base. For example, cytosine has at least four known modified variants. As technologies are increasingly able to detect these chemical moieties, not all downstream tools may be capable of accepting them, or you may want to convert your data to make it comparable to other data with less specific resolution. To address this issue, modkit implements a method for removing one or more DNA base modification call from a BAM as well as a command line flag to simply combine all modification calls when performing a pileup to generate a bedMethyl file.","breadcrumbs":"Algorithm details » Ignoring and combining calls » Removing modification calls from BAMs.","id":"122","title":"Removing modification calls from BAMs."},"123":{"body":"BAM records containing probabilities for multiple base modifications at each residue can be transformed to ignore one (or more) of the predicted base modifications. For example, if a BAM file contains 5hmC and 5mC probabilities, the total probability is necessarily distributed over 5mC, \\(p_m\\), 5hmC, \\(p_h\\), and canonical C, \\(p_{C}\\). modkit implements a method, described below, for reducing the dimensionality of the probability distribution by one or more of the predicted base modification classes. Take for example a 3-way modification call for C, 5mC, and 5hmC, the probabilities of each being \\(p_{C}\\), \\(p_{m}\\), \\(p_{h}\\), respectively. To remove the 5hmC probability, \\(p_{h}\\) is distributed evenly across the other two options. In this example, the updates are \\( p_C \\leftarrow p_C + (\\frac{p_h}{2}) \\) and \\( p_m \\leftarrow p_m + (\\frac{p_h}{2}) \\).","breadcrumbs":"Algorithm details » Ignoring and combining calls » Removing DNA base modification probabilities.","id":"123","title":"Removing DNA base modification probabilities."},"124":{"body":"","breadcrumbs":"Algorithm details » Ignoring and combining calls » Combining multiple base modifications into a single count.","id":"124","title":"Combining multiple base modifications into a single count."},"125":{"body":"In modkit the combine method can be used to produce binary modified/unmodified counts. Continuing with the above example, the counts for number of modified reads, N_mod, becomes the number of reads with 5hmC calls plus the number of reads with 5mC calls. N_other_mod will always be 0. The raw_mod_code will be reported as the ambiguous mod code for the canonical base. See https://samtools.github.io/hts-specs/SAMtags.pdf for details on base modification codes and schema.yaml in this project for details on the notation for counts.","breadcrumbs":"Algorithm details » Ignoring and combining calls » Combine: --combine","id":"125","title":"Combine: --combine"},"13":{"body":"The --interval-size, --threads, --chunk-size, and --max-depth parameters can be used to tweak the parallelism and memory consumption of modkit pileup. The defaults should be suitable for most use cases, for more details see the advanced usage and performance considerations sections.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Performance considerations","id":"13","title":"Performance considerations"},"14":{"body":"The adjust-mods subcommand can be used to manipulate MM (and corresponding ML) tags in a modBam. In general, these simple commands are run prior to pileup, visualization, or other analysis. For adjust-mods and update-tags, if a correct MN tag is found, secondary and supplementary alignments will be output. See troubleshooting for details.","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Updating and Adjusting MM tags.","id":"14","title":"Updating and Adjusting MM tags."},"15":{"body":"To remove a base modification class from a modBAM and produce a new modBAM, use the --ignore option for adjust-mods. modkit adjust-mods input.bam output.adjust.bam --ignore For example the command below will remove 5hmC calls, leaving just 5mC calls. modkit adjust-mods input.bam output.adjust.bam --ignore h For technical details on the transformation see Removing modification calls from BAMs .","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Ignoring a modification class.","id":"15","title":"Ignoring a modification class."},"16":{"body":"Combining base modification probabilities may be desirable for downstream analysis or visualization. Unlike --ignore which removes the probability of a class, --convert will sum the probability of one class with another if the second class already exists. For example, the command below will convert probabilities associated with h probability into m probability. If m already exists, the probabilities will be summed. As described in changing the modification code , if the second base modification code doesn't exist, the probabilities are left unchanged. modkit adjust-mods input.bam output.convert.bam --convert h m","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Combining base modification probabilities.","id":"16","title":"Combining base modification probabilities."},"17":{"body":"The specification (Section 1.7) allows for omission of the MM flag, however this may not be the intent of missing base modification probabilities for some models. The command below will add or change the ? flag to a modBAM. modkit adjust-mods input.bam output.bam --mode ambiguous Another option is to set the flag to ., the \"implicitly canonical\" mode: modkit adjust-mods input.bam output.bam --mode implicit","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Updating the flag (? and .).","id":"17","title":"Updating the flag (? and .)."},"18":{"body":"Some functions in modkit or other tools may require the mod-codes in the MM tag be in the specification . For example, the following command will change C+Z, tags to C+m, tags. modkit adjust-mods input.bam output.bam --convert Z m","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Changing the base modification code.","id":"18","title":"Changing the base modification code."},"19":{"body":"The modkit summary sub-command is intended for collecting read-level statistics on either a sample of reads, a region, or an entire modBam. It is important to note that the default behavior of modkit summary is to take a sample of the reads to get a quick estimate.","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Summarizing a modBAM.","id":"19","title":"Summarizing a modBAM."},"2":{"body":"Pre-compiled binaries are provided for Linux from the release page . We recommend the use of these in most circumstances. As a rust-based project, modkit can also be installed with cargo . git clone https://github.com/nanoporetech/modkit.git\ncd modkit\ncargo install --path .\n# or\ncargo install --git https://github.com/nanoporetech/modkit.git","breadcrumbs":"Quick Start guides » Installation","id":"2","title":"Installation"},"20":{"body":"modkit summary input.bam will output a table similar to this > parsing region chr20 # only present if --region option is provided\n> sampling 10042 reads from BAM # modulated with --num-reads\n> calculating threshold at 10% percentile # modulated with --filter-percentile\n> calculated thresholds: C: 0.7167969 # calculated per-canonical base, on the fly\n# bases C\n# total_reads_used 9989\n# count_reads_C 9989\n# pass_threshold_C 0.7167969\n# region chr20:0-64444167 base code pass_count pass_frac all_count all_frac C m 1192533 0.58716166 1305956 0.5790408 C h 119937 0.0590528 195335 0.086608544 C - 718543 0.3537855 754087 0.33435062","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Summarize the base modification calls in a modBAM.","id":"20","title":"Summarize the base modification calls in a modBAM."},"21":{"body":"","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Description of columns in modkit summary:","id":"21","title":"Description of columns in modkit summary:"},"22":{"body":"The lines of the totals table are prefixed with a # character. row name description type 1 bases comma-separated list of canonical bases with modification calls. str 2 total_reads_used total number of reads from which base modification calls were extracted int 3+ count_reads_{base} total number of reads that contained base modifications for {base} int 4+ filter_threshold_{base} filter threshold used for {base} float","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Totals table","id":"22","title":"Totals table"},"23":{"body":"The modification calls table follows immediately after the totals table. column name description type 1 base canonical base with modification call char 2 code base modification code, or - for canonical char 3 pass_count total number of passing (confidence >= threshold) calls for the modification in column 2 int 4 pass_frac fraction of passing (>= threshold) calls for the modification in column 2 float 5 all_count total number of calls for the modification code in column 2 int 6 all_frac fraction of all calls for the modification in column 2 float For more details on thresholds see filtering base modification calls . By default modkit summary will only use ten thousand reads when generating the summary (or fewer if the modBAM has fewer than that). To use all of the reads in the modBAM set the --no-sampling flag. modkit summary input.bam --no-sampling There are --no-filtering, --filter-percentile, and --filter-threshold options that can be used with or without sampling.","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Modification calls table","id":"23","title":"Modification calls table"},"24":{"body":"To estimate the pass thresholds on a subset of reads, but then summarize all of the reads, there is a two-step process. First, determine the thresholds with modkit sample-probs (see usage for more details). Then run modkit summary with the threshold value specified. modkit sample-probs input.bam [--sampling-frac | --num-reads ] This command will output a table like this: > sampling 10042 reads from BAM base percentile threshold C 10 0.6972656 C 50 0.96484375 C 90 0.9941406 You can then use pass this threshold directly to modkit summary: modkit summary input.bam \\ --filter-threshold 0.6972656 \\ # filter 10% lowest confidence calls --no-sampling","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Passing a threshold directly.","id":"24","title":"Passing a threshold directly."},"25":{"body":"Downstream analysis may require a BED file to select motifs of interest. For example, selecting GATC motifs in E. coli . This command requires a reference sequence in FASTA a motif to find, which can include IUPAC ambiguous bases and a position within the motif. The following command would make a BED file for CG motifs. modkit motif-bed reference.fasta CG 0 1> cg_modifs.bed The output is directed to standard out.","breadcrumbs":"Quick Start guides » Making a motif BED file » Making a motif BED file.","id":"25","title":"Making a motif BED file."},"26":{"body":"The modkit extract sub-command will produce a table containing the base modification probabilities, the read sequence context, and optionally aligned reference information. For extract, if a correct MN tag is found, secondary and supplementary alignments may be output with the --allow-non-primary flag. See troubleshooting for details. The table will by default contain unmapped sections of the read (soft-clipped sections, for example). To only include mapped bases use the --mapped flag. To only include sites of interest, pass a BED-formatted file to the --include-bed option. Similarly, to exclude sites, pass a BED-formatted file to the --exclude option. One caution, the files generated by modkit extract can be large (2-2.5x the size of the BAM). You may want to either use the --num-reads option, the --region option, or pre-filter the modBAM ahead of time. You can also stream the output to stdout by setting the output to - or stdout and filter the columns before writing to disk.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extracting base modification information","id":"26","title":"Extracting base modification information"},"27":{"body":"column name description type 1 read_id name of the read str 2 forward_read_position 0-based position on the forward-oriented read sequence int 3 ref_position aligned 0-based reference sequence position, -1 means unmapped int 4 chrom name of aligned contig, or '.' if the read is Gunmapped str 5 mod_strand strand of the molecule the base modification is on str 6 ref_strand strand of the reference the read is aligned to, or '.' if unmapped str 7 ref_mod_strand strand of the reference with the base modification, or '.' if unmapped str 8 fw_soft_clipped_start number of bases soft clipped from the start of the forward-oriented read int 9 fw_soft_clipped_end number of bases soft clipped from the end of the forward-oriented read int 10 read_length total length of the read int 11 mod_qual probability of the base modification in the next column int 12 mod_code base modification code from the MM tag str 13 base_qual basecall quality score (phred) int 14 ref_kmer reference 5-mer sequence context (center base is aligned base), '.' if unmapped str 15 query_kmer read 5-mer sequence context (center base is aligned base) str 16 canonical_base canonical base from the query sequence, from the MM tag str 17 modified_primary_base primary sequence base with the modification str 18 inferred whether the base modification call is implicit canonical str 19 flag FLAG from alignment record str","breadcrumbs":"Quick Start guides » Extracting read information to a table » Description of output table","id":"27","title":"Description of output table"},"28":{"body":"Passing --read-calls option will generate a table of read-level base modification calls using the same thresholding algorithm employed by modkit pileup. The resultant table has, for each read, one row for each base modification call in that read. If a base is called as modified then call_code will be the code in the MM tag. If the base is called as canonical the call_code will be - (A, C, G, and T are reserved for \"any modification\"). The full schema of the table is below: column name description type 1 read_id name of the read str 2 forward_read_position 0-based position on the forward-oriented read sequence int 3 ref_position aligned 0-based reference sequence position, -1 means unmapped int 4 chrom name of aligned contig, or '.' if unmapped str 5 mod_strand strand of the molecule the base modification is on str 6 ref_strand strand of the reference the read is aligned to, or '.' if unmapped str 7 ref_mod_strand strand of the reference with the base modification, or '.' if unmapped str 8 fw_soft_clipped_start number of bases soft clipped from the start of the forward-oriented read int 9 fw_soft_clipped_end number of bases soft clipped from the end of the forward-oriented read int 10 read_length total length of the read int 11 call_prob probability of the base modification call in the next column int 12 call_code base modification call, - indicates a canonical call str 13 base_qual basecall quality score (phred) int 14 ref_kmer reference 5-mer sequence context (center base is aligned base), '.' if unmapped str 15 query_kmer read 5-mer sequence context (center base is aligned base) str 16 canonical_base canonical base from the query sequence, from the MM tag str 17 modified_primary_base primary sequence base with the modification str 18 fail true if the base modification call fell below the pass threshold str 19 inferred whether the base modification call is implicit canonical str 20 within_alignment when alignment information is present, is this base aligned to the reference str 21 flag FLAG from alignment record str","breadcrumbs":"Quick Start guides » Extracting read information to a table » Tabulating base modification calls for each read position","id":"28","title":"Tabulating base modification calls for each read position"},"29":{"body":"The . MM flag indicates that primary sequence bases without an associated base modification probability should be inferred to be canonical. By default, when this flag is encountered in a modBAM, modkit extract will output rows with the inferred column set to true and a mod_qual value of 0.0 for the base modifications called on that read. For example, if you have a A+a. MM tag, and there are A bases in the read for which there aren't base modification calls (identifiable as non-0s in the MM tag) will be rows where the mod_code is a and the mod_qual is 0.0.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Note on implicit base modification calls.","id":"29","title":"Note on implicit base modification calls."},"3":{"body":"Creating a bedMethyl table with pileup Updating and Adjusting MM tags with adjust-mods and update-tags Summarizing a modBAM with summary Making a motif BED file with motif-bed Extracting per-read base modification data into a table Convert modification probabilities into hard calls Removing base modification calls at the ends of reads Narrow analysis to only specific positions with a BED file Repairing/adding MM/ML tags to reads with clipped sequences Creating hemi-methylation pattern bedMethyl tables with pileup-hemi Performing differential methylation scoring with dmr","breadcrumbs":"Quick Start guides » Common Use Cases","id":"3","title":"Common Use Cases"},"30":{"body":"If a valid MN tag is found, secondary and supplementary alignments can be output in the modkit extract tables above. See troubleshooting for details on how to get valid MN tags. To have non-primary alignments appear in the output, the --allow-non-primary flag must be passed. By default, the primary alignment will have all base modification information contained on the read, including soft-clipped and unaligned read positions. If the --mapped-only flag is used, soft clipped sections of the read will not be included. For secondary and supplementary alignments, soft-clipped positions are not repeated. See advanced usage for more details.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Note on non-primary alignments","id":"30","title":"Note on non-primary alignments"},"31":{"body":"","breadcrumbs":"Quick Start guides » Extracting read information to a table » Example usages:","id":"31","title":"Example usages:"},"32":{"body":"modkit extract If the index input.bam.bai can be found, intervals along the aligned genome can be performed in parallel.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract a table from an aligned and indexed BAM","id":"32","title":"Extract a table from an aligned and indexed BAM"},"33":{"body":"The below example will extract reads from only chr20, and include reference sequence context modkit extract --region chr20 --ref ","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract a table from a region of a large modBAM","id":"33","title":"Extract a table from a region of a large modBAM"},"34":{"body":"modkit motif-bed CG 0 > CG_motifs.bed\nmodkit extract --ref --include-bed CG_motifs.bed","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract only sites aligned to a CG motif","id":"34","title":"Extract only sites aligned to a CG motif"},"35":{"body":"modkit extract --edge-filter 50","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract only sites that are at least 50 bases from the ends of the reads","id":"35","title":"Extract only sites that are at least 50 bases from the ends of the reads"},"36":{"body":"modkit extract null --read-calls Using \"null\" in the place of the normal output will direct the normal extract output to /dev/null, to keep this output specify a file or - for standard out. modkit extract --read-calls Use --allow-non-primary to get secondary and supplementary mappings in the output. modkit extract --read-calls --allow-non-primary See the help string and/or advanced_usage for more details.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract read-level base modification calls","id":"36","title":"Extract read-level base modification calls"},"37":{"body":"The call-mods subcommand in modkit transforms one modBAM into another modBAM where the base modification probabilities have been clamped to 100% and 0%. If the --filter-threshold and/or --mod-threshold options are provided, base modification calls failing the threshold will be removed prior to changing the probabilities. The output modBAM can be used for visualization, pileup, or other applications. For call-mods, if a correct MN tag is found, secondary and supplementary alignments will be output. See troubleshooting for details. A modBAM that has been transformed with call-mods using --filter-threshold and/or --mod-threshold cannot be re-transformed with different thresholds. Note on pileup with clamped probabilities: modkit pileup will attempt to estimate the threshold probability by default, but it is unnecessary if the modBAM is the result of call-mods. The threshold probabilities will be artificially high (i.e. not representative of the model's output probabilities). Similarly, specifying --filter-threshold and --mod-threshold is not useful because all the ML probabilities have been set to 0 and 100%.","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Calling mods in a modBAM","id":"37","title":"Calling mods in a modBAM"},"38":{"body":"","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Example usages","id":"38","title":"Example usages"},"39":{"body":"modkit call-mods ","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Estimate the threshold on the fly, apply to modBAM and clamp the modification calls to certainty.","id":"39","title":"Estimate the threshold on the fly, apply to modBAM and clamp the modification calls to certainty."},"4":{"body":"General troubleshooting Threshold evaluation examples (for advanced users)","breadcrumbs":"Quick Start guides » Notes and troubleshooting","id":"4","title":"Notes and troubleshooting"},"40":{"body":"modkit call-mods --filter-threshold A:0.9 --mod-threshold a:0.95 --filter-threshold C:0.97","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Specify a filter threshold for your use-case","id":"40","title":"Specify a filter threshold for your use-case"},"41":{"body":"modkit call-mods --edge-filter 100","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reds","id":"41","title":"Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reds"},"42":{"body":"If you have reads where you know base modifications near the ends should not be used (for example, if they are in adapters), you can use the --edge-filter option. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. One value will filter symmetrically. pileup, will ignore base modification calls that are from the ends. adjust-mods, will remove base modification calls that are from the ends from the resultant output modBAM. summary, will ignore base modification calls that are from the ends. sample-probs, will ignore base modification calls that are from the ends. call-mods, will remove base modification calls that are from the ends from the resultant output modBAM. extract, will ignore base modification calls that are from the ends, this also applies when making the read-calls table (see intro to extract ). In pileup, call-mods, and extract the edge-filter is also respected when estimating the pass-thresholds. All commands have the flag --invert-edge-filter that will keep only base modification probabilities within of the ends of the reads.","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Removing modification calls at the ends of reads","id":"42","title":"Removing modification calls at the ends of reads"},"43":{"body":"","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Example usages","id":"43","title":"Example usages"},"44":{"body":"modkit call-mods --edge-filter 100","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reads","id":"44","title":"Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reads"},"45":{"body":"modkit pileup --edge-filter 100 Filter out base modification calls within the first 25 bases or the last 10 bases. modkit pileup --edge-filter 25,10","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Perform pileup, ignoring base modification calls within 100 base pairs of the ends of the reads","id":"45","title":"Perform pileup, ignoring base modification calls within 100 base pairs of the ends of the reads"},"46":{"body":"The modkit repair command is useful when you have a BAM with reads where the canonical sequences have been altered in some way that either renders the MM and ML tags invalid (for example, trimmed or hard-clipped) or the data has been lost completely. This command requires that you have the original base modification calls for each read you want to repair, and it will project these base modification calls onto the sequences in the altered BAM. The command uses two arguments called the \"donor\" and the \"acceptor\". The donor, contains the original, correct, MM and ML tags and the acceptor is either missing MM and ML tags or they are invalid (they will be discarded either way). The reads in the donor must be a superset of the reads in the acceptor, meaning you can have extra reads in the donor BAM if some reads have been removed or filtered earlier in the workflow. Both the donor and the acceptor must be sorted by read name prior to running modkit repair. Duplicate reads in the acceptor are allowed so long as they have valid SEQ fields. Lastly, modkit repair only works on reads that have been trimmed, other kinds of alteration such as run-length-encoding are not currently supported. Split reads, or other derived transformations, are not currently repairable with this command. For example a typical workflow may look like this: # original base modification calls\nbasecalls_5mC_5hmC.bam # basecalls that have been trimmed\ntrimmed.bam # could also be fastq, but would require conversion to BAM # the two BAM files need to be sorted\nsamtools -n trimmed.bam -O BAM > trimed_read_sort.bam samtools -n basecalls_5mC_5hmC.bam -O BAM > basecalls_5mC_5hmC_read_sort.bam modkit repair \\ --donor-bam basecalls_5mC_5hmC_read_sort.bam \\ --acceptor-bam trimed_read_sort.bam \\ --log-filepath modkit_repair.log \\ --output-bam trimmed_repaired.bam","breadcrumbs":"Quick Start guides » Repair MM/ML tags on trimmed reads » Repair MM/ML tags on trimmed reads","id":"46","title":"Repair MM/ML tags on trimmed reads"},"47":{"body":"Base modifications in DNA are inherently single-stranded, they (usually [^1]) don't change the base pairing of the modified base. However, it may be of interest to know the correspondence between the methylation state of a single base and another nearby base on the opposite strand - on the same molecule. In CpG dinucleotides, this is called \"hemi-methylation\", when one cytosine is methylated and the neighbor on the opposite strand is not: m\n5'GATCGTACA CTAGCATGT - In the above diagram, the cytosine in the fourth position on the positive strand is methylated (5mC) and the cytosine in the fifth position is canonical (-), indicating a \"hemi-methylation\". In the case of 5mC and canonical, there are 4 \"patterns\" of methylation: m,m (5mC, 5mC)\n-,m (canonical, 5mC)\nm,- (5mC, canonical)\n-,- (canonical, canonical) These are all measured at the single molecule level, meaning each molecule must report on both strands (as is the case with duplex reads). For CpGs in the example above the MM tags would be C+m? and G-m? for the top-strand and bottom-strand cytosines, respectively. The modkit pileup-hemi command will perform an aggregation of the methylation \"patterns\" at genomic positions. An example command to perform hemi-methylation analysis at CpGs would be modkit pileup-hemi \\ /path/to/duplex_reads.bam \\ --cpg \\ -r /path/to/reference.fasta \\ -o hemi_pileup.bed \\ --log modkit.log Many of the pileup options are available in pileup-hemi with a couple differences: : A motif must be provided. The --cpg flag is a preset to aggregate CpG hemi-methylation patterns as shown above. If a motif is provided (as an argument to --motif) it must be reverse-complement palindromic. A reference must be provided. Both the positive strand base modification probability and the negative strand base modification probability must be above the pass threshold. See Advanced Usage for details on all the options.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Make hemi-methylation bedMethyl tables with pileup-hemi","id":"47","title":"Make hemi-methylation bedMethyl tables with pileup-hemi"},"48":{"body":"The modkit pileup-hemi command aggregates a pair of base modification calls at each reference motif position for each double-stranded DNA molecule. The base modification \"pattern\" indicates the methylation state on each base in 5-prime to 3-prime order, using the base modification code to indicate the identity of the base modification and - to indicate canonical (unmodified). For example m,-,C would mean the first base (from the reference 5' direction) is 5mC and the second base is unmodified and the primary base is cytosone. Similarly, h,m,C indicates the first base is 5hmC and the second base is 5mC. The primary base called by the read is included to help disambiguate the unmodified patterns (-,-). All patterns recognized at a location will be reported in the bedMethyl output.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Description of hemi-methylation patterns","id":"48","title":"Description of hemi-methylation patterns"},"49":{"body":"Npattern - Number of call-pairs passing filters that had the pattern and primary base in column 4. E.g. m,-,C indicates the first base in the 5' to 3' direction is 5mC, the second base is unmodified and the primary base in the reads was C. Ncanonical - Number of call-pairs passing filters that were classified as unmodified (i.e. the pattern is -,-). Nother_pattern - Number of call-pairs passing filters where the pattern is different from the pattern in column 4, but where the primary read base is the same. This count includes the unmodified pattern (-,-). Note this differs from pileup where Nother does not contain the canonical counts. Nvalid_cov - the valid coverage, total number of valid call-pairs. Ndiff - Number of reads with a primary base other than the primary base in column 4. Ndelete - Number of reads with a deletion at this reference position. Nfail - Number of call-pairs where the probability of the at least one of the calls in the pair was below the pass threshold. The threshold can be set on the command line or computed from the data (usually failing the lowest 10th percentile of calls). Nnocall - Number of reads where either one or both of the base modification calls was not present in the read.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Definitions:","id":"49","title":"Definitions:"},"5":{"body":"A primary use of modkit is to create summary counts of modified and unmodified bases in an extended bedMethyl format. bedMethyl files tabulate the counts of base modifications from every sequencing read over each aligned reference genomic position. In order to create a bedMethyl table, your modBAM must be aligned to a reference genome. The genome sequence is only required if you are using the --cpg flag or traditional preset. Only primary alignments are used in generating the table, it is recommended to mark duplicate alignments before running as multiple primary alignments can be double counted (but the behavior is logged). See limitations for details.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Constructing bedMethyl tables.","id":"5","title":"Constructing bedMethyl tables."},"50":{"body":"column name description type 1 chrom name of reference sequence from BAM header str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 methylation pattern comma-separated pair of modification codes - means canonical, followed by the primary read base str 5 score equal to Nvalid_cov int 6 strand always '.' because strand information is combined str 7 start position included for compatibility int 8 end position included for compatibility int 9 color included for compatibility, always 255,0,0 str 10 Nvalid_cov see definitions above int 11 fraction modified Npattern / Nvalid_cov float 12 Npattern see definitions above int 13 Ncanonical see definitions above int 14 Nother_pattern see definitions above int 15 Ndelete see definitions above int 16 Nfail see definitions above int 17 Ndiff see definitions above int 18 Nnocall see definitions above int","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » bedMethyl column descriptions.","id":"50","title":"bedMethyl column descriptions."},"51":{"body":"Only one motif can be used at a time, this limitation may be removed in a later version. Partitioning on tag key:value pairs is not currently supported. [^1] In biology, there are almost always exceptions to every rule!","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Limitations","id":"51","title":"Limitations"},"52":{"body":"The modkit dmr command contains two subcommands, pair and multi, that will compare pairwise conditions and multiple conditions. The pair command can be used to perform differential methylation detection on single genome positions (for example CpGs) or regions provided as a BED file. On the other hand, multi can only be used to compare regions (such as CpG islands), provided as a BED file. There are essentially three differential methylation workflows: Perform differential methylation scoring with a pair of samples on regions of the genome. Perform differential methylation scoring across all pairs of samples on regions of the genome. Perform base-level differential modification detection for a pair of conditions. Each application is explained below. For details on the scoping of these applications see the limitations .","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Perform differential methylation scoring","id":"52","title":"Perform differential methylation scoring"},"53":{"body":"The inputs to all modkit dmr commands are two or more bedMethyl files (created by modkit pileup) that have been compressed with bgzip and indexed with tabix . An example of how to generate the input data is shown below: ref=grch38.fasta\nthreads=32 norm=normal_sample.bam\nnorm_pileup=normal_pileup.bed modkit pileup ${norm} ${norm_pileup} \\ --cpg \\ --ref ${ref} \\ --threads ${threads} \\ --log-filepath log.txt bgzip -k ${norm_pileup}\ntabix -p bed ${norm_pileup}.gz # pileup and compression can also be done in one step\ntumor=tumor_sample.bam\ntumor_pileup=tumor_pileup.bed.gz modkit pileup ${tumor} - \\ --cpg \\ --ref ${ref} \\ --threads ${threads} \\ --log-filepath log.txt | ${bgzip} -c > ${tumor_pileup} tabix -p bed ${tumor_pileup}","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Preparing the input data","id":"53","title":"Preparing the input data"},"54":{"body":"Once you have the two samples to be compared in the appropriate format, the final piece necessary is a BED file of the regions to be compared. Currently, the modkit dmr functionality does not \"segment\" or otherwise discover regions, however this limitation will be removed in a future release. To continue with our example we can get CpG Islands from the UCSC table browser . The data may not always be appropriate input for modkit. For example, the CpG Islands track has extra columns and a header line: #bin chrom chromStart chromEnd name length cpgNum gcNum perCpg perGc obsExp\n660 chr20 9838623 9839213 CpG: 47 590 47 383 15.9 64.9 0.76\n661 chr20 10034962 10035266 CpG: 35 304 35 228 23 75 0.85 Therefore, we need to transform the data with awk or similar, such as: awk 'BEGIN{FS=\"\\t\"; OFS=\"\\t\"} NR>1 {print $2, $3, $4, $5}' cpg_islands_ucsc.bed \\ | bedtools sort -i - > cpg_islands_ucsc_cleaned.bed Keeping the name column is optional. Sorting the regions isn't strictly necessary, the output will be in the same order as the regions file. Below is an example command to produce the scored output. The --base option tells modkit dmr which bases to use for scoring the differences, the argument should be a canonical nucleotide (A, C, G, or T) whichever primary sequence base has the modifications you're interested in capturing. For example, for CpG islands the base we're interested in is C. regions=cpg_islands_ucsc_cleaned.bed\ndmr_result=cpg_islands_tumor_normal.bed modkit dmr pair \\ -a ${norm_pileup}.gz \\ --index-a ${norm_pileup}.gz.tbi \\ # optional -b ${tumor_pileup}.gz \\ --index-b ${tumor_pileup}.gz.tbi \\ # optional -o ${dmr_result} \\ # output to stdout if not present -r ${regions} \\ --ref ${ref} \\ --base C \\ # may be repeated if multiple modifications are being used --threads ${threads} \\ --log-filepath dmr.log The ouput of this command will be similar to chr20 9838623 9839213 CpG: 47 257.34514203447543 C:57 1777 C:601 2091 C:3.21 C:28.74 0.032076534 0.2874223\nchr20 10034962 10035266 CpG: 35 1.294227443419004 C:7 1513 C:14 1349 C:0.46 C:1.04 0.00462657 0.010378058 The full schema is described below .","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 1. Perform differential methylation scoring of genomic regions for a pair of samples.","id":"54","title":"1. Perform differential methylation scoring of genomic regions for a pair of samples."},"55":{"body":"The modkit dmr multi command runs all pairwise comparisons for more than two samples for all regions provided in the regions BED file. The preparation of the data is identical to that for the previous section (for each sample, of course). An example command could be: modkit dmr multi \\ -s ${norm_pileup_1}.gz norm1 \\ -s ${tumor_pileup_1}.gz tumor1 \\ -s ${norm_pileup_2}.gz norm2 \\ -s ${tumor_pileup_2}.gz tumor2 \\ -o ${dmr_dir} \\ # required for multi -r ${cpg_islands} \\ # skip this option to perform base-level DMR --ref ${ref} \\ --base C \\ -t 10 \\ -f \\ --log-filepath dmr_multi.log For example the samples could be haplotype-partitioned bedMethyl tables or biological replicates. Unlike for modkit dmr pair a sample name (e.g. norm1 and tumor1 above) must be provided for each input sample. You can also use --index to specify where the tabix index file is for each sample.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 2. Perform differential methylation detection on all pairs of samples over regions from the genome.","id":"55","title":"2. Perform differential methylation detection on all pairs of samples over regions from the genome."},"56":{"body":"The modkit dmr pair command has the ability to score individual bases (e.g. differentially methylated CpGs). To run single-base analysis on one or more paired samples, simply omit the --regions (-r) option when running modkit dmr pair. When performing single-base analysis the likelihood ratio score and a MAP-based p-value are available. For details on the likelihood ratio score and the MAP-based p-value, see the scoring details section . For example the above command becomes: dmr_result=single_base_haplotype_dmr.bed modkit dmr pair \\ -a ${hp1_pileup}.gz \\ -b ${hp2_pileup}.gz \\ -o ${dmr_result} \\ --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log Multiple replicates can be provided as well by repeating the -a and -b options, such as: dmr_result=tumor_normal_single_base_replicates.bed modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ -o ${dmr_result_replicates} \\ --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log Keep in mind that the MAP-based p-value provided in single-site analysis is based on a \"modified\" vs \"unmodified\" model, see the scoring section and limitations for additional details.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 3. Detecting differential modification at single base positions","id":"56","title":"3. Detecting differential modification at single base positions"},"57":{"body":"The modkit dmr commands require the --base option to determine which genome positions to compare, i.e. --base C tells modkit to compare methylation at cytosine bases. You may use this option multiple times to compare methylation at multiple primary sequence bases. It is possible that, during pileup a read will have a mismatch and a modification call, such as a C->A mismatch and a 6mA call on that A, and you may not want to use that 6mA call when calculating the differential methylation metrics. To filter out bedMethyl records like this, modkit uses the SAM specification (page 9) of modification codes to determine which modification codes apply to which primary sequence bases. For example, h is 5hmC and applies to cytosine bases, a is 6mA and applies to adenine bases. However, modkit pileup does not require that you use modification codes only in the specification. If your bedMethyl has records with custom modification codes or codes that aren't in the specification yet, use --assign-code : to indicate the code applies to a given primary sequence base.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Note about modification codes","id":"57","title":"Note about modification codes"},"58":{"body":"The output from modkit dmr pair (and for each pairwise comparison with modkit dmr multi) is (roughly) a BED file with the following schema: column name description type 1 chrom name of reference sequence from bedMethyl input samples str 2 start position 0-based start position, from --regions argument int 3 end position 0-based exclusive end position, from --regions argument int 4 name name column from --regions BED, or chr:start-stop if absent str 5 score difference score, more positive values have increased difference float 6 samplea counts counts of each base modification in the region, comma-separated, for sample A str 7 samplea total total number of base modification calls in the region, including unmodified, for sample A str 8 sampleb counts counts of each base modification in the region, comma-separated, for sample B str 9 sampleb total total number of base modification calls in the region, including unmodified, for sample B str 10 samplea fractions fraction of calls for each base modification in the region, comma-separated, for sample A str 11 sampleb fractions fraction of calls for each base modification in the region, comma-separated, for sample B str 12 samplea percent modified percent modification (of any kind) in sample A float 13 sampleb percent modified percent modification (of any kind) in sample B float an example of the output is given below: chr20 9838623 9839213 CpG: 47 257.34514203447543 C:57 1777 C:601 2091 C:3.21 C:28.74 0.032076534 0.2874223\nchr20 10034962 10035266 CpG: 35 1.294227443419004 C:7 1513 C:14 1349 C:0.46 C:1.04 0.00462657 0.010378058\nchr20 10172120 10172545 CpG: 35 5.013026381110649 C:43 1228 C:70 1088 C:3.50 C:6.43 0.035016287 0.06433824\nchr20 10217487 10218336 CpG: 59 173.7819873154349 C:136 2337 C:482 1838 C:5.82 C:26.22 0.058194265 0.26224157\nchr20 10433628 10434345 CpG: 71 -0.13968153023233754 C:31 2748 C:36 3733 C:1.13 C:0.96 0.0112809315 0.009643719\nchr20 10671925 10674963 CpG: 255 6.355823977093678 C:67 9459 C:153 12862 C:0.71 C:1.19 0.0070832013 0.011895506 When performing single-site analysis, the following additional columns are added: column name description type 14 MAP-based p-value ratio of the posterior probability of observing the effect size over zero effect size float 15 effect size percent modified in sample A (col 12) minus percent modified in sample B (col 13) float 16 balanced MAP-based p-value MAP-based p-value when all replicates are balanced float 17 balanced effect size effect size when all replicates are balanced float 18 pct_a_samples percent of 'a' samples used in statistical test float 19 pct_b_samples percent of 'b' samples used in statistical test float 20 per-replicate p-values MAP-based p-values for matched replicate pairs float 21 per-replicate effect sizes effect sizes matched replicate pairs float Columns 16-19 are only produced when multiple samples are provided, columns 20 and 21 are only produced when there is an equal number of 'a' and 'b' samples. When using multiple samples, it is possible that not every sample will have a modification fraction at a position. When this happens, the statistical test is still performed and the values of pct_a_samples and pct_b_samples reflect the percent of samples from each condition used in the test. Columns 20 and 21 have the replicate pairwise MAP-based p-values and effect sizes which are calculated based on their order provided on the command line. For example in the abbreviated command below: modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ ... Column 20 will contain the MAP-based p-value comparing norm_pileup_1 versus tumor_pileup_1 and norm_pileup_2 versus norm_pileup_2. Column 21 will contain the effect sizes, values are comma-separated. If you have a different number of samples for each condition, such as: modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -a ${norm_pileup_3}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ these columns will not be present.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Differential methylation output format","id":"58","title":"Differential methylation output format"},"59":{"body":"When running modkit dmr without --regions (i.e. single-site analysis ) you can generate regions of differential methylation on-the-fly using the segmenting hidden Markov model (HMM). To run segmenting on the fly, add the --segments $segments_bed_fp option to the command such as: dmr_result=single_base_haplotype_dmr.bed\ndmr_segments=single_base_segements.bed modkit dmr pair \\ -a ${hp1_pileup}.gz \\ -b ${hp2_pileup}.gz \\ -o ${dmr_result} \\ --segments ${dmr_segments} \\ # indicates to run segmentation --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log The default settings for the HMM are to run in \"coarse-grained\" mode which will more eagerly join neighboring sites, potentially at the cost of including sites that are not differentially modified within \"Different\" blocks. To activate \"fine-grained\" mode, pass the --fine-grained flag. The output schema for the segments is: column name description type 1 chrom name of reference sequence from bedMethyl input samples str 2 start position 0-based start position, from --regions argument int 3 end position 0-based exclusive end position, from --regions argument int 4 state-name \"different\" when sites are differentially modified, \"same\" otherwise str 5 score difference score, more positive values have increased difference float 6 N-sites number of sites (bedmethyl records) in the segment float 7 samplea counts counts of each base modification in the region, comma-separated, for sample A str 8 sampleb counts counts of each base modification in the region, comma-separated, for sample B str 9 samplea fractions fraction of calls for each base modification in the region, comma-separated, for sample A str 10 sampleb fractions fraction of calls for each base modification in the region, comma-separated, for sample B str 11 samplea percent modified percent modification (of any kind) in sample A float 12 sampleb percent modified percent modification (of any kind) in sample B float 13 effect size percent modified in sample A (col 11) minus percent modified in sample B (col 12) float","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Segmenting on differential methylation","id":"59","title":"Segmenting on differential methylation"},"6":{"body":"In its simplest form modkit creates a bedMethyl file using the following: modkit pileup path/to/reads.bam output/path/pileup.bed --log-filepath pileup.log No reference sequence is required. A single file (described below ) with base count summaries will be created. The final argument here specifies an optional log file output. The program performs best-practices filtering and manipulation of the raw data stored in the input file. For further details see filtering modified-base calls .","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Basic usage","id":"6","title":"Basic usage"},"60":{"body":"The modkit validate sub-command is intended for validating results in a uniform manner from samples with known modified base content. Specifically the modified base status at any annotated reference location should be known.","breadcrumbs":"Quick Start guides » Validate ground truth results » Validating ground truth results.","id":"60","title":"Validating ground truth results."},"61":{"body":"The input to the modkit validate command will be pairs of modBAM and BED files. modBAM files should contain modified base calls in the MM/ML tag as input to most modkit commands. BED files paired to each input modBAM file describe the ground truth modified base status at reference positions. This ground truth status should be known by the researcher due to previous experimental conditions and cannot be derived by modkit. modkit validate \\ --bam-and-bed sample1.bam sample1_annotation.bed \\ --bam-and-bed sample2.bam sample2_annotation.bed This will produce output such as the following: > Parsing BED at /path/to/sample1_annotation.bed\n> Processed 10 BED lines\n> Parsing BED at /path/to/sample2_annotation.bed\n> Processed 10 BED lines\n> Canonical base: C\n> Parsing mapping at /path/to/sample1.bam\n> Processed 10 mapping recrods\n> Parsing mapping at /path/to/sample2.bam\n> Processed 10 mapping recrods\n> Raw counts summary Called Base ┌───┬───────┬───────┬───┬───┬───┬──────────┐ │ │ - │ a │ C │ G │ T │ Deletion │ ├───┼───────┼───────┼───┼───┼───┼──────────┤ Ground │ - │ 9,900 │ 100 │ 1 │ 1 │ 1 │ 2 │ Truth │ a │ 100 │ 9,900 │ 1 │ 1 │ 1 │ 2 │ └───┴───────┴───────┴───┴───┴───┴──────────┘\n> Balancing ground truth call totals\n> Raw accuracy: 99.00%\n> Raw modified base calls contingency table Called Base ┌───┬────────┬────────┐ │ │ - │ a │ ├───┼────────┼────────┤ Ground │ - │ 99.00% │ 1.00% │ Truth │ a │ 1.00% │ 99.00% │ └───┴────────┴────────┘\n> Call probability threshold: 0.95\n> Filtered accuracy: 99.90%\n> Filtered modified base calls contingency table Called Base ┌───┬────────┬────────┐ │ │ - │ a │ ├───┼────────┼────────┤ Ground │ - │ 99.90% │ 0.10% │ Truth │ a │ 0.10% │ 99.90% │ └───┴────────┴────────┘ The filtering threshold is computed in the same manner as in all other modkit commands. Currently only a defined percentage of input data filtering threshold estimation is implemented. The default value is 10% (as in other modkit commands) and can be adjusted with the --filter-quantile argument. Other methods (including user-defined thresholds) will be implemented in a future version. The Call probability threshold is intended a value to be used for user-defined thresholds for other modkit commands.","breadcrumbs":"Quick Start guides » Validate ground truth results » Validating from modBAM reads and BED reference annotation.","id":"61","title":"Validating from modBAM reads and BED reference annotation."},"62":{"body":"A BED file is a tab-delimited file. For this command the first 6 fields are processed. These fields are as follows: column name description 1 chrom name of reference sequence str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 mod code modified base code str 6 strand strand (e.g. +,-,.) str The 5th column is ignored in the validate command. The 4th column represents the modified base code annotating the status at this reference position (or range of reference positions). This value can be - representing a canonical base (note that this differs from the remora validate annotation), a single letter code as defined in the modBAM tag specification, or any ChEBI code. The validate command will assume that any base from the associated modBAM file overlapping these positions should match this annotation.","breadcrumbs":"Quick Start guides » Validate ground truth results » BED ground truth annotation file:","id":"62","title":"BED ground truth annotation file:"},"63":{"body":"The --out-filepath option is provided to allow persistent storage of results in a machine-parseable format without other logging lines. This format outputs all contingency tables in a machine-parseable format. For example this contingency table [[\"ground_truth_label\",\"-\",\"a\"],[\"-\",9900,100],[\"a\",100,9900]] would be produced from the above example results.","breadcrumbs":"Quick Start guides » Validate ground truth results » Output file","id":"63","title":"Output file"},"64":{"body":"The modkit find-motifs command will attempt to summarize short genome sequences (motifs) that are more found to be highly modified (i.e. enriched for methylation). The input to this command is a bedMethyl generated by modkit pileup and the reference sequence used. For example, to run the command with default settings (recommended): bedmethyl=/path/to/pileup.bed\nref=/path/to/reference.fasta modkit find-motifs \\ -i ${bedmethyl} \\ -r ${ref} \\ -o ./motifs.tsv \\ --threads 32 \\ --log ./modkit_find_motifs_log.txt Specifying an output with -o will generate a machine-readable tab-separated-values file, a human-readable version of the table will always be logged to the terminal and the logfile.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Find highly modified motif sequences","id":"64","title":"Find highly modified motif sequences"},"65":{"body":"All output tables are output in two formats, machine-readable and human-readable. The human-readable tables are always output to the log and terminal, the machine-readable tables are output to files specified on the command line.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Output format","id":"65","title":"Output format"},"66":{"body":"column name description type 1 mod_code code specifying the modification found in the motif str 2 motif sequence of identified motif using IUPAC codes str 3 offset 0-based offset into the motif sequence of the modified base int 4 frac_mod fraction of time this sequence is found in the high modified set col-5 / (col-5 + col-6) float 5 high_count number of occurances of this sequence in the high-modified set int 6 low_count number of occurances of this sequence in the low-modified set int 7 mid_count number of occurances of this sequence in the mid-modified set int","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Machine-readable table","id":"66","title":"Machine-readable table"},"67":{"body":"column name description type 1 motif human-readable representation of the motif sequence with the modification code in brackets str 2 frac_mod fraction of time this sequence is found in the high modified set col-3 / (col-3 + col-4) float 3 high_count number of occurances of this sequence in the high-modified set int 4 low_count number of occurances of this sequence in the low-modified set int 5 mid_count number of occurances of this sequence in the mid-modified set int","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Human-readable table","id":"67","title":"Human-readable table"},"68":{"body":"Multiple motif sequences suspected to be present can be specified with the --known-motif option. A machine-readable table of the motif sequences that are not found during the search can be specified with the --known-motifs-table option. Using this option will add two columns to the above tables: name description type status equal, Subset, Superset, or Disjoint describes the relationship of the discovered motif to the known motif str closest_known_motif of all motifs specified with --known-motif the one that is most similar to the discovered motif str If any of the known motifs are not found during the search process an additional table is also emitted in machine- and human-readable versions.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Specifying known motifs","id":"68","title":"Specifying known motifs"},"69":{"body":"column name description type 1 mod_code code specifying the modification found in the motif str 2 motif sequence of identified motif using IUPAC codes str 3 offset 0-based offset into the motif sequence of the modified base int 4 frac_mod fraction of time this sequence is found in the high modified set col-5 / (col-5 + col-6) float 5 high_count number of occurances of this sequence in the high-modified set int 6 low_count number of occurances of this sequence in the low-modified set int 7 mid_count number of occurances of this sequence in the mid-modified set int 8 status equal, Subset, Superset, or Disjoint describes the relationship of the known motif to the closest discovered motif str 9 closest_found_motif which of the discovered motifs is most simuilar to the known motif str","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Machine-readable table","id":"69","title":"Machine-readable table"},"7":{"body":"For user convenience, the counting process can be modulated using several additional transforms and filters. The most basic of these is to report only counts from reference CpG dinucleotides. This option requires a reference sequence in order to locate the CpGs in the reference: modkit pileup path/to/reads.bam output/path/pileup.bed --cpg --ref path/to/reference.fasta To restrict output to only certain CpGs, pass the --include-bed option with the CpGs to be used, see this page for more details. modkit pileup path/to/reads.bam output/path/pileup.bed \\ --cpg \\ --ref path/to/reference.fasta \\ --include-bed path/to/my_cpgs.bed The program also contains preset which combine several options for ease of use. The traditional preset, modkit pileup path/to/reads.bam output/path/pileup.bed \\ --ref path/to/reference.fasta \\ --preset traditional performs three transforms: restricts output to locations where there is a CG dinucleotide in the reference, reports only a C and 5mC counts, using procedures to take into account counts of other forms of cytosine modification (notably 5hmC), and aggregates data across strands. The strand field of the output will be marked as '.' indicating that the strand information has been lost. Using this option is equivalent to running with the options: modkit pileup path/to/reads.bam output/path/pileup.bed --cpg --ref --ignore h --combine-strands","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Narrowing output to CpG dinucleotides","id":"7","title":"Narrowing output to CpG dinucleotides"},"70":{"body":"column name description type 1 motif human-readable representation of the motif sequence with the modification code in brackets str 2 frac_mod fraction of time this sequence is found in the high modified set col-3 / (col-3 + col-4) float 3 high_count number of occurances of this sequence in the high-modified set int 4 low_count number of occurances of this sequence in the low-modified set int 5 mid_count number of occurances of this sequence in the mid-modified set int 6 status equal, Subset, Superset, or Disjoint describes the relationship of the known motif to the closest discovered motif str 7 closest_found_motif which of the discovered motifs is most simuilar to the known motif str","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Human-readable table","id":"70","title":"Human-readable table"},"71":{"body":"The first step in find-motifs is to categorize each genomic position in the pileup into one of three groups based on the fraction modified column in the bedMethyl : Low-modified Mid-modified High-modified The threshold values for each group can be set on the command line (--high-thresh and --low-thresh). For example, consider a high threshold of 0.6 and a low threshold of 0.2 the following 3 bedMethyl records would be put into the high-, low-, and mid-groups, respectively: contig1 6 7 a 27 - 6 7 255,0,0 27 96.30 26 1 0 0 3 0 0\ncontig1 8 9 a 24 - 8 9 255,0,0 24 4.17 1 23 0 0 5 1 0\ncontig1 218 219 a 21 + 218 219 255,0,0 21 28.57 6 15 0 2 3 0 0 The sequence around each modified position is then collected from the reference FASTA file. The length of the sequence can be set with the --context-size option, accepting two values: the number of bases upstream and the number of bases downstream of the modified location. For example --context-size 12 12 will collect 12 bases upstream and 12 bases downstream of the modified base for a maximum motif length of 25 base pairs. The algorithm then iteratively expands, contracts, and merges sequences while the following criteria are met: The number of occurrences in the high-modified set is greater than min_sites (set by --min-sites). The fraction \\( \\frac{\\textit{H}}{\\textit{H} + \\textit{L}} \\), is greater than frac_mod (set with --min-frac-mod), where \\( \\textit{H} \\) and \\( \\textit{L} \\) is the number of total sequence contexts in the high-modified and low-modified set, respectively. The log-odds of the context being in the high-modified category is greater than min_log_odds (set with --min-log-odds). Once a motif sequence cannot be changed (made more general or more restrictive) without violating one of these criteria, the motif sequence is considered complete. As the algorithm continues, context sequences that match discovered sequences are removed from consideration. A secondary search step is also performed by starting with every k-mer (where k is less than the total sequence length, 3 by default, set with --exhaustive-seed-len) at every motif position. The log-odds threshold for this search is usually higher and set with --exhaustive-seed-min-log-odds. Decreasing this value can drastically increase computational time.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Simple description of the search algorithm","id":"71","title":"Simple description of the search algorithm"},"72":{"body":"The default parameters have been picked to be sufficiently sensitive, however if you decide to adjust the parameters in general increasing sensitivity will increase compute time. Increasing the --min-frac-mod will stop search earlier which will decrease compute time. Decreasing --min-sites has the largest effect and can especially cause the secondary search to crawl more sequences. Decreasing --min-sites along with --skip-search may be a useful technique to find very rare sequence motifs. Increasing --exhaustive-seed-min-log-odds can drastically decrease compute time (sometimes while maintaining sensitivity). Also consider the additional steps in performance considerations.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Tuning parameters and --skip-search","id":"72","title":"Tuning parameters and --skip-search"},"73":{"body":"The modkit entropy command will calculate the methylation entropy in genomic windows of defined length across the genome, optionally summarizing these calculations for regions. Methylation entropy (ME) is a measure of the \"information content\" in the patterns of methylation reported by the sequencing reads, it could also be thought of as a measure of the randomness in the epialleles (an \"epiallele\" is the DNA modification at a given position). This metric was originally proposed by Xie et al. and has been shown to correlation with regulation , aging , and cancer . Unlike the pileup method in modkit which aggregates the modification calls per genomic position, modkit entropy looks at the co-occurrence of methylation status on individual reads and so the input is a modBAM not a pileup. To quote Lee et al. , \"This information is important because such ‘phased’ methylation states can inform us about the epigenetic diversity of cell populations as well as the local regulation states of the epigenome\". Probably the simplest visual description of methylation entropy is the following, a version of which appears in many of the methods papers: methylation_entropy_background Citation: Lee et al.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculating methylation entropy","id":"73","title":"Calculating methylation entropy"},"74":{"body":"modkit entropy --in-bam ${mod_bam} \\ -o ${output_entropy_bedgraph} \\ --ref ${ref} \\ --threads 32 \\ --log-filepath modkit_entropy.log When the output file, -o, is omitted the output will be to stdout.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculate entropy in windows across the genome","id":"74","title":"Calculate entropy in windows across the genome"},"75":{"body":"column name description type 1 chrom contig name string 2 start start of interval int 3 end end of interval int 4 entropy methylation entropy float 5 num_reads number of reads used int","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Output schema","id":"75","title":"Output schema"},"76":{"body":"The command can also summarize the methylation entropy in regions by using the --regions option, for example: modkit entropy \\ --in-bam ${mod_bam} \\ -o ${output_directory} \\ --regions ${regions_bed_file} \\ # BED3 or BED4 file of regions --cpg \\ # specify CpG dinucleotides and combine strands --ref ${ref} \\ --threads 32 \\ --log-filepath modkit_entropy.log The output must now be a directory (specified with -o), a bedGraph with the entropy over the windows with the regions as well as a summary of the methylation entropy in the regions will be output. By default these files will be regions.bed and windows.bedgraph.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculating entropy in BED-specified regions","id":"76","title":"Calculating entropy in BED-specified regions"},"77":{"body":"Similar to pileup you can specify a motif on the command line with --motif and optionally combine the counts across the positive and negative strands with --combine-strands. If you specify a primary sequence base (with --base) or a motif (with --motif) that is not reverse-complement palindromic modkit will output methylation entropy per-strand. For example if you want to calculate m6A entropy in DRACH motifs: ${modkit} entropy ${bam} \\ -o ${output} \\ --regions ${regions} \\ --ref ${ref} \\ --motif DRACH 2 \\ --threads 32 \\ --log-filepath modkit_entropy.log \\ When performing transcriptome analysis, it's recommended to make a regions BED file of all of the transcripts so that you can rank which transcripts have highest entropy.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Specifying motifs or primary sequence bases","id":"77","title":"Specifying motifs or primary sequence bases"},"78":{"body":"The calculation of methylation entropy has been described in the papers linked above. Formally, methylation entropy in modkit is calculated as: \\[ \\text{ME} = \\frac{-1}{N} \\sum_{\\textbf{N}} Pr(n_i) * \\text{log}_{2}Pr(n_i) \\] Where \\( \\textbf{N} \\) is the set of all methylation patterns and \\( Pr(n_i) \\) is the empirical probability of that pattern. To account for the fact that modkit filters base modification calls when they are below a certain confidence level, filtered positions are given a \"wildcard\" assignment and can match any epiallele at that position. The entropy calculation implementation in modkit will assign a fractional count to each pattern that the read matches. For example, suppose a read with epiallele m*mm meaning there are 4 positions in the window (5mC) and this read reports 5mC, followed by a filtered call, and 2 more 5mC calls. This read will match to patterns [mhmm mmmm mCmm] (m = 5mC, h = 5hmC, and C is canonical cytosine). When the --num-positions parameter gets large the number of potential patterns becomes large. Most patterns will probably not have any reads matching to them, so instead of enumerating all possible patterns modkit uses a prefix trie to find all patterns represented in the reads while accounting for filtered positions.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculation of methylation entropy","id":"78","title":"Calculation of methylation entropy"},"79":{"body":"The pileup, sample-probs, summary, and extract sub commands have a --include-bed (or --include-positions) option that will restrict analysis to only positions that overlap with the intervals contained within the BED file. In the case of pileup, summary, and sample-probs, the pass-threshold will be estimated with only base modification probabilities that are aligned to positions overlapping intervals in the BED. In the case of pileup and extract only positions will be reported if they overlap intervals in the BED.","breadcrumbs":"Quick Start guides » Narrow output to specific positions » Narrow output to specific positions","id":"79","title":"Narrow output to specific positions"},"8":{"body":"By default, modkit will output a BED row for all genomic positions where there is at least one base modification in the input modBAM. We define a motif as a short DNA sequence potentially containing degenerate codes . To ease downstream analysis, the --motif option can be used to pre-filter and annotate the bedMethyl rows. The --cpg flag is a alias for --motif CG 0 where the sequence motif is CG and the offset is 0, meaning pileup base modification counts for the first C in the motif on the top strand the second C (complement to G) on the bottom strand. Another example may be --motif GATC 1, signaling to pileup counts for the A in the second position on the top strand and the A in the third position on the bottom strand. When multiple motifs are specified the name column ( column 4 ), will indicate which motif the counts are tabulated for. For example, if --motif CGCG 2 --motif CG 0 are passed you may see lines such as: oligo_741_adapters 39 40 m,CG,0 4\t-\t39\t40\t255,0,0\t4 100.00 4 0 0 0 0 0 0\noligo_741_adapters 39 40 m,CGCG,2 4\t-\t39\t40\t255,0,0\t4 100.00 4 0 0 0 0 0 0 The --combine-strands flag can be combined with --motif however all motifs must be reverse-complement palindromic (CG is a palindrome but CHH is not).","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Narrowing output to specific motifs","id":"8","title":"Narrowing output to specific motifs"},"80":{"body":"The goal of modkit is to enable best-practices manipulation of BAM files containing modified base information (modBAMs). The various sub-commands and tools available in modkit are described below. This information can be obtained by invoking the long help (--help) for each command. Advanced usage information. Modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore Usage: modkit Commands: pileup Tabulates base modification calls across genomic positions. This command produces a bedMethyl formatted file. Schema and description of fields can be found in the README. adjust-mods Performs various operations on BAM files containing base modification information, such as converting base modification codes and ignoring modification calls. Produces a BAM output file. update-tags Renames Mm/Ml to tags to MM/ML. Also allows changing the the mode flag from silent '.' to explicitly '?' or '.'. sample-probs Calculate an estimate of the base modification probability distribution. summary Summarize the mod tags present in a BAM and get basic statistics. The default output is a totals table (designated by '#' lines) and a modification calls table. Descriptions of the columns can be found in the README. call-mods Call mods from a modbam, creates a new modbam with probabilities set to 100% if a base modification is called or 0% if called canonical. motif-bed Create BED file with all locations of a sequence motif. Example: modkit motif-bed CG 0 extract Extract read-level base modification information from a modBAM into a tab-separated values table. repair Repair MM and ML tags in one bam with the correct tags from another. To use this command, both modBAMs _must_ be sorted by read name. The \"donor\" modBAM's reads must be a superset of the acceptor's reads. Extra reads in the donor are allowed, and multiple reads with the same name (secondary, etc.) are allowed in the acceptor. Reads with an empty SEQ field cannot be repaired and will be rejected. Reads where there is an ambiguous alignment of the acceptor to the donor will be rejected (and logged). See the full documentation for details. dmr Perform DMR test on a set of regions. Output a BED file of regions with the score column indicating the magnitude of the difference. Find the schema and description of fields can in the README as well as a description of the model and method. See subcommand help for additional details. pileup-hemi Tabulates double-stranded base modification patters (such as hemi-methylation) across genomic motif positions. This command produces a bedMethyl file, the schema can be found in the online documentation. validate Validate results from a set of mod-BAM files and associated BED files containing the ground truth modified base status at reference positions. find-motifs Find sequence motifs in a bedMethyl pileup that are enriched for base modification. entropy Use a mod-BAM to calculate methylation entropy over genomic windows. help Print this message or the help of the given subcommand(s). Options: -h, --help Print help information. -V, --version Print version information.","breadcrumbs":"Extended subcommand help » modkit, subcommand documentation","id":"80","title":"modkit, subcommand documentation"},"81":{"body":"Tabulates base modification calls across genomic positions. This command produces a bedMethyl\nformatted file. Schema and description of fields can be found in the README. Usage: modkit pileup [OPTIONS] Arguments: Input BAM, should be sorted and have associated index available. Output file (or directory with --bedgraph option) to write results into. Specify \"-\" or \"stdout\" to direct output to stdout. Options: --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) --region Process only the specified region of the BAM when performing pileup. Format should be :- or . Commas are allowed. --max-depth Maximum number of records to use when calculating pileup. This argument is passed to the pileup engine. If you have high depth data, consider increasing this value substantially. Must be less than 2147483647 or an error will be raised. [default: 8000] -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] --chunk-size Break contigs into chunks containing this many intervals (see `interval_size`). This option can be used to help prevent excessive memory usage, usually with no performance penalty. By default, modkit will set this value to 1.5x the number of threads specified, so if 4 threads are specified the chunk_size will be 6. A warning will be shown if this option is less than the number of threads specified. --suppress-progress Hide the progress bar. -n, --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the pass-threshold. In practice, 10-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] --include-bed BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file. (alias: include-positions) --include-unmapped Include unmapped base modifications when estimating the pass threshold. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --force-allow-implicit Force allow implicit-canonical mode. By default modkit does not allow pileup with the implicit mode (e.g. C+m, no '.' or '?'). The `update-tags` subcommand is provided to update tags to the new mode. This option allows the interpretation of implicit mode tags: residues without modified base probability will be interpreted as being the non-modified base. --motif Output pileup counts for only sequence motifs provided. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CGCG 0 indicates to pileup counts for the first C on the top strand and the last C (complement to G) on the bottom strand. The --cpg argument is short hand for --motif CG 0. This argument can be passed multiple times. When more than one motif is used, the resulting output BED file will indicate the motif in the \"name\" field as ,,. For example, given `--motif CGCG 2 --motif CG 0` there will be output lines with name fields such as \"m,CG,0\" and \"m,CGCG,2\". To use this option with `--combine-strands`, all motifs must be reverse-complement palindromic or an error will be raised. --cpg Only output counts at CpG motifs. Requires a reference sequence to be provided. -r, --ref Reference sequence in FASTA format. Required for motif (e.g. CpG) filtering. -k, --mask Respect soft masking in the reference FASTA. --preset Optional preset options for specific applications. traditional: Prepares bedMethyl analogous to that generated from other technologies for the analysis of 5mC modified bases. Shorthand for --cpg --combine-strands --ignore h. [possible values: traditional] --combine-mods Combine base modification calls, all counts of modified bases are summed together. See collapse.md for details. --combine-strands When performing motif analysis (such as CpG), sum the counts from the positive and negative strands into the counts for the positive strand position. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --only-tabs **Deprecated** The default output has all tab-delimiters. For bedMethyl output, separate columns with only tabs. The default is to use tabs for the first 10 fields and spaces thereafter. The default behavior is more likely to be compatible with genome viewers. Enabling this option may make it easier to parse the output with tabular data handlers that expect a single kind of separator. --mixed-delim Output bedMethyl where the delimiter of columns past column 10 are space-delimited instead of tab-delimited. This option can be useful for some browsers and parsers that don't expect the extra columns of the bedMethyl format. --bedgraph Output bedGraph format, see https://genome.ucsc.edu/goldenPath/help/bedgraph.html. For this setting, specify a directory for output files to be make in. Two files for each modification will be produced, one for the positive strand and one for the negative strand. So for 5mC (m) and 5hmC (h) there will be 4 files produced. --with-header Output a header with the bedMethyl. --prefix Prefix to prepend on bedgraph output file names. Without this option the files will be _.bedgraph. --partition-tag Partition output into multiple bedMethyl files based on tag-value pairs. The output will be multiple bedMethyl files with the format `___.bed` prefix is optional and set with the `--prefix` flag. -h, --help Print help information (use `-h` for a summary)","breadcrumbs":"Extended subcommand help » pileup","id":"81","title":"pileup"},"82":{"body":"Performs various operations on BAM files containing base modification information, such as\nconverting base modification codes and ignoring modification calls. Produces a BAM output file Usage: modkit adjust-mods [OPTIONS] Arguments: BAM file to collapse mod call from. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. File path to new BAM file to be created. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard output. Options: --log-filepath Output debug logs to file at this path. --ignore Modified base code to ignore/remove, see https://samtools.github.io/hts-specs/SAMtags.pdf for details on the modified base codes. -t, --threads Number of threads to use. [default: 4] -f, --ff Fast fail, stop processing at the first invalid sequence record. Default behavior is to continue and report failed/skipped records at the end. --convert Convert one mod-tag to another, summing the probabilities together if the retained mod tag is already present. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --output-sam Output SAM format instead of BAM. --suppress-progress Hide the progress bar -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » adjust-mods","id":"82","title":"adjust-mods"},"83":{"body":"Renames Mm/Ml to tags to MM/ML. Also allows changing the the mode flag from silent '.' to explicitly\n'?' or '.'. Usage: modkit update-tags [OPTIONS] Arguments: BAM to update modified base tags in. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. File to new BAM file to be created or one of `-` or `stdin` to specify a stream from standard output. Options: -m, --mode Mode, change mode to this value, options {'explicit', 'implicit'}. See spec at: https://samtools.github.io/hts-specs/SAMtags.pdf. 'explicit' ('?') means residues without modification probabilities will not be assumed canonical or modified. 'implicit' means residues without explicit modification probabilities are assumed to be canonical. [possible values: explicit, implicit] -t, --threads Number of threads to use [default: 4] --no-implicit-probs Don't add implicit canonical calls. This flag is important when converting from one of the implicit modes ( `.` or `\"\"`) to explicit mode (`?`). By passing this flag, the bases without associated base modification probabilities will not be assumed to be canonical. No base modification probability will be written for these bases, meaning there is no information. The mode will automatically be set to the explicit mode `?`. --log-filepath Output debug logs to file at this path. --output-sam Output SAM format instead of BAM. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » update-tags","id":"83","title":"update-tags"},"84":{"body":"Calculate an estimate of the base modification probability distribution. Usage: modkit sample-probs [OPTIONS] Arguments: Input BAM with modified base tags. If a index is found reads will be sampled evenly across the length of the reference sequence. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: -t, --threads Number of threads to use. [default: 4] --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --suppress-progress Hide the progress bar. -p, --percentiles Percentiles to calculate, a space separated list of floats. [default: 0.1,0.5,0.9] -o, --out-dir Directory to deposit result tables into. Required for model probability histogram output. Creates two files probabilities.tsv and probabilities.txt The .txt contains ASCII-histograms and the .tsv contains tab-separated variable data represented by the histograms. --prefix Label to prefix output files with. E.g. 'foo' will output foo_thresholds.tsv, foo_probabilities.tsv, and foo_probabilities.txt. --force Overwrite results if present. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --hist Output histogram of base modification prediction probabilities. --buckets Number of buckets for the histogram, if used. [default: 128] -n, --num-reads Approximate maximum number of reads to use, especially recommended when using a large BAM without an index. If an indexed BAM is provided, the reads will be sampled evenly over the length of the aligned reference. If a region is passed with the --region option, they will be sampled over the genomic region. Actual number of reads used may deviate slightly from this number. [default: 10042] -f, --sampling-frac Instead of using a defined number of reads, specify a fraction of reads to sample, for example 0.1 will sample 1/10th of the reads. --no-sampling No sampling, use all of the reads to calculate the filter thresholds. -s, --seed Random seed for deterministic running, the default is non-deterministic, only used when no BAM index is provided. --region Process only the specified region of the BAM when collecting probabilities. Format should be :- or . -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. Only used when sampling probs from an indexed bam. [default: 1000000] --include-bed Only sample base modification probabilities that are aligned to the positions in this BED file. (alias: include-positions) --only-mapped Only use base modification probabilities that are aligned (i.e. ignore soft-clipped, and inserted bases). -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » sample-probs","id":"84","title":"sample-probs"},"85":{"body":"Summarize the mod tags present in a BAM and get basic statistics. The default output is a totals\ntable (designated by '#' lines) and a modification calls table. Descriptions of the columns can be\nfound in the README. Usage: modkit summary [OPTIONS] Arguments: Input modBam, can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: -t, --threads Number of threads to use. [default: 4] --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --tsv Output summary as a tab-separated variables stdout instead of a table. --suppress-progress Hide the progress bar. -n, --num-reads Approximate maximum number of reads to use, especially recommended when using a large BAM without an index. If an indexed BAM is provided, the reads will be sampled evenly over the length of the aligned reference. If a region is passed with the --region option, they will be sampled over the genomic region. Actual number of reads used may deviate slightly from this number. [default: 10042] -f, --sampling-frac Instead of using a defined number of reads, specify a fraction of reads to sample when estimating the filter threshold. For example 0.1 will sample 1/10th of the reads. --no-sampling No sampling, use all of the reads to calculate the filter thresholds and generating the summary. -s, --seed Sets a random seed for deterministic running (when using --sample-frac), the default is non-deterministic, only used when no BAM index is provided. --no-filtering Do not perform any filtering, include all base modification calls in the summary. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence base modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --include-bed Only summarize base modification probabilities that are aligned to the positions in this BED file. (alias: include-positions) --only-mapped Only use base modification probabilities that are aligned (i.e. ignore soft-clipped, and inserted bases). --region Process only the specified region of the BAM when collecting probabilities. Format should be :- or . -i, --interval-size When using regions, interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 1000000] -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » summary","id":"85","title":"summary"},"86":{"body":"Create BED file with all locations of a sequence motif. Example: modkit motif-bed CG 0 Usage: modkit motif-bed [OPTIONS] Arguments: Input FASTA file. Motif to search for within FASTA, e.g. CG. Offset within motif, e.g. 0. Options: -k, --mask Respect soft masking in the reference FASTA. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » motif-bed","id":"86","title":"motif-bed"},"87":{"body":"Call mods from a modBam, creates a new modBam with probabilities set to 100% if a base modification\nis called or 0% if called canonical. Usage: modkit call-mods [OPTIONS] Arguments: Input BAM, may be sorted and have associated index available. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Output BAM, can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --ff Fast fail, stop processing at the first invalid sequence record. Default behavior is to continue and report failed/skipped records at the end. --suppress-progress Hide the progress bar. -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -n, --num-reads Sample approximately this many reads when estimating the filtering threshold. If alignments are present reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the filter-percentile. In practice, 50-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic, only used when no BAM index is provided. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per primary base. A global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-threshold Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --no-filtering Don't filter base modification calls, assign each base modification to the highest probability prediction. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --output-sam Output SAM format instead of BAM. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » call-mods","id":"87","title":"call-mods"},"88":{"body":"Extract read-level base modification information from a modBAM into a tab-separated values table. Usage: modkit extract [OPTIONS] Arguments: Path to modBAM file to extract read-level information from, or one of `-` or `stdin` to specify a stream from standard input. If a file is used it may be sorted and have associated index. Path to output file, \"stdout\" or \"-\" will direct output to standard out. Specifying \"null\" will not output the extract table (useful if all you need is the `--read-calls` output table). Options: -t, --threads Number of threads to use. [default: 4] -q, --queue-size Number of reads that can be in memory at a time. Increasing this value will increase thread usage, at the cost of memory usage. [default: 10000] --log-filepath Path to file to write run log, setting this file is recommended. --mapped-only Include only mapped bases in output. (alias: mapped) --allow-non-primary Output aligned secondary and supplementary base modification probabilities as additional rows. The primary alignment will have all of the base modification probabilities (including soft-clipped ones, unless --mapped-only is used). The non-primary alignments will only have mapped bases in the output. --num-reads Number of reads to use. Note that when using a sorted, indexed modBAM that the sampling algorithm will attempt to sample records evenly over the length of the reference sequence. The result is the final number of records used may be slightly more or less than the requested number. When piping from stdin or using a modBAM without an index, the requested number of reads will be exact. --region Process only reads that are aligned to a specified region of the BAM. Format should be :- or . --force Force overwrite of output file. --suppress-progress Hide the progress bar. --kmer-size Set the query and reference k-mer size (if a reference is provided). Maximum number for this value is 50. [default: 5] --ignore-index Ignore the BAM index (if it exists) and default to a serial scan of the BAM. --read-calls-path Produce a table of read-level base modification calls. This table has, for each read, one row for each base modification call in that read using the same thresholding algorithm as in pileup, or summary (see online documentation for details on thresholds). Passing this option will cause `modkit` to estimate the pass thresholds from the data unless a `--filter-threshold` value is passed to the command. Use 'stdout' to stream this table to stdout, but note that you cannot stream this table and the raw extract table to stdout. --pass-only Only output base modification calls that pass the minimum confidence threshold. (alias: pass) --no-headers Don't print the header lines in the output tables. --reference Path to reference FASTA to extract reference context information from. If no reference is provided, `ref_kmer` column will be \".\" in the output. (alias: ref) --include-bed BED file with regions to include (alias: include-positions). Implicitly only includes mapped sites -v, --exclude-bed BED file with regions to _exclude_ (alias: exclude). --motif Output read-level base modification probabilities restricted to the reference sequence motifs provided. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CGCG 0 indicates include base modifications for which the read is aligned to the first C on the top strand and the last C (complement to G) on the bottom strand. The --cpg argument is short hand for --motif CG 0. This argument can be passed multiple times. --cpg Only output counts at CpG motifs. Requires a reference sequence to be provided. -k, --mask When using motifs, respect soft masking in the reference sequence. --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability. [default: 1000000] -f, --sampling-frac Sample this fraction of the reads when estimating the pass-threshold. In practice, 10-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. -n, --sample-num-reads Sample this many reads when estimating the filtering threshold. If a sorted, indexed modBAM is provided reads will be sampled evenly across aligned genome. If a region is specified, with the --region, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] --seed Set a random seed for deterministic running, the default is non-deterministic. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. Only used when an indexed modBam is provided. [default: 100000] --ignore-implicit Ignore implicitly canonical base modification calls. When the `.` flag is used in the MM tag, this implies that bases missing a base modification probability are to be assumed canonical. Set this flag to omit those base modifications from the output. For additional details see the SAM spec: https://samtools.github.io/hts-specs/SAMtags.pdf. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » extract","id":"88","title":"extract"},"89":{"body":"Repair MM and ML tags in one bam with the correct tags from another. To use this command, both\nmodBAMs _must_ be sorted by read name. The \"donor\" modBAM's reads must be a superset of the\nacceptor's reads. Extra reads in the donor are allowed, and multiple reads with the same name\n(secondary, etc.) are allowed in the acceptor. Reads with an empty SEQ field cannot be repaired and\nwill be rejected. Reads where there is an ambiguous alignment of the acceptor to the donor will be\nrejected (and logged). See the full documentation for details. Usage: modkit repair [OPTIONS] --donor-bam --acceptor-bam --output-bam Options: -d, --donor-bam Donor modBAM with original MM/ML tags. Must be sorted by read name. -a, --acceptor-bam Acceptor modBAM with reads to have MM/ML base modification data projected on to. Must be sorted by read name. -o, --output-bam output modBAM location. --log-filepath File to write logs to, it is recommended to use this option as some reads may be rejected and logged here -t, --threads The number of threads to use [default: 4] -h, --help Print help information.","breadcrumbs":"Extended subcommand help » repair","id":"89","title":"repair"},"9":{"body":"If have a modBAM with reads from different conditions are other SAM tag annotations (for example RG or HP) you can pass the --partition-tag option and modkit will output a separate bedMethyl with counts for only the reads with that tag value. For example, if you have haplotype-annotated reads with the HP tag, you could use a command like the following: modkit pileup path/to/reads.bam output/directory/ --cpg --ref --partition-tag HP --prefix haplotyped The output will be multiple files in placed in output/directory/haplotyped_<1|2|etc>.bed, multiple --partition-tag options can be passed and the output files will correspond to the observed combinations of tags found in the modBAM. For example if --partition-tag RG and --partition-tag HP are passed: outdir/ __.bed __.bed __.bed __.bed # ... etc Note that only tag values that can be easily turned into strings will be considered valid (e.g. numbers, characters, strings, etc.), array values will not be used, and will result in missing being used. Reads missing all of the SAM tags will be put in ungrouped.bed. For more information on the individual options see the Advanced Usage help document.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Partitioning reads based on SAM tag values","id":"9","title":"Partitioning reads based on SAM tag values"},"90":{"body":"Validate results from a set of mod-BAM files and associated BED files containing the ground truth\nmodified base status at reference positions. Usage: modkit validate [OPTIONS] Options: --bam-and-bed Argument accepts 2 values. The first value is the BAM file path with modified base tags. The second is a bed file with ground truth reference positions. The name field in the ground truth bed file should be the short name (single letter code or ChEBI ID) for a modified base or `-` to specify a canonical base ground truth position. This argument can be provided more than once for multiple samples. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. -c, --canonical-base Canonical base to evaluate. By default, this will be derived from mod codes in ground truth BED files. For ground truth with only canonical sites and/or ChEBI codes this values must be set. [possible values: A, C, G, T] --min-identity Only use reads with alignment identity >= this number, in Q-space (phred score). --min-length Remove reads with fewer aligned reference bases than this threshold. -q, --filter-quantile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify modified base probability filter threshold value. If specified, --filter-threshold will override --filter-quantile. -t, --threads Number of threads to use. [default: 4] --suppress-progress Hide the progress bar. -o, --out-filepath Specify a file for machine parseable output. --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » validate","id":"90","title":"validate"},"91":{"body":"Tabulates double-stranded base modification patters (such as hemi-methylation) across genomic motif\npositions. This command produces a bedMethyl file, the schema can be found in the online\ndocumentation. Usage: modkit pileup-hemi [OPTIONS] Arguments: Input BAM, should be sorted and have associated index available. Options: -o, --out-bed Output file to write results into. Will write to stdout if not provided. --cpg Aggregate double-stranded base modifications for CpG dinucleotides. This flag is short-hand for --motif CG 0. --motif Specify the sequence motif to pileup double-stranded base modification pattern counts for. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CG 0 indicates to generate pattern counts for the C on the top strand and the following C (opposite to G) on the negative strand. The motif must be reverse-complement palindromic or an error will be raised. See the documentation for more examples and details. -r, --ref Reference sequence in FASTA format. --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) --region Process only the specified region of the BAM when performing pileup. Format should be :- or . Commas are allowed. --max-depth Maximum number of records to use when calculating pileup. This argument is passed to the pileup engine. If you have high depth data, consider increasing this value substantially. Must be less than 2147483647 or an error will be raised. [default: 8000] -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] --chunk-size Break contigs into chunks containing this many intervals (see `interval_size`). This option can be used to help prevent excessive memory usage, usually with no performance penalty. By default, modkit will set this value to 1.5x the number of threads specified, so if 4 threads are specified the chunk_size will be 6. A warning will be shown if this option is less than the number of threads specified. --suppress-progress Hide the progress bar. -n, --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the filter-percentile. In practice, 50-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] --include-bed BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file. (alias: include-positions) --include-unmapped Include unmapped base modifications when estimating the pass threshold. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --force-allow-implicit Force allow implicit-canonical mode. By default modkit does not allow pileup with the implicit mode (e.g. C+m, no '.' or '?'). The `update-tags` subcommand is provided to update tags to the new mode. This option allows the interpretation of implicit mode tags: residues without modified base probability will be interpreted as being the non-modified base. -k, --mask Respect soft masking in the reference FASTA. --combine-mods Combine base modification calls, all counts of modified bases are summed together. See collapse.md for details. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --only-tabs **Deprecated** The default output has all tab-delimiters. For bedMethyl output, separate columns with only tabs. The default is to use tabs for the first 10 fields and spaces thereafter. The default behavior is more likely to be compatible with genome viewers. Enabling this option may make it easier to parse the output with tabular data handlers that expect a single kind of separator. --mixed-delim Output bedMethyl where the delimiter of columns past column 10 are space-delimited instead of tab-delimited. This option can be useful for some browsers and parsers that don't expect the extra columns of the bedMethyl format. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » pileup-hemi","id":"91","title":"pileup-hemi"},"92":{"body":"Find sequence motifs in a bedMethyl pileup that are enriched for base modification Usage: modkit find-motifs [OPTIONS] --in-bedmethyl --ref Options: -i, --in-bedmethyl Input bedmethyl table, can be used directly from modkit pileup. -o, --out-table Optionally output a machine-parsable TSV (human-readable table will always be output to the log). --known-motifs-table Optionally output machine parsable table with known motif modification frequencies that were not found during search. -t, --threads Number of threads to use. [default: 4] -r, --ref Reference sequence in FASTA format used for the pileup. Reference sequence in FASTA format used for the pileup. --low-thresh Fraction modified threshold below which consider a genome location to be \"low modification\". [default: 0.2] --high-thresh Fraction modified threshold above which consider a genome location to be \"high modification\" or enriched for modification. [default: 0.6] --min-log-odds Minimum log-odds to consider a motif sequence to be enriched. [default: 1.5] --exhaustive-seed-min-log-odds Minimum log-odds to consider a motif sequence to be enriched when performing exhaustive search. [default: 2.5] --exhaustive-seed-len Exhaustive search seed length, increasing this value increases computational time. [default: 3] --skip-search Skip the exhaustive search phase, saves time but the results may be less sensitive. --min-coverage Minimum coverage in the bedMethyl to consider a record valid. [default: 5] --context-size Upstream and downstream number of bases to search for a motif sequence around a modified base. Example: --context-size 12 12 [default: 12 12] --init-context-size Initial \"fixed\" seed window size in base pairs around the modified base. Example: --init-context-size 2 2 [default: 2 2] --min-sites Minimum number of total sites in the genome required for a motif to be considered. [default: 300] --min-frac-mod Minimum fraction of sites in the genome to be \"high-modification\" for a motif to be considered. [default: 0.85] --known-motif Gather enrichment information for a known motif as well as compare to discovered motifs. Format should be . --mod-code Specify which modification codes to process, default will process all modification codes found in the input bedMethyl file. --force-override-spec Force override SAM specification of association of modification codes to primary sequence bases. --log-filepath Output log to this file. --suppress-progress Disable the progress bars. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » find-motifs","id":"92","title":"find-motifs"},"93":{"body":"Use a mod-BAM to calculate methylation entropy over genomic windows. Usage: modkit entropy [OPTIONS] --in-bam --ref Options: -s, --in-bam Input mod-BAM, may be repeated multiple times to calculate entropy across all input mod-BAMs. -o, --out-bed Output BED file, if using `--region` this must be a directory. --prefix Only used with `--regions`, prefix files in output directory with this string. -n, --num-positions Number of modified positions to consider at a time. [default: 4] -w, --window-size Maximum length interval that \"num_positions\" modified bases can occur in. The maximum window size decides how dense the positions are packed. For example, consider that the num_positions is equal to 4, the motif is CpG, and the window_size is equal to 8, this configuration would require that the modified positions are immediately adjacent to each other, \"CGCGCGCG\". On the other hand, if the window_size was set to 12, then multiple sequences with various patterns of other bases can be used CGACGATCGGCG. [default: 50] --no-filtering Do not perform any filtering, include all mod base calls in output. --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or for the canonical calls. When specified, base modification call probabilities will be required to be greater than or equal to this number. If `--mod-thresholds` is also specified, _this_ value will be used for canonical calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. -t, --threads Number of threads to use. [default: 4] --io-threads Number of BAM-reading threads to use. --ref Reference sequence in FASTA format. --mask Respect soft masking in the reference FASTA. --motif Motif to use for entropy calculation, default will be CpG. --cpg Use CpG motifs. Short hand for --motif CG 0 --combine-strands --base Primary sequence base to calculate modification entropy on. [possible values: A, C, G, T] --regions Regions over which to calculate descriptive statistics. --combine-strands Combine modification counts on the positive and negative strands and report entropy on just the positive strand. --min-coverage Minimum coverage required at each position in the window. Windows without at least this many valid reads will be skipped, but positions within the window with enough coverage can be used by neighboring windows. [default: 3] --log-filepath Send debug logs to this file, setting this file is recommended. --suppress-progress Hide progress bars. --force Force overwrite output. --header Write a header line. --drop-zeros Omit windows with zero entropy. --max-filtered-positions Maximum number of filtered positions a read is allowed to have in a window, more than this number and the read will be discarded. Default will be 50% of `num_positions`. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » entropy","id":"93","title":"entropy"},"94":{"body":"Compare regions in a pair of samples (for example, tumor and normal or control and experiment). A\nsample is input as a bgzip pileup bedMethyl (produced by pileup, for example) that has an associated\ntabix index. Output is a BED file with the score column indicating the magnitude of the difference\nin methylation between the two samples. See the online documentation for additional details. Usage: modkit dmr pair [OPTIONS] -a -b --ref Options: -a Bgzipped bedMethyl file for the first (usually control) sample. There should be a tabix index with the same name and .tbi next to this file or the --index-a option must be provided. -b Bgzipped bedMethyl file for the second (usually experimental) sample. There should be a tabix index with the same name and .tbi next to this file or the --index-b option must be provided. -o, --out-path Path to file to direct output, optional, no argument will direct output to stdout --header Include header in output. -r, --regions-bed BED file of regions over which to compare methylation levels. Should be tab-separated (spaces allowed in the \"name\" column). Requires chrom, chromStart and chromEnd. The Name column is optional. Strand is currently ignored. When omitted, methylation levels are compared at each site. --ref Path to reference fasta for used in the pileup/alignment --segment Run segmentation, output segmented differentially methylated regions to this file. --max-gap-size Maximum number of base pairs between modified bases for them to be segmented together. [default: 5000] --dmr-prior Prior probability of a differentially methylated position. [default: 0.1] --diff-stay Maximum probability of continuing a differentially methylated block, decay will be dynamic based on proximity to the next position. [default: 0.9] --significance-factor Significance factor, effective p-value necessary to favor the \"Different\" state. [default: 0.01] --log-transition-decay Use logarithmic decay for \"Different\" stay probability. --decay-distance After this many base pairs, the transition probability will become the prior probability of encountering a differentially modified position. [default: 500] --fine-grained Preset HMM segmentation parameters for higher propensity to switch from \"Same\" to \"Different\" state. Results will be shorter segments, but potentially higher sensitivity. -m, --base Bases to use to calculate DMR, may be multiple. For example, to calculate differentially methylated regions using only cytosine modifications use --base C. --assign-code Extra assignments of modification codes to their respective primary bases. In general, modkit dmr will use the SAM specification to know which modification codes are appropriate to use for a given primary base. For example \"h\" is the code for 5hmC, so is appropriate for cytosine bases, but not adenine bases. However, if your bedMethyl file contains custom codes or codes that are not part of the specification, you can specify which primary base they belong to here with --assign-code x:C meaning associate modification code \"x\" with cytosine (C) primary sequence bases. If a code is encountered that is not part of the specification, the bedMethyl record will not be used, this will be logged. --log-filepath File to write logs to, it's recommended to use this option. -t, --threads Number of threads to use. [default: 4] --batch-size Control the batch size. The batch size is the number of regions to load at a time. Each region will be processed concurrently. Loading more regions at a time will decrease IO to load data, but will use more memory. Default will be 50% more than the number of threads assigned. -k, --mask Respect soft masking in the reference FASTA. --suppress-progress Don't show progress bars. -f, --force Force overwrite of output file, if it already exists. --index-a Path to tabix index associated with -a (--control-bed-methyl) bedMethyl file. --index-b Path to tabix index associated with -b (--exp-bed-methyl) bedMethyl file. --missing How to handle regions found in the `--regions` BED file. quiet => ignore regions that are not found in the tabix header warn => log (debug) regions that are missing fatal => log (error) and exit the program when a region is missing. [default: warn] [possible values: quiet, warn, fail] --min-valid-coverage Minimum valid coverage required to use an entry from a bedMethyl. See the help for pileup for the specification and description of valid coverage. [default: 0] --prior Prior distribution for estimating MAP-based p-value. Should be two arguments for alpha and beta (e.g. 1.0 1.0). See `dmr_scoring_details.md` for additional details on how the metric is calculated. --delta Consider only effect sizes greater than this when calculating the MAP-based p-value. [default: 0.05] -N, --n-sample-records Sample this many reads when estimating the max coverage thresholds. [default: 10042] --max-coverages Max coverages to enforce when calculating estimated MAP-based p-value. --cap-coverages When using replicates, cap coverage to be equal to the maximum coverage for a single sample. For example, if there are 3 replicates with max_coverage of 30, the total coverage would normally be 90. Using --cap-coverages will down sample the data to 30X. -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » dmr pair","id":"94","title":"dmr pair"},"95":{"body":"Compare regions between all pairs of samples (for example a trio sample set or haplotyped trio\nsample set). As with `pair` all inputs must be bgzip compressed bedMethyl files with associated\ntabix indices. Each sample must be assigned a name. Output is a directory of BED files with the\nscore column indicating the magnitude of the difference in methylation between the two samples\nindicated in the file name. See the online documentation for additional details Usage: modkit dmr multi [OPTIONS] --regions-bed --out-dir --ref Options: -s, --sample Two or more named samples to compare. Two arguments are required . This option should be repeated at least two times. -i, --index Optional, paths to tabix indices associated with named samples. Two arguments are required where corresponds to the name of the sample given to the -s/--sample argument. -r, --regions-bed BED file of regions over which to compare methylation levels. Should be tab-separated (spaces allowed in the \"name\" column). Requires chrom, chromStart and chromEnd. The Name column is optional. Strand is currently ignored. --header Include header in output. -o, --out-dir Directory to place output DMR results in BED format. -p, --prefix Prefix files in directory with this label. --ref Path to reference fasta for the pileup. -m, --base Bases to use to calculate DMR, may be multiple. For example, to calculate differentially methylated regions using only cytosine modifications use --base C. --assign-code Extra assignments of modification codes to their respective primary bases. In general, modkit dmr will use the SAM specification to know which modification codes are appropriate to use for a given primary base. For example \"h\" is the code for 5hmC, so is appropriate for cytosine bases, but not adenine bases. However, if your bedMethyl file contains custom codes or codes that are not part of the specification, you can specify which primary base they belong to here with --assign-code x:C meaning associate modification code \"x\" with cytosine (C) primary sequence bases. If a code is encountered that is not part of the specification, the bedMethyl record will not be used, this will be logged. --log-filepath File to write logs to, it's recommended to use this option. -t, --threads Number of threads to use. [default: 4] -k, --mask Respect soft masking in the reference FASTA. --suppress-progress Don't show progress bars. -f, --force Force overwrite of output file, if it already exists. --missing How to handle regions found in the `--regions` BED file. quiet => ignore regions that are not found in the tabix header warn => log (debug) regions that are missing fatal => log (error) and exit the program when a region is missing. [default: warn] [possible values: quiet, warn, fail] --min-valid-coverage Minimum valid coverage required to use an entry from a bedMethyl. See the help for pileup for the specification and description of valid coverage. [default: 0] -h, --help Print help information.","breadcrumbs":"Extended subcommand help » dmr multi","id":"95","title":"dmr multi"},"96":{"body":"It's recommended to run all modkit commands with the --log-filepath option set. When unexpected outputs are produced inspecting this file will often indicate the reason.","breadcrumbs":"Troubleshooting » Troubleshooting","id":"96","title":"Troubleshooting"},"97":{"body":"As of v0.2.4 secondary and supplementary alignments are supported in adjust-mods, update-tags, call-mods, and (optionally) in extract. However, in order to use these alignment records correctly, the MN tag must be present and correct in the record. The MN tag indicates the length of the sequence corresponding to the MM and ML tags. As of dorado v0.5.0 the MN tag is output when modified base calls are produced. If the aligner has hard-clipped the sequence, this number will not match the sequence length and the record cannot be used. Similarly, if the SEQ field is empty (sequence length zero), the record cannot be used. One way to use supplementary alignments is to specify the -Y flag when using dorado or minimap2 . For these programs, when -Y is specified, the sequence will not be hardclipped in supplementary alignments and will be present in secondary alignments. Other mapping algorithms that are \"MM tag-aware\" may allow hard-clipping and update the MM and ML tags, modkit will accept these records as long as the MN tag indicates the correct sequence length.","breadcrumbs":"Troubleshooting » Missing secondary and supplementary alignments in output","id":"97","title":"Missing secondary and supplementary alignments in output"},"98":{"body":"First, check the logfile, there may be many lines with a variant of record 905b4cb4-15e2-4060-9c98-866d0aff78bb has un-allowed mode\n(ImplicitProbModified), use '--force-allow-implicit' or 'modkit update-tags --mode\nambiguous As suggested, using update or setting the --force-allow-implicit flag should produce output from these records. If the MM tag contains an un-supported mod-code (a limitation that will be removed in a future release), these errors will be logged. To process the modBAM, first convert the tags. In general, if there are MM/ML tags in the modBAM and the bedMethyl is still empty the log file will contain a line explaining why each record is being skipped.","breadcrumbs":"Troubleshooting » No rows in modkit pileup output.","id":"98","title":"No rows in modkit pileup output."},"99":{"body":"If you have previously downsampled the modBAM to a specific region, for example with a command like samtools view -bh input.sorted.bam chr1 modkit will still try and sample reads evenly across the entire genome but fail to find any aligned to other contigs. To remedy this, either pass the same --region chr1 option or set the --sampling-frac 1.0. The former will set modkit to only use the region present in the BAM. For example, modkit pileup input.bam output.bed --region chr1\n# or\nmodkit pileup input.bam output.bed --sample-region chr1 The latter will sample all of the reads in the BAM, which may slow down the process, so in general the best advice is to either use the same --region when using modkit or don't downsample the BAM ahead of time (and use --region in order to get the desired bedMethyl). The summary, sample-probs, and pileup subcommands all use the same --region option.","breadcrumbs":"Troubleshooting » Not sampling enough reads to estimate threshold.","id":"99","title":"Not sampling enough reads to estimate threshold."}},"length":126,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"4":{"6":{"2":{"6":{"5":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"8":{"3":{"2":{"0":{"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"4":{"3":{"7":{"1":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"3":{"7":{"8":{"0":{"5":{"8":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"8":{"0":{"9":{"3":{"1":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"5":{"5":{"0":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"3":{"2":{"0":{"7":{"6":{"5":{"3":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"1":{"6":{"2":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"1":{"9":{"4":{"2":{"6":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"5":{"2":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":2.0},"94":{"tf":1.0}}},"6":{"4":{"3":{"3":{"8":{"2":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"6":{"0":{"8":{"5":{"4":{"4":{"df":1,"docs":{"20":{"tf":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":{"29":{"tf":1.4142135623730951}}},"1":{",":{"0":{".":{"5":{",":{"0":{".":{"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"9":{"6":{"8":{"1":{"5":{"3":{"0":{"2":{"3":{"2":{"3":{"3":{"7":{"5":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":12,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"2":{".":{"df":0,"docs":{},"z":{"df":1,"docs":{"101":{"tf":1.0}}}},"5":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951}}},"6":{"2":{"2":{"4":{"1":{"5":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"4":{"2":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"113":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}},"3":{"3":{"4":{"3":{"5":{"0":{"6":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"7":{"8":{"5":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"9":{"0":{"4":{"0":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"1":{"6":{"1":{"6":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"9":{"7":{"2":{"6":{"5":{"6":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}}},"7":{"0":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"6":{"7":{"9":{"6":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":7,"docs":{"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951}}},"8":{"5":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"54":{"tf":1.0},"92":{"tf":1.0}}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"6":{"4":{"8":{"4":{"3":{"7":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"1":{"4":{"0":{"6":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.4142135623730951},"125":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":3.1622776601683795},"8":{"tf":4.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"1":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"2":{"9":{"4":{"2":{"2":{"7":{"4":{"4":{"3":{"4":{"1":{"9":{"0":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"0":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{".":{"0":{"0":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":4,"docs":{"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"]":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"6":{"2":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"6":{"6":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":10,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"7":{"2":{"1":{"2":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"7":{"4":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"3":{"6":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"7":{"1":{"9":{"2":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"6":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":2.8284271247461903},"12":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"49":{"tf":1.0}}}}},"1":{"9":{"2":{"5":{"3":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"2":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"9":{"5":{"3":{"6":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"71":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.0}}},"3":{"0":{"5":{"9":{"5":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"4":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"5":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0}},"e":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"7":{"3":{".":{"7":{"8":{"1":{"9":{"8":{"7":{"3":{"1":{"5":{"4":{"3":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"8":{"3":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"9":{"5":{"3":{"3":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":25,"docs":{"11":{"tf":1.0},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.0},"8":{"tf":1.0}},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"2":{".":{"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"9":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":2.0}}},"1":{"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":2.0},"71":{"tf":1.4142135623730951}}},"2":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"5":{",":{"1":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{",":{"0":{",":{"0":{"df":4,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"7":{".":{"3":{"4":{"5":{"1":{"4":{"2":{"0":{"3":{"4":{"4":{"7":{"5":{"4":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"45":{"tf":1.0},"71":{"tf":1.0}}},"6":{"df":1,"docs":{"71":{"tf":1.0}}},"7":{"4":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"8":{".":{"5":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.0},"11":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0}}},"3":{"0":{"0":{"df":1,"docs":{"92":{"tf":1.0}}},"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"94":{"tf":1.0}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"2":{"df":4,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}},"7":{"3":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"8":{"tf":2.0}}},"df":24,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"4":{",":{"8":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},".":{"1":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"0":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}},"7":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"df":35,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"5":{"'":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"c":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},".":{"0":{"1":{"3":{"0":{"2":{"6":{"3":{"8":{"1":{"1":{"1":{"0":{"6":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":1,"docs":{"94":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.4142135623730951},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":19,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"m":{"c":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"c":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"6":{".":{"3":{"5":{"5":{"8":{"2":{"3":{"9":{"7":{"7":{"0":{"9":{"3":{"6":{"7":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"118":{"tf":1.0}}},"4":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"4":{"1":{"6":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":3,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"7":{"1":{"8":{"5":{"4":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"5":{"4":{"0":{"8":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"df":10,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"8":{"0":{"0":{"0":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"6":{"d":{"0":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"7":{"8":{"b":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}}},"9":{",":{"9":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"b":{"4":{"c":{"b":{"4":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"94":{"tf":1.0}}},"4":{"5":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"3":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"8":{"6":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"1":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{",":{"1":{"0":{"0":{"]":{",":{"[":{"\"":{"a":{"\"":{",":{"1":{"0":{"0":{",":{"9":{"9":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"8":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"+":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"7":{"0":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"108":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0},"50":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"56":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":7,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"j":{"a":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"120":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"91":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"26":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":7,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}}},"i":{"a":{"df":7,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":24,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":2.8284271247461903},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.6457513110645907},"99":{"tf":1.0}}}}},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"32":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"30":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":3,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":2.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"54":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"114":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"{":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":2.449489742783178},"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":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"101":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"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":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}},"y":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":3.1622776601683795},"50":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.6457513110645907},"99":{"tf":1.7320508075688772}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"_":{"5":{"df":0,"docs":{},"m":{"c":{"_":{"5":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"c":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":84,"docs":{"1":{"tf":1.0},"101":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"108":{"tf":2.449489742783178},"109":{"tf":1.0},"11":{"tf":3.4641016151377544},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":2.23606797749979},"115":{"tf":2.6457513110645907},"117":{"tf":2.23606797749979},"118":{"tf":2.6457513110645907},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.0},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":3.872983346207417},"28":{"tf":4.69041575982343},"29":{"tf":2.449489742783178},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.7320508075688772},"47":{"tf":2.6457513110645907},"48":{"tf":3.3166247903554},"49":{"tf":2.8284271247461903},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":2.8284271247461903},"58":{"tf":3.872983346207417},"59":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":3.3166247903554},"81":{"tf":6.0},"82":{"tf":3.872983346207417},"83":{"tf":2.23606797749979},"84":{"tf":4.47213595499958},"85":{"tf":5.291502622129181},"87":{"tf":4.795831523312719},"88":{"tf":6.48074069840786},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":4.69041575982343},"91":{"tf":6.0},"92":{"tf":2.449489742783178},"93":{"tf":3.1622776601683795},"94":{"tf":4.123105625617661},"95":{"tf":3.0},"97":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":5,"docs":{"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"94":{"tf":2.23606797749979}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":27,"docs":{"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"88":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"76":{"tf":1.0},"81":{"tf":2.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"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":29,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903},"9":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.449489742783178},"94":{"tf":2.8284271247461903},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":9,"docs":{"118":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"101":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}}},"g":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"59":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"+":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"z":{"df":1,"docs":{"18":{"tf":1.0}}}},":":{"0":{".":{"4":{"6":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":1,"docs":{"113":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"108":{"tf":1.0}}},"9":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"5":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"6":{".":{"2":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":19,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":56,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":3.3166247903554},"110":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.8284271247461903},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":3.3166247903554},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":3.4641016151377544},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":3.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":3.7416573867739413},"82":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":3.605551275463989},"87":{"tf":4.123105625617661},"88":{"tf":4.242640687119285},"90":{"tf":3.0},"91":{"tf":3.605551275463989},"93":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":39,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"72":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":29,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"[":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"c":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"120":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":12,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"1":{"df":1,"docs":{"99":{"tf":2.0}}},"2":{"0":{":":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"33":{"tf":1.4142135623730951},"54":{"tf":2.0},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{">":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"df":9,"docs":{"104":{"tf":1.7320508075688772},"13":{"tf":1.0},"81":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"123":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"114":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":25,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":2.8284271247461903},"62":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.0},"98":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"l":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":7,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"19":{"tf":1.0},"71":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"a":{"df":13,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"d":{"df":45,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"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},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"46":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":7,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"71":{"tf":2.23606797749979},"88":{"tf":1.0},"92":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":6,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"125":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":8,"docs":{"122":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":2.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":3.3166247903554},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":18,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"7":{"tf":2.8284271247461903},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":2.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"105":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"120":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"57":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"47":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":20,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":3,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"89":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":11,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"94":{"tf":2.0}}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"120":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"101":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":34,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.7416573867739413},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.8284271247461903},"87":{"tf":2.8284271247461903},"88":{"tf":3.3166247903554},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.7416573867739413},"92":{"tf":3.4641016151377544},"93":{"tf":3.0},"94":{"tf":3.4641016151377544},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"49":{"tf":1.0},"50":{"tf":2.8284271247461903}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"62":{"tf":1.0},"81":{"tf":2.0},"91":{"tf":2.0}}}}}},"t":{"a":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"121":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":32,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"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},"73":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":33,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"24":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"3":{"tf":1.0},"52":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.7320508075688772},"76":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"117":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":6,"docs":{"54":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"26":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"117":{"tf":2.8284271247461903},"118":{"tf":3.0},"123":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"b":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}}}},"n":{"a":{"df":7,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.7320508075688772},"89":{"tf":2.449489742783178}}}}},"r":{"a":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"115":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"101":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":16,"docs":{"115":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"59":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"72":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":13,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"d":{"df":22,"docs":{"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":3.1622776601683795},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"119":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"64":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"73":{"tf":2.449489742783178},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979},"77":{"tf":2.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"93":{"tf":2.8284271247461903}}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":22,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.6457513110645907},"91":{"tf":3.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"t":{"c":{"df":3,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"4":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"123":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":58,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"92":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"94":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.0},"22":{"tf":1.0},"26":{"tf":2.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"42":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"97":{"tf":1.0}}}},"df":8,"docs":{"46":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":10,"docs":{"25":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}},"q":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":10,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"w":{"df":1,"docs":{"105":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":46,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":2.0},"62":{"tf":2.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":3.0},"81":{"tf":3.872983346207417},"82":{"tf":2.8284271247461903},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":3.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":3.0},"91":{"tf":2.6457513110645907},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":3.7416573867739413},"95":{"tf":3.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":27,"docs":{"119":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":5.0990195135927845},"82":{"tf":2.6457513110645907},"84":{"tf":2.8284271247461903},"85":{"tf":4.795831523312719},"87":{"tf":5.0},"88":{"tf":5.0990195135927845},"90":{"tf":3.7416573867739413},"91":{"tf":5.0990195135927845},"93":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"d":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"118":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"25":{"tf":1.0},"64":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":2.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"84":{"tf":1.0}}},"r":{"c":{"df":10,"docs":{"105":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":18,"docs":{"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"122":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"a":{"c":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"118":{"tf":1.0},"24":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"(":{"0":{".":{"0":{")":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"(":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"117":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"c":{"df":2,"docs":{"25":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":11,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":24,"docs":{"103":{"tf":1.0},"104":{"tf":2.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}}},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}},"n":{"df":16,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"71":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{",":{"df":0,"docs":{},"m":{",":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},":":{"0":{".":{"8":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"52":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"55":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}},"}":{"_":{"1":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":19,"docs":{"36":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"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.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"3":{"tf":1.4142135623730951},"47":{"tf":3.0},"48":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"6":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":11,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"p":{"1":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"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":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":16,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":22,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"61":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":2.449489742783178},"88":{"tf":1.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}}}},"n":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":23,"docs":{"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"88":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"b":{"df":5,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"_":{"a":{"df":1,"docs":{"94":{"tf":1.0}}},"b":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"32":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.0}}}},"i":{"c":{"df":20,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":24,"docs":{"120":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"92":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{".":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":24,"docs":{"108":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":2.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":3.605551275463989},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"28":{"tf":2.6457513110645907},"50":{"tf":3.605551275463989},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"117":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"104":{"tf":2.449489742783178},"105":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"81":{"tf":3.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"93":{"tf":1.0},"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"77":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"25":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"y":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"42":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}}}},"df":8,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"92":{"tf":2.0}}}}}}},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"42":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"16":{"tf":1.0}}}},"n":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"104":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"19":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":2.23606797749979},"104":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":21,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":8,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":38,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"m":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},",":{"c":{"df":0,"docs":{},"g":{",":{"0":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{",":{"2":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"6":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"8":{"df":2,"docs":{"108":{"tf":1.0},"113":{"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":8,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"71":{"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":3,"docs":{"80":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"106":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"118":{"tf":2.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"61":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.7320508075688772},"97":{"tf":1.0}},"}":{"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"k":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":2.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}},"}":{"df":0,"docs":{},"|":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"q":{"df":1,"docs":{"114":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":20,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":13,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"71":{"tf":1.0},"88":{"tf":1.0}},"g":{"df":2,"docs":{"103":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"106":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"71":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":27,"docs":{"107":{"tf":1.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":3.1622776601683795},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"57":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"108":{"tf":1.0},"56":{"tf":1.0}}},"df":8,"docs":{"106":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"100":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.7320508075688772},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":16,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"n":{"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"97":{"tf":2.0}}},"o":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"106":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{">":{",":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{">":{",":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"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":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{">":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.449489742783178},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":33,"docs":{"105":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":2.8284271247461903},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":7,"docs":{"17":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":3.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"118":{"tf":1.4142135623730951},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"17":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":74,"docs":{"101":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":2.6457513110645907},"109":{"tf":1.0},"11":{"tf":2.8284271247461903},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"118":{"tf":2.6457513110645907},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"124":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":3.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":3.3166247903554},"29":{"tf":2.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.449489742783178},"58":{"tf":3.0},"59":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":3.1622776601683795},"81":{"tf":4.242640687119285},"82":{"tf":3.1622776601683795},"83":{"tf":2.0},"84":{"tf":3.4641016151377544},"85":{"tf":4.123105625617661},"87":{"tf":3.872983346207417},"88":{"tf":5.0},"89":{"tf":1.0},"90":{"tf":3.0},"91":{"tf":4.358898943540674},"92":{"tf":3.0},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":2.0}},"i":{"df":42,"docs":{"1":{"tf":1.0},"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"120":{"tf":3.0},"122":{"tf":1.0},"125":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"69":{"tf":2.23606797749979},"70":{"tf":2.0},"71":{"tf":3.3166247903554},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":2.23606797749979},"92":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"28":{"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":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":86,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"64":{"tf":1.7320508075688772},"7":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":25,"docs":{"106":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":2.6457513110645907},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":3.3166247903554},"69":{"tf":2.8284271247461903},"70":{"tf":2.449489742783178},"71":{"tf":2.23606797749979},"72":{"tf":1.0},"77":{"tf":2.6457513110645907},"8":{"tf":3.7416573867739413},"80":{"tf":2.449489742783178},"81":{"tf":3.872983346207417},"86":{"tf":2.8284271247461903},"88":{"tf":3.0},"91":{"tf":3.0},"92":{"tf":3.605551275463989},"93":{"tf":2.6457513110645907}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"95":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"n":{"+":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":26,"docs":{"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":3.1622776601683795}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"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":{"54":{"tf":1.4142135623730951},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":6,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":7,"docs":{"15":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":2.6457513110645907},"27":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"r":{">":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":2.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"58":{"tf":2.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"93":{"tf":1.0}},"r":{"df":3,"docs":{"101":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":5,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"92":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"7":{"4":{"1":{"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"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":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"101":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}},"df":32,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.23606797749979},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":4.69041575982343},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":3.0},"88":{"tf":3.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":4.0},"92":{"tf":2.0},"93":{"tf":2.449489742783178},"94":{"tf":2.6457513110645907},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"73":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":3,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":18,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"/":{"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":{"9":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"<":{"1":{"df":0,"docs":{},"|":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":50,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":4.358898943540674},"82":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":4.123105625617661},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"93":{"tf":2.23606797749979},"94":{"tf":2.449489742783178},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"123":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"84":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"_":{"c":{"df":4,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"m":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"c":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":26,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"13":{"tf":1.0},"72":{"tf":1.7320508075688772},"78":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"61":{"tf":2.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"59":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":3.4641016151377544},"9":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907},"93":{"tf":2.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"47":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":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":{"2":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":11,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"z":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.8284271247461903},"120":{"tf":2.0},"121":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":12,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":28,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"g":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"]":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":37,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":3.3166247903554},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":3.1622776601683795},"92":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":3.1622776601683795},"94":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"58":{"tf":1.0}},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"114":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"2":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{">":{"_":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"2":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{">":{".":{"b":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"22":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"t":{"df":6,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"54":{"tf":1.0},"80":{"tf":1.7320508075688772},"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}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"94":{"tf":2.6457513110645907}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":41,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":2.0},"115":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"123":{"tf":2.6457513110645907},"16":{"tf":3.0},"17":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":2.6457513110645907},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.8284271247461903},"85":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.8284271247461903},"90":{"tf":2.0},"91":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":19,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"2":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"9":{"tf":1.0}}}}},"q":{"df":2,"docs":{"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":10,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"d":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":48,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"114":{"tf":1.0},"118":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":2.8284271247461903},"28":{"tf":3.4641016151377544},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.3166247903554},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"81":{"tf":3.7416573867739413},"82":{"tf":2.449489742783178},"84":{"tf":3.872983346207417},"85":{"tf":3.7416573867739413},"87":{"tf":3.7416573867739413},"88":{"tf":5.196152422706632},"89":{"tf":3.3166247903554},"9":{"tf":2.23606797749979},"90":{"tf":2.8284271247461903},"91":{"tf":3.7416573867739413},"93":{"tf":3.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"m":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":17,"docs":{"103":{"tf":1.0},"123":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"103":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"37":{"tf":1.0}},"f":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"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":{},"g":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"3":{"8":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":20,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":3.3166247903554},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"52":{"tf":2.0},"54":{"tf":2.449489742783178},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903},"73":{"tf":1.0},"76":{"tf":2.6457513110645907},"77":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":3.3166247903554},"84":{"tf":2.449489742783178},"85":{"tf":2.6457513110645907},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"91":{"tf":3.3166247903554},"93":{"tf":2.8284271247461903},"94":{"tf":3.605551275463989},"95":{"tf":3.1622776601683795},"99":{"tf":2.8284271247461903}},"s":{".":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"b":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":23,"docs":{"101":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"46":{"tf":2.6457513110645907},"80":{"tf":1.7320508075688772},"89":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"30":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"df":7,"docs":{"11":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":22,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"64":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":15,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"28":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.0},"119":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":4.358898943540674},"59":{"tf":3.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":3.4641016151377544},"85":{"tf":2.8284271247461903},"87":{"tf":3.0},"88":{"tf":3.0},"90":{"tf":1.0},"91":{"tf":3.0},"93":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.4641016151377544},"99":{"tf":2.449489742783178}},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"a":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"b":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":19,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":2.23606797749979},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":5,"docs":{"55":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"106":{"tf":2.6457513110645907},"68":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"72":{"tf":2.0},"86":{"tf":1.0},"92":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"118":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.8284271247461903},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"106":{"tf":1.0},"120":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"119":{"tf":2.0},"120":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.8284271247461903},"94":{"tf":2.449489742783178}},"s":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":19,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":47,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":2.449489742783178},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"7":{"tf":1.0},"70":{"tf":2.23606797749979},"71":{"tf":3.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"91":{"tf":2.0},"92":{"tf":2.8284271247461903},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":32,"docs":{"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":2.0},"70":{"tf":2.0},"71":{"tf":3.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":3,"docs":{"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}},"m":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}}},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":3.4641016151377544},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":18,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"91":{"tf":2.449489742783178},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.8284271247461903}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.4142135623730951},"55":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"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":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":19,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":33,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.0},"81":{"tf":4.123105625617661},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":3.4641016151377544},"87":{"tf":3.605551275463989},"88":{"tf":3.4641016151377544},"90":{"tf":2.23606797749979},"91":{"tf":4.0},"92":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":9,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}},"y":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"24":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"58":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":13,"docs":{"12":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":3.4641016151377544},"28":{"tf":3.7416573867739413},"50":{"tf":2.0},"58":{"tf":2.8284271247461903},"59":{"tf":2.449489742783178},"62":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"26":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"80":{"tf":1.0}}},"df":8,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":25,"docs":{"103":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"46":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"89":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":10,"docs":{"62":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772}}}},"l":{"df":31,"docs":{"105":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"88":{"tf":3.0},"92":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":6,"docs":{"28":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":30,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":2.0},"18":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":3.4641016151377544},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":2.8284271247461903},"98":{"tf":2.0}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":19,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"122":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":1,"docs":{"23":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"58":{"tf":2.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":2.0}}},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"p":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"118":{"tf":2.0}}},"z":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}},"l":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"{":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"}":{"(":{"0":{".":{"5":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"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":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"(":{"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"}":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"df":1,"docs":{"114":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"a":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}},"s":{"=":{"3":{"2":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":37,"docs":{"108":{"tf":3.872983346207417},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":3.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":2.6457513110645907},"28":{"tf":1.4142135623730951},"37":{"tf":3.1622776601683795},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"71":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":5.0990195135927845},"84":{"tf":1.0},"85":{"tf":4.47213595499958},"87":{"tf":4.795831523312719},"88":{"tf":5.291502622129181},"90":{"tf":2.0},"91":{"tf":5.0},"92":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":2.0},"94":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"m":{"df":1,"docs":{"46":{"tf":2.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":{}},"m":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"53":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":28,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"123":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"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.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":68,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":3.872983346207417},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":3.605551275463989},"85":{"tf":4.0},"87":{"tf":3.0},"88":{"tf":4.47213595499958},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":3.605551275463989},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":4.0},"95":{"tf":3.0},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{".":{"4":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":14,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":2.8284271247461903},"118":{"tf":2.0},"120":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.8284271247461903},"9":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"df":1,"docs":{"101":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"114":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":2,"docs":{"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"101":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"u":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"58":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"y":{"df":8,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"46":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"78":{"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":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":7,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":3.0}},"s":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"59":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"x":{":":{"c":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":2.23606797749979},"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"4":{"6":{"2":{"6":{"5":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"8":{"3":{"2":{"0":{"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"4":{"3":{"7":{"1":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"3":{"7":{"8":{"0":{"5":{"8":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"8":{"0":{"9":{"3":{"1":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"5":{"5":{"0":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"3":{"2":{"0":{"7":{"6":{"5":{"3":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"1":{"6":{"2":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"1":{"9":{"4":{"2":{"6":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"5":{"2":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":2.0},"94":{"tf":1.0}}},"6":{"4":{"3":{"3":{"8":{"2":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"6":{"0":{"8":{"5":{"4":{"4":{"df":1,"docs":{"20":{"tf":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":{"29":{"tf":1.4142135623730951}}},"1":{",":{"0":{".":{"5":{",":{"0":{".":{"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"9":{"6":{"8":{"1":{"5":{"3":{"0":{"2":{"3":{"2":{"3":{"3":{"7":{"5":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":12,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"2":{".":{"df":0,"docs":{},"z":{"df":1,"docs":{"101":{"tf":1.0}}}},"5":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951}}},"6":{"2":{"2":{"4":{"1":{"5":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"4":{"2":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"113":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}},"3":{"3":{"4":{"3":{"5":{"0":{"6":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"7":{"8":{"5":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"9":{"0":{"4":{"0":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"1":{"6":{"1":{"6":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"9":{"7":{"2":{"6":{"5":{"6":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}}},"7":{"0":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"6":{"7":{"9":{"6":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":7,"docs":{"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951}}},"8":{"5":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"54":{"tf":1.0},"92":{"tf":1.0}}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"6":{"4":{"8":{"4":{"3":{"7":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"1":{"4":{"0":{"6":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.4142135623730951},"125":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":3.1622776601683795},"8":{"tf":4.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"1":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"2":{"9":{"4":{"2":{"2":{"7":{"4":{"4":{"3":{"4":{"1":{"9":{"0":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"0":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{".":{"0":{"0":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":4,"docs":{"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"]":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"6":{"2":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"6":{"6":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":10,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"7":{"2":{"1":{"2":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"7":{"4":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"3":{"6":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"7":{"1":{"9":{"2":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"6":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":2.8284271247461903},"12":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"49":{"tf":1.0}}}}},"1":{"9":{"2":{"5":{"3":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"2":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"9":{"5":{"3":{"6":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"71":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.0}}},"3":{"0":{"5":{"9":{"5":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"4":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"5":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0}},"e":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"7":{"3":{".":{"7":{"8":{"1":{"9":{"8":{"7":{"3":{"1":{"5":{"4":{"3":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"8":{"3":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"9":{"5":{"3":{"3":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":25,"docs":{"11":{"tf":1.0},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.0},"8":{"tf":1.0}},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"2":{".":{"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"9":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":2.0}}},"1":{"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":2.0},"71":{"tf":1.4142135623730951}}},"2":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"5":{",":{"1":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{",":{"0":{",":{"0":{"df":4,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"7":{".":{"3":{"4":{"5":{"1":{"4":{"2":{"0":{"3":{"4":{"4":{"7":{"5":{"4":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"45":{"tf":1.0},"71":{"tf":1.0}}},"6":{"df":1,"docs":{"71":{"tf":1.0}}},"7":{"4":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"8":{".":{"5":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.0},"11":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0}}},"3":{"0":{"0":{"df":1,"docs":{"92":{"tf":1.0}}},"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"94":{"tf":1.0}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"2":{"df":4,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}},"7":{"3":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"8":{"tf":2.0}}},"df":24,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"4":{",":{"8":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},".":{"1":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"0":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}},"7":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"df":35,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"5":{"'":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"c":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},".":{"0":{"1":{"3":{"0":{"2":{"6":{"3":{"8":{"1":{"1":{"1":{"0":{"6":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":1,"docs":{"94":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":19,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"m":{"c":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"c":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"6":{".":{"3":{"5":{"5":{"8":{"2":{"3":{"9":{"7":{"7":{"0":{"9":{"3":{"6":{"7":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"118":{"tf":1.0}}},"4":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"4":{"1":{"6":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":3,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"7":{"1":{"8":{"5":{"4":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"5":{"4":{"0":{"8":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"df":10,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"8":{"0":{"0":{"0":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"6":{"d":{"0":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"7":{"8":{"b":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}}},"9":{",":{"9":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"b":{"4":{"c":{"b":{"4":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"94":{"tf":1.0}}},"4":{"5":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"3":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"8":{"6":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"1":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{",":{"1":{"0":{"0":{"]":{",":{"[":{"\"":{"a":{"\"":{",":{"1":{"0":{"0":{",":{"9":{"9":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"8":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"+":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"7":{"0":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"108":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0},"50":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"56":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":7,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"j":{"a":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"120":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"91":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"26":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"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},"28":{"tf":1.0},"71":{"tf":2.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}}},"i":{"a":{"df":7,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":24,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":2.8284271247461903},"30":{"tf":2.449489742783178},"32":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"5":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.8284271247461903},"99":{"tf":1.0}}}}},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"32":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"30":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":2.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"54":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"114":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"{":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":2.449489742783178},"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":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"101":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"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":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}},"y":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"46":{"tf":3.1622776601683795},"50":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.6457513110645907},"99":{"tf":1.7320508075688772}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"_":{"5":{"df":0,"docs":{},"m":{"c":{"_":{"5":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"c":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":84,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"108":{"tf":2.8284271247461903},"109":{"tf":1.4142135623730951},"11":{"tf":3.4641016151377544},"110":{"tf":2.0},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":2.6457513110645907},"115":{"tf":2.8284271247461903},"117":{"tf":2.23606797749979},"118":{"tf":2.8284271247461903},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":3.872983346207417},"28":{"tf":4.795831523312719},"29":{"tf":2.6457513110645907},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"44":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"47":{"tf":2.6457513110645907},"48":{"tf":3.3166247903554},"49":{"tf":2.8284271247461903},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":2.8284271247461903},"58":{"tf":3.872983346207417},"59":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":3.3166247903554},"81":{"tf":6.0},"82":{"tf":3.872983346207417},"83":{"tf":2.23606797749979},"84":{"tf":4.47213595499958},"85":{"tf":5.291502622129181},"87":{"tf":4.795831523312719},"88":{"tf":6.48074069840786},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":4.69041575982343},"91":{"tf":6.0},"92":{"tf":2.449489742783178},"93":{"tf":3.1622776601683795},"94":{"tf":4.123105625617661},"95":{"tf":3.0},"97":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":5,"docs":{"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"94":{"tf":2.23606797749979}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":27,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":3.1622776601683795},"62":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"76":{"tf":1.0},"81":{"tf":2.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"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":33,"docs":{"10":{"tf":2.23606797749979},"100":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.449489742783178},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903},"9":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":2.449489742783178},"94":{"tf":2.8284271247461903},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":9,"docs":{"118":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"101":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}}},"g":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"59":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"+":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"z":{"df":1,"docs":{"18":{"tf":1.0}}}},":":{"0":{".":{"4":{"6":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":1,"docs":{"113":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"108":{"tf":1.0}}},"9":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"5":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"6":{".":{"2":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":59,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.4142135623730951},"11":{"tf":3.3166247903554},"110":{"tf":2.23606797749979},"111":{"tf":2.23606797749979},"112":{"tf":2.0},"113":{"tf":2.23606797749979},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":3.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":3.4641016151377544},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":3.7416573867739413},"43":{"tf":1.0},"44":{"tf":2.449489742783178},"45":{"tf":2.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":3.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":3.7416573867739413},"82":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":3.605551275463989},"87":{"tf":4.242640687119285},"88":{"tf":4.242640687119285},"90":{"tf":3.0},"91":{"tf":3.605551275463989},"93":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":39,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"72":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":29,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"g":{"[":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"c":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"120":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":12,"docs":{"100":{"tf":1.7320508075688772},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"37":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"1":{"df":1,"docs":{"99":{"tf":2.0}}},"2":{"0":{":":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"33":{"tf":1.4142135623730951},"54":{"tf":2.0},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{">":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"df":9,"docs":{"104":{"tf":2.0},"13":{"tf":1.0},"81":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"123":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"114":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":25,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":3.0},"62":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.0},"98":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"l":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":7,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"19":{"tf":1.0},"71":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"a":{"df":13,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"d":{"df":45,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"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},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"46":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":7,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"71":{"tf":2.23606797749979},"88":{"tf":1.0},"92":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":6,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"125":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":8,"docs":{"122":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":2.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":3.3166247903554},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":18,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"7":{"tf":3.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":2.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"105":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"120":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"57":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"47":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":20,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":3,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"89":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":11,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"94":{"tf":2.0}}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"120":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"101":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":34,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.7416573867739413},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.8284271247461903},"87":{"tf":2.8284271247461903},"88":{"tf":3.3166247903554},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.7416573867739413},"92":{"tf":3.4641016151377544},"93":{"tf":3.0},"94":{"tf":3.4641016151377544},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":2.8284271247461903},"49":{"tf":1.4142135623730951},"50":{"tf":2.8284271247461903}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"62":{"tf":1.0},"81":{"tf":2.0},"91":{"tf":2.0}}}}}},"t":{"a":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"121":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":32,"docs":{"10":{"tf":2.0},"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"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.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":46,"docs":{"101":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"24":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"3":{"tf":1.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"117":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":6,"docs":{"54":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"26":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"117":{"tf":2.8284271247461903},"118":{"tf":3.0},"123":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"b":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}}}},"n":{"a":{"df":7,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"80":{"tf":2.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.7320508075688772},"89":{"tf":2.449489742783178}}}}},"r":{"a":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"115":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"101":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":16,"docs":{"115":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"28":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"59":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"72":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":13,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":2.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"d":{"df":23,"docs":{"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.4641016151377544},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"119":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"64":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"73":{"tf":2.8284271247461903},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.6457513110645907},"77":{"tf":2.23606797749979},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"93":{"tf":3.0}}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":22,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.6457513110645907},"91":{"tf":3.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":3,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"4":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"123":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":61,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"92":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"94":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"5":{"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.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":2.23606797749979},"22":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.6457513110645907},"42":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"97":{"tf":1.0}}}},"df":8,"docs":{"46":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":10,"docs":{"25":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}},"q":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":10,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"w":{"df":1,"docs":{"105":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":46,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":2.0},"62":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":3.0},"81":{"tf":3.872983346207417},"82":{"tf":2.8284271247461903},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":3.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":3.0},"91":{"tf":2.6457513110645907},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":3.7416573867739413},"95":{"tf":3.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":27,"docs":{"119":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":5.0990195135927845},"82":{"tf":2.6457513110645907},"84":{"tf":2.8284271247461903},"85":{"tf":4.795831523312719},"87":{"tf":5.0},"88":{"tf":5.0990195135927845},"90":{"tf":3.7416573867739413},"91":{"tf":5.0990195135927845},"93":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"d":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"118":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"25":{"tf":1.0},"64":{"tf":2.23606797749979},"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.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"84":{"tf":1.0}}},"r":{"c":{"df":10,"docs":{"105":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":18,"docs":{"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"122":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"a":{"c":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"118":{"tf":1.0},"24":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"(":{"0":{".":{"0":{")":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"(":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"117":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"c":{"df":2,"docs":{"25":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":11,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":24,"docs":{"103":{"tf":1.0},"104":{"tf":2.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}}},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}},"n":{"df":16,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"71":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":80,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"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":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"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},"7":{"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},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{",":{"df":0,"docs":{},"m":{",":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},":":{"0":{".":{"8":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"52":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"55":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}},"}":{"_":{"1":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":19,"docs":{"36":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":2.8284271247461903},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0}}}},"m":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"3":{"tf":1.4142135623730951},"47":{"tf":3.4641016151377544},"48":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"80":{"tf":1.4142135623730951},"91":{"tf":2.0}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"6":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":2.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":11,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"64":{"tf":2.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}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"p":{"1":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"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":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"70":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":16,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":25,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"61":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"81":{"tf":2.0},"83":{"tf":2.449489742783178},"88":{"tf":1.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}}}},"n":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":23,"docs":{"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"88":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"b":{"df":5,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"_":{"a":{"df":1,"docs":{"94":{"tf":1.0}}},"b":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"32":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.0}}}},"i":{"c":{"df":20,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":32,"docs":{"120":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"92":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{".":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":24,"docs":{"108":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":3.605551275463989},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"28":{"tf":2.6457513110645907},"50":{"tf":3.605551275463989},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"117":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"81":{"tf":3.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"93":{"tf":1.0},"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"77":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"25":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"y":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"42":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}}}},"df":8,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"92":{"tf":2.0}}}}}}},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":2.0},"105":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"42":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"16":{"tf":1.0}}}},"n":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"104":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"19":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":2.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":2.6457513110645907},"104":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":21,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":8,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":38,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"m":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},",":{"c":{"df":0,"docs":{},"g":{",":{"0":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{",":{"2":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"6":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"8":{"df":2,"docs":{"108":{"tf":1.0},"113":{"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":8,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"71":{"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":3,"docs":{"80":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"106":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"118":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"61":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.7320508075688772},"97":{"tf":1.0}},"}":{"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"k":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":2.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}},"}":{"df":0,"docs":{},"|":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"q":{"df":1,"docs":{"114":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":20,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":13,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"71":{"tf":1.0},"88":{"tf":1.0}},"g":{"df":2,"docs":{"103":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"106":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"71":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"107":{"tf":1.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":3.4641016151377544},"48":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":3.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"57":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"108":{"tf":1.0},"56":{"tf":1.0}}},"df":8,"docs":{"106":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.7320508075688772},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":18,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"n":{"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"97":{"tf":2.0}}},"o":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"106":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{">":{",":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{">":{",":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"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":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{">":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":33,"docs":{"103":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":34,"docs":{"105":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":3.1622776601683795},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"62":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":7,"docs":{"17":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":3.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"118":{"tf":1.7320508075688772},"119":{"tf":2.6457513110645907},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"17":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":75,"docs":{"101":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":3.0},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"110":{"tf":2.23606797749979},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":2.23606797749979},"114":{"tf":2.6457513110645907},"115":{"tf":2.8284271247461903},"117":{"tf":1.4142135623730951},"118":{"tf":2.6457513110645907},"120":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":2.449489742783178},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"23":{"tf":3.1622776601683795},"26":{"tf":1.7320508075688772},"27":{"tf":2.449489742783178},"28":{"tf":3.4641016151377544},"29":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.605551275463989},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":3.1622776601683795},"81":{"tf":4.242640687119285},"82":{"tf":3.1622776601683795},"83":{"tf":2.0},"84":{"tf":3.4641016151377544},"85":{"tf":4.123105625617661},"87":{"tf":3.872983346207417},"88":{"tf":5.0},"89":{"tf":1.0},"90":{"tf":3.0},"91":{"tf":4.358898943540674},"92":{"tf":3.0},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":2.0}},"i":{"df":45,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"120":{"tf":3.0},"122":{"tf":1.0},"125":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"71":{"tf":3.4641016151377544},"72":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":2.23606797749979},"92":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"28":{"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":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":86,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"64":{"tf":1.7320508075688772},"7":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":26,"docs":{"106":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"25":{"tf":3.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"68":{"tf":3.605551275463989},"69":{"tf":3.0},"70":{"tf":2.6457513110645907},"71":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951},"77":{"tf":2.8284271247461903},"8":{"tf":3.872983346207417},"80":{"tf":2.449489742783178},"81":{"tf":3.872983346207417},"86":{"tf":3.0},"88":{"tf":3.0},"91":{"tf":3.0},"92":{"tf":3.7416573867739413},"93":{"tf":2.6457513110645907}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"95":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"n":{"+":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":26,"docs":{"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":3.1622776601683795}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"3":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"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":{"54":{"tf":1.4142135623730951},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":6,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":7,"docs":{"15":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":2.6457513110645907},"27":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"36":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"r":{">":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":2.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"58":{"tf":2.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"93":{"tf":1.0}},"r":{"df":3,"docs":{"101":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":5,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"92":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"7":{"4":{"1":{"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"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":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"101":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}},"df":32,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.23606797749979},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":4.69041575982343},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":3.0},"88":{"tf":3.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":4.0},"92":{"tf":2.0},"93":{"tf":2.449489742783178},"94":{"tf":2.6457513110645907},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"73":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":3,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":18,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"/":{"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":{"9":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"<":{"1":{"df":0,"docs":{},"|":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":50,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":2.449489742783178},"7":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":4.358898943540674},"82":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":4.123105625617661},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"93":{"tf":2.23606797749979},"94":{"tf":2.449489742783178},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"123":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"84":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"_":{"c":{"df":4,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"m":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"c":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":26,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"13":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"13":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"61":{"tf":2.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"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}}}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"59":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":3.4641016151377544},"9":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907},"93":{"tf":2.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"47":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":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":{"2":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":11,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"z":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":3.0},"120":{"tf":2.0},"121":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":12,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":35,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"g":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"]":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":37,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":3.4641016151377544},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":3.3166247903554},"92":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.6457513110645907},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":3.1622776601683795},"94":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"58":{"tf":1.0}},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"114":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"2":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{">":{"_":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"2":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{">":{".":{"b":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"22":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"t":{"df":6,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"54":{"tf":1.0},"80":{"tf":1.7320508075688772},"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}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"94":{"tf":2.6457513110645907}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":41,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"123":{"tf":2.8284271247461903},"16":{"tf":3.1622776601683795},"17":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":2.6457513110645907},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.8284271247461903},"85":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.8284271247461903},"90":{"tf":2.0},"91":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"99":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":19,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"2":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"9":{"tf":1.0}}}}},"q":{"df":2,"docs":{"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":80,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"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.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"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},"7":{"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},"8":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":10,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"d":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":52,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"114":{"tf":1.0},"118":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":3.0},"28":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.449489742783178},"42":{"tf":2.8284271247461903},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"81":{"tf":3.7416573867739413},"82":{"tf":2.449489742783178},"84":{"tf":3.872983346207417},"85":{"tf":3.7416573867739413},"87":{"tf":3.7416573867739413},"88":{"tf":5.196152422706632},"89":{"tf":3.3166247903554},"9":{"tf":2.449489742783178},"90":{"tf":2.8284271247461903},"91":{"tf":3.7416573867739413},"93":{"tf":3.0},"94":{"tf":1.0},"99":{"tf":2.0}},"m":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":17,"docs":{"103":{"tf":1.0},"123":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"103":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"37":{"tf":1.0}},"f":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"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":{},"g":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"3":{"8":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":20,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":3.3166247903554},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.7320508075688772},"52":{"tf":2.0},"54":{"tf":2.6457513110645907},"55":{"tf":2.0},"56":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903},"73":{"tf":1.0},"76":{"tf":2.8284271247461903},"77":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":3.3166247903554},"84":{"tf":2.449489742783178},"85":{"tf":2.6457513110645907},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"91":{"tf":3.3166247903554},"93":{"tf":2.8284271247461903},"94":{"tf":3.605551275463989},"95":{"tf":3.1622776601683795},"99":{"tf":2.8284271247461903}},"s":{".":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"b":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":26,"docs":{"101":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"46":{"tf":3.0},"80":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"30":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":21,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"df":7,"docs":{"11":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":22,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"64":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":15,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"28":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.0},"119":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"58":{"tf":4.358898943540674},"59":{"tf":3.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":3.605551275463989},"85":{"tf":2.8284271247461903},"87":{"tf":3.0},"88":{"tf":3.0},"90":{"tf":1.0},"91":{"tf":3.0},"93":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.4641016151377544},"99":{"tf":2.6457513110645907}},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"a":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"b":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":25,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"80":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":5,"docs":{"55":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"106":{"tf":2.8284271247461903},"68":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":2.23606797749979},"86":{"tf":1.0},"92":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":2.0}}}}},"df":10,"docs":{"118":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.8284271247461903},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"106":{"tf":1.0},"120":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"119":{"tf":2.23606797749979},"120":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":3.0},"94":{"tf":2.449489742783178}},"s":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":19,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":48,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":2.449489742783178},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":2.449489742783178},"68":{"tf":1.7320508075688772},"69":{"tf":2.6457513110645907},"7":{"tf":1.0},"70":{"tf":2.449489742783178},"71":{"tf":3.1622776601683795},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"91":{"tf":2.0},"92":{"tf":2.8284271247461903},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":32,"docs":{"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":2.0},"70":{"tf":2.0},"71":{"tf":3.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":3,"docs":{"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}},"m":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"71":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}}},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":3.4641016151377544},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":18,"docs":{"104":{"tf":3.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"91":{"tf":2.449489742783178},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.8284271247461903}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.7320508075688772},"55":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"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":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":19,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":33,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":4.123105625617661},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":3.4641016151377544},"87":{"tf":3.605551275463989},"88":{"tf":3.4641016151377544},"90":{"tf":2.23606797749979},"91":{"tf":4.0},"92":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":89,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.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":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":9,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}},"y":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"24":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"58":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":13,"docs":{"12":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":3.4641016151377544},"28":{"tf":3.7416573867739413},"50":{"tf":2.0},"58":{"tf":2.8284271247461903},"59":{"tf":2.449489742783178},"62":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"26":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"80":{"tf":1.0}}},"df":21,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":25,"docs":{"103":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.6457513110645907},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"46":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"89":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":10,"docs":{"62":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772}}}},"l":{"df":48,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"88":{"tf":3.0},"9":{"tf":1.0},"92":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":6,"docs":{"28":{"tf":1.4142135623730951},"5":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":33,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":2.449489742783178},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":2.449489742783178},"47":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":3.605551275463989},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":2.8284271247461903},"98":{"tf":2.0}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":19,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"122":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":1,"docs":{"23":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"58":{"tf":2.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":2.0}}},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"p":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"118":{"tf":2.0}}},"z":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}},"l":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"{":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"}":{"(":{"0":{".":{"5":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"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":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"(":{"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"}":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"df":1,"docs":{"114":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"a":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}},"s":{"=":{"3":{"2":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":37,"docs":{"108":{"tf":3.872983346207417},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":3.3166247903554},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":2.8284271247461903},"28":{"tf":1.4142135623730951},"37":{"tf":3.1622776601683795},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"71":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":5.0990195135927845},"84":{"tf":1.0},"85":{"tf":4.47213595499958},"87":{"tf":4.795831523312719},"88":{"tf":5.291502622129181},"90":{"tf":2.0},"91":{"tf":5.0},"92":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.0},"18":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"m":{"df":1,"docs":{"46":{"tf":2.449489742783178}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":{}},"m":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"53":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":28,"docs":{"101":{"tf":1.0},"111":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"123":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":2.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"13":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"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.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":68,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":3.872983346207417},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":3.605551275463989},"85":{"tf":4.0},"87":{"tf":3.0},"88":{"tf":4.47213595499958},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":3.605551275463989},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":4.0},"95":{"tf":3.0},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{".":{"4":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"63":{"tf":1.0},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":2.8284271247461903},"118":{"tf":2.23606797749979},"120":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.8284271247461903},"9":{"tf":2.23606797749979},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"df":1,"docs":{"101":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"114":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":2,"docs":{"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"101":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"u":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"58":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"y":{"df":8,"docs":{"105":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"46":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"78":{"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":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":7,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":3.0}},"s":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"25":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"59":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"x":{":":{"c":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":2.23606797749979},"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"0":{"0":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"3":{"df":1,"docs":{"56":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"97":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"122":{"tf":1.0},"32":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":24,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"56":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"25":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":19,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":2,"docs":{"100":{"tf":1.0},"34":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"13":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"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":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"r":{"df":4,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"a":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"99":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"110":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"40":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"64":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":3,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"103":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"51":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"47":{"tf":1.0}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":9,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":2,"docs":{"115":{"tf":1.0},"14":{"tf":1.0}}},"o":{"d":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"103":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":26,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":2,"docs":{"1":{"tf":1.0},"64":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"106":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"115":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"9":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"104":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"28":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"103":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"98":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"59":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"64":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"106":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":4,"docs":{"40":{"tf":1.0},"68":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"i":{"df":2,"docs":{"21":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"111":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}}},"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"118":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["quick_start.html#basic-usage","quick_start.html#modkit-is-a-bioinformatics-tool-for-working-with-modified-bases-from-oxford-nanopore","quick_start.html#installation","quick_start.html#common-use-cases","quick_start.html#notes-and-troubleshooting","intro_bedmethyl.html#constructing-bedmethyl-tables","intro_bedmethyl.html#basic-usage","intro_bedmethyl.html#narrowing-output-to-cpg-dinucleotides","intro_bedmethyl.html#narrowing-output-to-specific-motifs","intro_bedmethyl.html#partitioning-reads-based-on-sam-tag-values","intro_bedmethyl.html#description-of-bedmethyl-output","intro_bedmethyl.html#definitions","intro_bedmethyl.html#bedmethyl-column-descriptions","intro_bedmethyl.html#performance-considerations","intro_adjust.html#updating-and-adjusting-mm-tags","intro_adjust.html#ignoring-a-modification-class","intro_adjust.html#combining-base-modification-probabilities","intro_adjust.html#updating-the-flag--and-","intro_adjust.html#changing-the-base-modification-code","intro_summary.html#summarizing-a-modbam","intro_summary.html#summarize-the-base-modification-calls-in-a-modbam","intro_summary.html#description-of-columns-in-modkit-summary","intro_summary.html#totals-table","intro_summary.html#modification-calls-table","intro_summary.html#passing-a-threshold-directly","intro_motif_bed.html#making-a-motif-bed-file","intro_extract.html#extracting-base-modification-information","intro_extract.html#description-of-output-table","intro_extract.html#tabulating-base-modification--calls--for-each-read-position","intro_extract.html#note-on-implicit-base-modification-calls","intro_extract.html#note-on-non-primary-alignments","intro_extract.html#example-usages","intro_extract.html#extract-a-table-from-an-aligned-and-indexed-bam","intro_extract.html#extract-a-table-from-a-region-of-a-large-modbam","intro_extract.html#extract-only-sites-aligned-to-a-cg-motif","intro_extract.html#extract-only-sites-that-are-at-least-50-bases-from-the-ends-of-the-reads","intro_extract.html#extract-read-level-base-modification-calls","intro_call_mods.html#calling-mods-in-a-modbam","intro_call_mods.html#example-usages","intro_call_mods.html#estimate-the-threshold-on-the-fly-apply-to-modbam-and-clamp-the-modification-calls-to-certainty","intro_call_mods.html#specify-a-filter-threshold-for-your-use-case","intro_call_mods.html#call-mods-with-the-estimated-threshold-and-ignore-modification-calls-within-100-base-pairs-of-the-ends-of-the-reds","intro_edge_filter.html#removing-modification-calls-at-the-ends-of-reads","intro_edge_filter.html#example-usages","intro_edge_filter.html#call-mods-with-the-estimated-threshold-and-ignore-modification-calls-within-100-base-pairs-of-the-ends-of-the-reads","intro_edge_filter.html#perform-pileup-ignoring-base-modification-calls-within-100-base-pairs-of-the-ends-of-the-reads","intro_repair.html#repair-mmml-tags-on-trimmed-reads","intro_pileup_hemi.html#make-hemi-methylation-bedmethyl-tables-with-pileup-hemi","intro_pileup_hemi.html#description-of-hemi-methylation-patterns","intro_pileup_hemi.html#definitions","intro_pileup_hemi.html#bedmethyl-column-descriptions","intro_pileup_hemi.html#limitations","intro_dmr.html#perform-differential-methylation-scoring","intro_dmr.html#preparing-the-input-data","intro_dmr.html#1-perform-differential-methylation-scoring-of-genomic-regions-for-a-pair-of-samples","intro_dmr.html#2-perform-differential-methylation-detection-on-all-pairs-of-samples-over-regions-from-the-genome","intro_dmr.html#3-detecting-differential-modification-at-single-base-positions","intro_dmr.html#note-about-modification-codes","intro_dmr.html#differential-methylation-output-format","intro_dmr.html#segmenting-on-differential-methylation","intro_validate.html#validating-ground-truth-results","intro_validate.html#validating-from-modbam-reads-and-bed-reference-annotation","intro_validate.html#bed-ground-truth-annotation-file","intro_validate.html#output-file","intro_find_motifs.html#find-highly-modified-motif-sequences","intro_find_motifs.html#output-format","intro_find_motifs.html#machine-readable-table","intro_find_motifs.html#human-readable-table","intro_find_motifs.html#specifying-known-motifs","intro_find_motifs.html#machine-readable-table-1","intro_find_motifs.html#human-readable-table-1","intro_find_motifs.html#simple-description-of-the-search-algorithm","intro_find_motifs.html#tuning-parameters-and---skip-search","intro_entropy.html#calculating-methylation-entropy","intro_entropy.html#calculate-entropy-in-windows-across-the-genome","intro_entropy.html#output-schema","intro_entropy.html#calculating-entropy-in-bed-specified-regions","intro_entropy.html#specifying-motifs-or-primary-sequence-bases","intro_entropy.html#calculation-of-methylation-entropy","intro_include_bed.html#narrow-output-to-specific-positions","advanced_usage.html#modkit-subcommand-documentation","advanced_usage.html#pileup","advanced_usage.html#adjust-mods","advanced_usage.html#update-tags","advanced_usage.html#sample-probs","advanced_usage.html#summary","advanced_usage.html#motif-bed","advanced_usage.html#call-mods","advanced_usage.html#extract","advanced_usage.html#repair","advanced_usage.html#validate","advanced_usage.html#pileup-hemi","advanced_usage.html#find-motifs","advanced_usage.html#entropy","advanced_usage.html#dmr-pair","advanced_usage.html#dmr-multi","troubleshooting.html#troubleshooting","troubleshooting.html#missing-secondary-and-supplementary-alignments-in-output","troubleshooting.html#no-rows-in-modkit-pileup-output","troubleshooting.html#not-sampling-enough-reads-to-estimate-threshold","troubleshooting.html#cg-positions-are-missing-from-output-bedmethyl","limitations.html#current-limitations","perf_considerations.html#performance-considerations","perf_considerations.html#sharding-a-large-modbam-by-region","perf_considerations.html#setting-the---interval-size-and---chunk-size-pileup","perf_considerations.html#memory-usage-in-modkit-extract","perf_considerations.html#parallelism-in-find-motifs-and-when-to---skip-search","algo_details.html#algorithm-details","filtering.html#partitioning-pass-and-fail-base-modification-calls","filtering.html#further-details","filtering_details.html#examples-of-how-thresholds-affect-base-modification-calls","filtering_details.html#two-way-base-modification-calls","filtering_details.html#three-way-base-modification-calls","filtering_details.html#three-way-base-modification-calls-with-modification-specific-thresholds","filtering_numeric_details.html#filtering-base-modification-calls","filtering_numeric_details.html#a-note-on-the-probability-of-modification--mm-flag","dmr_scoring_details.html#dmr-model-and-scoring-details","dmr_scoring_details.html#likelihood-ratio-scoring-details","dmr_scoring_details.html#map-based-p-value","dmr_scoring_details.html#dmr-segmentation-hidden-markov-model","dmr_scoring_details.html#transition-parameters","dmr_scoring_details.html#emission-parameters","collapse.html#removing-modification-calls-from-bams","collapse.html#removing-dna-base-modification-probabilities","collapse.html#combining-multiple-base-modifications-into-a-single-count","collapse.html#combine---combine"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":5,"title":2},"1":{"body":1,"breadcrumbs":11,"title":8},"10":{"body":13,"breadcrumbs":9,"title":3},"100":{"body":19,"breadcrumbs":6,"title":5},"101":{"body":133,"breadcrumbs":4,"title":2},"102":{"body":0,"breadcrumbs":4,"title":2},"103":{"body":29,"breadcrumbs":6,"title":4},"104":{"body":80,"breadcrumbs":8,"title":6},"105":{"body":56,"breadcrumbs":6,"title":4},"106":{"body":83,"breadcrumbs":7,"title":5},"107":{"body":23,"breadcrumbs":4,"title":2},"108":{"body":100,"breadcrumbs":12,"title":6},"109":{"body":11,"breadcrumbs":8,"title":2},"11":{"body":157,"breadcrumbs":7,"title":1},"110":{"body":21,"breadcrumbs":14,"title":6},"111":{"body":33,"breadcrumbs":13,"title":5},"112":{"body":37,"breadcrumbs":13,"title":5},"113":{"body":83,"breadcrumbs":16,"title":8},"114":{"body":109,"breadcrumbs":12,"title":4},"115":{"body":53,"breadcrumbs":13,"title":5},"116":{"body":0,"breadcrumbs":10,"title":4},"117":{"body":165,"breadcrumbs":10,"title":4},"118":{"body":338,"breadcrumbs":10,"title":4},"119":{"body":55,"breadcrumbs":11,"title":5},"12":{"body":133,"breadcrumbs":9,"title":3},"120":{"body":208,"breadcrumbs":8,"title":2},"121":{"body":37,"breadcrumbs":8,"title":2},"122":{"body":57,"breadcrumbs":9,"title":4},"123":{"body":84,"breadcrumbs":10,"title":5},"124":{"body":0,"breadcrumbs":11,"title":6},"125":{"body":48,"breadcrumbs":7,"title":2},"13":{"body":27,"breadcrumbs":8,"title":2},"14":{"body":33,"breadcrumbs":11,"title":4},"15":{"body":44,"breadcrumbs":10,"title":3},"16":{"body":59,"breadcrumbs":11,"title":4},"17":{"body":40,"breadcrumbs":9,"title":2},"18":{"body":25,"breadcrumbs":11,"title":4},"19":{"body":25,"breadcrumbs":7,"title":2},"2":{"body":28,"breadcrumbs":4,"title":1},"20":{"body":70,"breadcrumbs":10,"title":5},"21":{"body":0,"breadcrumbs":9,"title":4},"22":{"body":46,"breadcrumbs":7,"title":2},"23":{"body":104,"breadcrumbs":8,"title":3},"24":{"body":73,"breadcrumbs":8,"title":3},"25":{"body":47,"breadcrumbs":11,"title":4},"26":{"body":102,"breadcrumbs":11,"title":4},"27":{"body":169,"breadcrumbs":10,"title":3},"28":{"body":241,"breadcrumbs":14,"title":7},"29":{"body":51,"breadcrumbs":12,"title":5},"3":{"body":64,"breadcrumbs":6,"title":3},"30":{"body":62,"breadcrumbs":11,"title":4},"31":{"body":0,"breadcrumbs":9,"title":2},"32":{"body":13,"breadcrumbs":12,"title":5},"33":{"body":17,"breadcrumbs":12,"title":5},"34":{"body":16,"breadcrumbs":12,"title":5},"35":{"body":7,"breadcrumbs":13,"title":6},"36":{"body":55,"breadcrumbs":13,"title":6},"37":{"body":101,"breadcrumbs":9,"title":3},"38":{"body":0,"breadcrumbs":8,"title":2},"39":{"body":5,"breadcrumbs":15,"title":9},"4":{"body":7,"breadcrumbs":5,"title":2},"40":{"body":14,"breadcrumbs":11,"title":5},"41":{"body":8,"breadcrumbs":19,"title":13},"42":{"body":127,"breadcrumbs":13,"title":5},"43":{"body":0,"breadcrumbs":10,"title":2},"44":{"body":8,"breadcrumbs":21,"title":13},"45":{"body":26,"breadcrumbs":20,"title":12},"46":{"body":163,"breadcrumbs":13,"title":5},"47":{"body":179,"breadcrumbs":15,"title":7},"48":{"body":82,"breadcrumbs":12,"title":4},"49":{"body":120,"breadcrumbs":9,"title":1},"5":{"body":63,"breadcrumbs":9,"title":3},"50":{"body":129,"breadcrumbs":11,"title":3},"51":{"body":19,"breadcrumbs":9,"title":1},"52":{"body":78,"breadcrumbs":11,"title":4},"53":{"body":69,"breadcrumbs":10,"title":3},"54":{"body":221,"breadcrumbs":16,"title":9},"55":{"body":94,"breadcrumbs":17,"title":10},"56":{"body":125,"breadcrumbs":14,"title":7},"57":{"body":104,"breadcrumbs":10,"title":3},"58":{"body":470,"breadcrumbs":11,"title":4},"59":{"body":235,"breadcrumbs":10,"title":3},"6":{"body":52,"breadcrumbs":8,"title":2},"60":{"body":22,"breadcrumbs":11,"title":4},"61":{"body":200,"breadcrumbs":13,"title":6},"62":{"body":97,"breadcrumbs":12,"title":5},"63":{"body":30,"breadcrumbs":9,"title":2},"64":{"body":64,"breadcrumbs":13,"title":5},"65":{"body":24,"breadcrumbs":10,"title":2},"66":{"body":74,"breadcrumbs":11,"title":3},"67":{"body":58,"breadcrumbs":11,"title":3},"68":{"body":67,"breadcrumbs":11,"title":3},"69":{"body":96,"breadcrumbs":11,"title":3},"7":{"body":123,"breadcrumbs":10,"title":4},"70":{"body":80,"breadcrumbs":11,"title":3},"71":{"body":263,"breadcrumbs":12,"title":4},"72":{"body":67,"breadcrumbs":12,"title":4},"73":{"body":104,"breadcrumbs":9,"title":3},"74":{"body":19,"breadcrumbs":10,"title":4},"75":{"body":30,"breadcrumbs":8,"title":2},"76":{"body":54,"breadcrumbs":11,"title":5},"77":{"body":69,"breadcrumbs":11,"title":5},"78":{"body":118,"breadcrumbs":9,"title":3},"79":{"body":45,"breadcrumbs":11,"title":4},"8":{"body":147,"breadcrumbs":10,"title":4},"80":{"body":327,"breadcrumbs":6,"title":3},"81":{"body":950,"breadcrumbs":4,"title":1},"82":{"body":227,"breadcrumbs":5,"title":2},"83":{"body":146,"breadcrumbs":5,"title":2},"84":{"body":406,"breadcrumbs":5,"title":2},"85":{"body":502,"breadcrumbs":4,"title":1},"86":{"body":51,"breadcrumbs":5,"title":2},"87":{"body":480,"breadcrumbs":5,"title":2},"88":{"body":851,"breadcrumbs":4,"title":1},"89":{"body":125,"breadcrumbs":4,"title":1},"9":{"body":110,"breadcrumbs":12,"title":6},"90":{"body":327,"breadcrumbs":4,"title":1},"91":{"body":807,"breadcrumbs":5,"title":2},"92":{"body":314,"breadcrumbs":5,"title":2},"93":{"body":421,"breadcrumbs":4,"title":1},"94":{"body":608,"breadcrumbs":5,"title":2},"95":{"body":340,"breadcrumbs":5,"title":2},"96":{"body":18,"breadcrumbs":2,"title":1},"97":{"body":103,"breadcrumbs":6,"title":5},"98":{"body":70,"breadcrumbs":5,"title":4},"99":{"body":91,"breadcrumbs":6,"title":5}},"docs":{"0":{"body":"","breadcrumbs":"Quick Start guides » Basic Usage","id":"0","title":"Basic Usage"},"1":{"body":"ONT_logo","breadcrumbs":"Quick Start guides » modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore.","id":"1","title":"modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore."},"10":{"body":"Below is a description of the bedMethyl columns generated by modkit pileup. A brief description of the bedMethyl specification can be found on Encode .","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Description of bedMethyl output.","id":"10","title":"Description of bedMethyl output."},"100":{"body":"When running with --preset traditional or --cpg the resultant bedMethyl file will only contains CG positions. However, it will not include positions for which the pass coverage is zero (see the column descriptions ). This is to be expected.","breadcrumbs":"Troubleshooting » CG positions are missing from output bedMethyl.","id":"100","title":"CG positions are missing from output bedMethyl."},"101":{"body":"Known limitations and forecasts for when they will be removed. Ambiguous DNA bases in ML tags are not supported (for example N+m?). This limitation will be removed in version 0.2.z During modkit pileup, it is assumed that each read should only have one primary alignment. If a read name is detected more than once, the occurrence is logged but both alignments will be used. This limitation may be removed in the future with a form of dynamic de-duplication. Only one MM-flag (., ?) per-canonical base is supported within a read. This limitation may be removed in the future. The MAP-based p-value metric ( details ) performs a test that there is a difference in modification (of any kind) between two conditions. If a position has multiple base modification calls (such as 5hmC and 5mC) the calls are summed together into a single \"modified\" count. If a position differs only in the modification type (such as one condition has more 5hmC and the other has more 5mC) this effect will not be captured in the MAP-based p-value. The likelihood ratio test does capture changes in modification type. The MAP-based p-value is not available when performing DMR on regions. This is because there is potentially large variability in the number of modified bases and coverage over regions. This variability translates into varying degrees of statistical power and makes comparisons difficult to interpret.","breadcrumbs":"Current limitations » Current limitations","id":"101","title":"Current limitations"},"102":{"body":"","breadcrumbs":"Performance considerations » Performance considerations","id":"102","title":"Performance considerations"},"103":{"body":"The --region option in pileup, summary, and sample-probs can be used to operate on a subset of records in a large BAM. If you're working in a distributed environment, the genome could be sharded into large sections which are specified to modkit in concurrent processes and merged afterward in a \"map-reduce\" pattern.","breadcrumbs":"Performance considerations » Sharding a large modBAM by region.","id":"103","title":"Sharding a large modBAM by region."},"104":{"body":"Whenever operating on a sorted, indexed BAM, modkit will operate in parallel on disjoint spans of the genome. The length of these spans (i.e. intervals) can be determined by the --interval-size or the --sampling-interval-size (for the sampling algorithm only). The defaults for these parameters works well for genomes such as the human genome. For smaller genomes with high coverage, you may decide to decrease the interval size in order to take advantage of parallelism. The pileup subcommand also has a --chunk-size option that will limit the total number of intervals computed on in parallel. By default, modkit will set this parameter to be 50% larger than the number of threads. In general, this is a good setting for balancing parallelism and memory usage. Increasing the --chunk-size can increase parallelism (and decrease run time) but will consume more memory.","breadcrumbs":"Performance considerations » Setting the --interval-size and --chunk-size (pileup).","id":"104","title":"Setting the --interval-size and --chunk-size (pileup)."},"105":{"body":"Transforming reads into a table with modkit extract can produce large files (especially with long reads). Before the data can be written to disk, however, it is enqueued in memory and can potentially create a large memory burden. There are a few ways to decrease the amount of memory modkit extract will use in these cases: Lower the --queue-size, this decreased the number of batches that will be held in flight. Use --ignore-index this will force modkit extract to run a serial scan of the mod-BAM. Decrease the --interval-size, this will decrease the size of the batches.","breadcrumbs":"Performance considerations » Memory usage in modkit extract.","id":"105","title":"Memory usage in modkit extract."},"106":{"body":"The search algorithm takes advantage of parallelism at nearly every step and therefore hugely benefits from running with as many threads as possible (specified with --threads). This horizontal scalability is most easily seen in the secondary search step where (by default) 129536 individual \"seed sequences\" are evaluated for potential refinement. If you find that this search is taking a very long time (indicated by the progress bar message \" seeds searched\") you may consider one of the following: Increase the --exhaustive-seed-min-log-odds parameter, this will decrease the number of seeds passed on to the refinement step (which is more computationally expensive). Decrease the --exhaustive-seed-len to 2 or decrease the --context-size, this will exponentially decrease the number of seeds to be searched. You may also decide to run --skip-search first and inspect the results.","breadcrumbs":"Performance considerations » Parallelism in find-motifs and when to --skip-search","id":"106","title":"Parallelism in find-motifs and when to --skip-search"},"107":{"body":"Filtering low confidence base modification calls Removing and combining modified base types Ignoreing and combining base modification calls Differential methylation scoring and differential modification p-values","breadcrumbs":"Algorithm details » Algorithm details","id":"107","title":"Algorithm details"},"108":{"body":"Base modification calls can be removed if they are low confidence based on the predicted modification probabilities. In general, modkit will estimate a pass confidence threshold value based on the input data. Threshold values for modifications on a primary sequence base can be specified on the command line with the --filter-threshold option. For example to set a threshold for cytosine modifications at 0.8 and adenine modifications at 0.9 provide --filter-threshold C:0.8 --filter-threshold A:0.9. Pass threshold values per base modification can also be specified. For example, to specify a threshold for canonical adenine at 0.8 and 6mA at 0.9 use --filter-threshold A:0.8 --mod-thresholds a:0.9. Or to specify a threshold of 0.8 for 5mC, 0.9 for 5hmC, and 0.85 for canonical cytosine: --filter-threshold C:0.85 --mod-thresholds m:0.8 --mod-thresholds h:0.9 Keep in mind that the --mod-threshold option will treat A, C, G, and T and \"any-mod\" as per the specification .","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Partitioning pass and fail base modification calls.","id":"108","title":"Partitioning pass and fail base modification calls."},"109":{"body":"Examples of how thresholds affect base modification calls. Numerical details of how thresholds are calculated on the fly.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Further details","id":"109","title":"Further details"},"11":{"body":"Nmod - Number of calls passing filters that were classified as a residue with a specified base modification. Ncanonical - Number of calls passing filters were classified as the canonical base rather than modified. The exact base must be inferred by the modification code. For example, if the modification code is m (5mC) then the canonical base is cytosine. If the modification code is a, the canonical base is adenine. Nother mod - Number of calls passing filters that were classified as modified, but where the modification is different from the listed base (and the corresponding canonical base is equal). For example, for a given cytosine there may be 3 reads with h calls, 1 with a canonical call, and 2 with m calls. In the bedMethyl row for h Nother_mod would be 2. In the m row Nother_mod would be 3. Nvalid_cov - the valid coverage. Nvalid_cov = Nmod + Nother_mod + Ncanonical, also used as the score in the bedMethyl Ndiff - Number of reads with a base other than the canonical base for this modification. For example, in a row for h the canonical base is cytosine, if there are 2 reads with C->A substitutions, Ndiff will be 2. Ndelete - Number of reads with a deletion at this reference position Nfail - Number of calls where the probability of the call was below the threshold. The threshold can be set on the command line or computed from the data (usually failing the lowest 10th percentile of calls). Nnocall - Number of reads aligned to this reference position, with the correct canonical base, but without a base modification call. This can happen, for example, if the model requires a CpG dinucleotide and the read has a CG->CH substitution such that no modification call was produced by the basecaller.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Definitions:","id":"11","title":"Definitions:"},"110":{"body":"The following examples are meant to demonstrate how individual base modification calls will be made during pileup or call-mods. Important to remember that the probability of the modification needs to be >= the pass threshold value.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Examples of how thresholds affect base modification calls","id":"110","title":"Examples of how thresholds affect base modification calls"},"111":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nthreshold for all cytosine base modifications: threshold_C {p_C: 0.25, p_m: 0.75}, threshold_C: 0.7 => call: 5mC (m), most likely.\n{p_C: 0.25, p_m: 0.75}, threshold_C: 0.8 => call: Fail, both probabilities are below threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Two-way base modification calls","id":"111","title":"Two-way base modification calls"},"112":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nprobability of 5hmC: p_h\nthreshold for all cytosine base modifications: threshold_C {p_C: 0.05, p_m: 0.7, p_h: 0.25}, threshold_C: 0.7 => call: 5mC (m), most likely.\n{p_C: 0.15, p_m: 0.6, p_h: 0.25}, threshold_C: 0.7 => Fail, all below threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Three-way base modification calls","id":"112","title":"Three-way base modification calls"},"113":{"body":"probability of canonical cytosine: p_C\nprobability of 5mC: p_m\nprobability of 5hmC: p_h\nthreshold for all canonical cytosine: mod_threshold_C threshold for all 5mC: mod_threshold_m threshold for all 5hmC: mod_threshold_h command line: --filter-threshold C:0.7 --mod-threshold m:0.8 --mod-threshold h:0.9 filter_threshold C: 0.7\nmod_threshold_m: 0.8\nmod_threshold_h: 0.9\n{p_C: 0.05, p_m: 0.85, p_h: 0.1} => call: 5mC (m) most likely filter_threshold C: 0.7\nmod_threshold_m: 0.8\nmod_threshold_h: 0.9\n{p_C: 0.75, p_m: 0.05, p_h: 0.2} => call: C (canonical) most likely\n{p_C: 0.05, p_m: 0.75, p_h: 0.2} => Fail, all below respective thresholds\n{p_C: 0.1, p_m: 0.05, p_h: 0.85} => Fail, all below respective thresholds","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Threshold examples » Three-way base modification calls with modification-specific thresholds","id":"113","title":"Three-way base modification calls with modification-specific thresholds"},"114":{"body":"Modified base calls are qualitied with a probability that is contained in the ML tag (see the specification ). We calculate the confidence that the model has in the base modification prediction as \\(\\mathcal{q} = argmax(\\textbf{P})\\) where \\(\\textbf{P}\\) is the vector of probabilities for each modification. For example, given a model that can classify canonical cytosine, 5mC, and 5hmC, \\(\\textbf{P}\\) is \\([P_{C}, P_m, P_h]\\), and \\(\\mathcal{q}\\) will be \\(\\mathcal{q} = argmax(P_{C}, P_m, P_h)\\), the maximum of the three probabilities. Filtering in modkit is performed by first determining the value of \\(\\mathcal{q}\\) for the lowest n-th percentile of calls (10th percentile by default). The threshold value is typically an estimate because the base modification probabilities are sampled from a subset of the reads. All calls can be used to calculate the exact value, but in practice the approximation gives the same value. Base modification calls with a confidence value less than this number will not be counted. Determination of the threshold value can be performed on the fly (by sampling) or the threshold value can be specified on the command line with the --filter_threshold flag. The sample-probs command can be used to quickly estimate the value of \\(\\mathcal{q}\\) at various percentiles.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Numeric details » Filtering base modification calls.","id":"114","title":"Filtering base modification calls."},"115":{"body":"The . flag (e.g. C+m.) indicates that primary sequence bases without base modification calls can be inferred to be canonical ( SAM tags ). Some base modification callers, for example dorado have a default threshold, below which a base modification probability will be omitted (meaning it will be inferred to be a canonical/unmodified base). In general, omitting the base modification probabilities when they are very confidently canonical will not change the results from modkit. However, since the base modification probabilities are effectively changed to 100% canonical, can affect the estimation of the pass threshold.","breadcrumbs":"Algorithm details » Pass/fail base modification calls » Numeric details » A note on the \"probability of modification\" (.) MM flag.","id":"115","title":"A note on the \"probability of modification\" (.) MM flag."},"116":{"body":"","breadcrumbs":"Algorithm details » DMR model and scoring details » DMR model and scoring details","id":"116","title":"DMR model and scoring details"},"117":{"body":"The aim of modkit dmr is to enable exploratory data analysis of methylation patterns. To that aim, the approach to scoring methylation differences is intended to be simple and interpretable. For every region provided, within a sample, we model each potentially methylated base as arising from the same distribution. In other words, we discard the relative ordering of the base modification calls within a region. We then define a model for the frequency of observing each base modification state. In the case of methylated versus unmodified (5mC vs C, or 6mA vs A), we use the binomial distribution and model the probability of methylation \\(p\\) as a beta-distributed random variable: \\[ \\mathbf{X}|p \\sim \\text{Bin}(n, p) \\] \\[ p \\sim \\text{Beta}(\\alpha, \\beta) \\] where \\(n\\) is the number of potentially methylated bases reported on in the region and \\(\\mathbf{X}\\) is the vector of counts (canonical and methylated). In the case where there are more than two states (for example, 5hmC, 5mC, and unmodified C) we use a multinomial distribution and a Dirichlet as the base distribution: \\[ \\mathbf{X}|\\pi \\sim \\text{Mult}(n, \\pi) \\] \\[ \\pi \\sim \\text{Dir}(\\alpha) \\] Let \\(\\theta\\) be the parameters describing the posterior distribution ( \\( \\alpha, \\beta \\) for the binary case, and \\(\\alpha \\) in the general case). The score reported is the result of the following log marginal likelihood ratio : \\[ \\text{score} = \\text{log}(\\frac{l_{\\theta_{a}}( \\mathbf{X_a} ) l_{\\theta_{b}} ( \\mathbf{X_b} )}{l_{\\theta_{a+b}} (\\mathbf{X_{a+b}} )}) \\] Where \\(\\theta_a\\) and \\(\\theta_b\\) are the posterior distributions with the two conditions modeled separately, and \\(\\theta_{a+b}\\) is the posterior when the two conditions are modeled together. The function \\(l_{\\theta}(\\mathbf{X}) \\) is the log marginal likelihood of the counts under the parameters of the model \\(\\theta\\). For all cases, we use Jeffrey's prior as the prior distribution.","breadcrumbs":"Algorithm details » DMR model and scoring details » Likelihood ratio scoring details","id":"117","title":"Likelihood ratio scoring details"},"118":{"body":"This metric models the effect size (i.e. the difference) in base modification (of any kind) between two conditions. For example, if one condition has 8 of 10 reads reporting modification, 80%, and the other condition has 2 of 10, 20%, then the effect size 0.6 or 60%. This metric only captures changes in modified versus unmodified bases, in other words, changes in modification type will not be captured by this metric. See the limitations for details. The DMR module in modkit uses Bernoulli trials (modified/not-modified) and a prior to calculate a posterior distribution over \\(p\\), the true probability that the site is modified. The posterior distribution over \\(p\\) given some observations, \\(X\\), is \\(P(p | X)\\), is a Beta distribution. Where \\(X\\) is the observations (\\(N_{\\text{mod}}\\) and \\(N_{\\text{canonical}}\\)), the number of reads calling a modified base and a canonical base, respectively. \\[ P(p | X) = \\text{Beta}(\\alpha_0 + N_{\\text{mod}}, \\beta_0 + N_{\\text{can}}) \\] Where \\(\\alpha_0\\) and \\(\\beta_0\\) are the parameters for the prior distribution \\(\\text{Beta}(\\alpha_0, \\beta_0)\\). The advantage to this model is that as you collect more coverage, the variance of the posterior gets smaller - you're more confident that the true value of \\(p\\) is near the empirical mean. But when you have low coverage, you keep the uncertainty around. More formally, let \\(\\textbf{X}\\) be a Beta-distributed random variable representing the posterior distribution over \\(p\\) for the first condition and \\(\\textbf{Y}\\) is the same for the second condition. Finally, let \\(f(x)\\) be the probability density of the difference \\(x\\) in \\(\\textbf{X}\\) and \\(\\textbf{Y}\\). Then the MAP-based p-value, \\(p_{\\text{MAP}}\\), is the posterior odds of the effect size being zero (no difference) versus the maxumum a posteriori (MAP) outcome: \\[ p_{\\text{MAP}} = \\frac{f(0.0)}{f(x_{\\text{MAP}})} \\ \\] \\[ f(x) = PDF_{\\textbf{Z}}(x) \\ \\] \\[ \\textbf{Z} = \\textbf{X} - \\textbf{Y} \\ \\] \\[ \\textbf{X} \\sim \\text{Beta}(\\alpha_1, \\beta_1) \\ \\] \\[ \\textbf{Y} \\sim \\text{Beta}(\\alpha_2, \\beta_2) \\ \\] This metric was proposed by Makowski et al. and can be easily visualized. Consider an example with a true effect size of 0.8 at two coverages, 5 reads and 10 reads. For an effect size of 0.8, the \\(p\\) for the low modification condition and the high modification condition is 0.1 and 0.9, respectively. This corresponds to 4 of 5 reads being called methylated in the low-coverage case, and 9 of 10 reads being called modified in the high-coverage condition. The reciprocal counts are used in both conditions, so 1 of 5 for the low-coverage and 1 of 10 for the high-coverage. Low coverage = 5: 4 of 5 modified versus 1 of 5 modified High coverage = 10: 9 of 10 modified versus 1 of 10 modified Starting with a prior of \\(\\text{Beta}(0.5, 0.5)\\), we can calculate the posterior density for the two conditions: posterior_distributions What we need to calculate is the probability distribution of the difference (the effect size) between the two conditions (high-modification and low-modification). This distribution can be done using a piecewise solution described by Pham-Gia, Turkkan, and Eng in 1993 , the distribution is shown below: beta_diff The MAP-based p-value is the ratio of the circles over the triangles. The implementation in modkit takes a small short-cut however, and uses the empirical effect size \\(d = \\hat{p}_1 - \\hat{p}_2\\) instead of the maximum a posteriori outcome. \\[ \\text{p-MAP}^{\\prime} = \\frac{f(0.0)}{f(d)} \\ \\] \\[ d = \\hat{p}_1 - \\hat{p}_2 \\ \\] \\[ \\hat{p} = \\frac{ N_{\\text{mod}} }{ N_{\\text{canonical}} } \\ \\]","breadcrumbs":"Algorithm details » DMR model and scoring details » MAP-based p-value","id":"118","title":"MAP-based p-value"},"119":{"body":"When performing \"single-site\" analysis with modkit dmr pair (by omitting the --regions option) you can optionally run the \"segmentation\" model at the same time by passing the --segment option with a filepath to write the segments to. The model is a simple 2-state hidden Markov model, shown below, where the two hidden states, \"Different\" and \"Same\" indicate that the position is either differentially methylated or not. hmm The model is run over the intersection of the modified positions in a [pileup](https://nanoporetech.github.io/modkit/intro_bedmethyl.html#description-of-bedmethyl-output) for which there is enough coverage, from one or more samples.","breadcrumbs":"Algorithm details » DMR model and scoring details » DMR segmentation hidden Markov model","id":"119","title":"DMR segmentation hidden Markov model"},"12":{"body":"column name description type 1 chrom name of reference sequence from BAM header str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 modified base code and motif single letter code for modified base and motif when more than one motif is used str 5 score equal to Nvalid_cov int 6 strand '+' for positive strand '-' for negative strand, '.' when strands are combined str 7 start position included for compatibility int 8 end position included for compatibility int 9 color included for compatibility, always 255,0,0 str 10 Nvalid_cov see definitions above. int 11 percent modified (Nmod / Nvalid_cov) * 100 float 12 Nmod see definitions above int 13 Ncanonical see definitions above int 14 Nother_mod see definitions above int 15 Ndelete see definitions above int 16 Nfail see definitions above int 17 Ndiff see definitions above int 18 Nnocall see definitions above int","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » bedMethyl column descriptions.","id":"12","title":"bedMethyl column descriptions."},"120":{"body":"There are two transition probability parameters, \\(p\\) and \\(d\\). The \\(p\\) parameter is the probability of transitioning to the \"Different\" state, and can be roughly though of as the probability of a given site being differentially modified without any information about the site. The \\(d\\) parameter is the maximum probability of remaining in the \"Different\" state, it is a maximum because the value of \\(d\\) will change dynamically depending on the proximity of the next modified site. The model proposes that modified bases in close proximity will share modification characteristics. Specifically, when a site is differentially modified the probability of the next site also being differentially modified depends on how close the next site happens to be. For example, if a CpG dinucleotide is differentially modified and is immediately followed by another CpG (sequence is CGCG) we have the maximum expectation that the following site is also differentially modified. However, as the next site becomes farther away (say the next site is one thousand base pairs away, CG[N x 1000]CG) these sites are not likely correlated and the probability of the next site being differentially modified decreases towards \\(p\\). The chart below shows how the probability of staying in the \"Different\" state, \\(d\\), decreases as the distance to the next modified base increases. hmm In this case, the maximum value of \\(d\\) is 0.9, \\(p\\) is 0.1, and the decay_distance is 500 base pairs (these also happen to be the defaults). This can be seen as the maximum value of both curves is 0.9, and the minimum value, reached at 500 base pairs, is 0.1. These parameters can be set with the --diff-stay, --dmr-prior, and --decay-distance, parameters, respectively. The two curves represent two different ways of interpolating the decay between the minimum (1) and the decay_distance, linear and logistic. The --log-transition-decay flag will use the orange curve whereas the default is to use the blue curve. In general, these settings don't need to be adjusted. However, if you want very fine-grained segmentation, use the --fine-grained option which will produce smaller regions but also decrease the rate at which sites are classified as \"Different\" when they are in fact not different.","breadcrumbs":"Algorithm details » DMR model and scoring details » Transition parameters","id":"120","title":"Transition parameters"},"121":{"body":"The emissions of the model are derived from the likelihood ratio score . One advantage to using this score is that differences in methylation type (i.e. changes from 5hmC to 5mC) will be modeled and detected. The score is transformed into a probability by \\( p = e^{\\text{-score}} \\). The full description of the emission probabilities for the two states is: \\[ p_{\\text{Same}} = e^{\\text{-score}} \\] \\[ p_{\\text{Different}} = 1 - p_{\\text{same}} \\]","breadcrumbs":"Algorithm details » DMR model and scoring details » Emission parameters","id":"121","title":"Emission parameters"},"122":{"body":"There may be multiple possible base modifications to a specific canonical base. For example, cytosine has at least four known modified variants. As technologies are increasingly able to detect these chemical moieties, not all downstream tools may be capable of accepting them, or you may want to convert your data to make it comparable to other data with less specific resolution. To address this issue, modkit implements a method for removing one or more DNA base modification call from a BAM as well as a command line flag to simply combine all modification calls when performing a pileup to generate a bedMethyl file.","breadcrumbs":"Algorithm details » Ignoring and combining calls » Removing modification calls from BAMs.","id":"122","title":"Removing modification calls from BAMs."},"123":{"body":"BAM records containing probabilities for multiple base modifications at each residue can be transformed to ignore one (or more) of the predicted base modifications. For example, if a BAM file contains 5hmC and 5mC probabilities, the total probability is necessarily distributed over 5mC, \\(p_m\\), 5hmC, \\(p_h\\), and canonical C, \\(p_{C}\\). modkit implements a method, described below, for reducing the dimensionality of the probability distribution by one or more of the predicted base modification classes. Take for example a 3-way modification call for C, 5mC, and 5hmC, the probabilities of each being \\(p_{C}\\), \\(p_{m}\\), \\(p_{h}\\), respectively. To remove the 5hmC probability, \\(p_{h}\\) is distributed evenly across the other two options. In this example, the updates are \\( p_C \\leftarrow p_C + (\\frac{p_h}{2}) \\) and \\( p_m \\leftarrow p_m + (\\frac{p_h}{2}) \\).","breadcrumbs":"Algorithm details » Ignoring and combining calls » Removing DNA base modification probabilities.","id":"123","title":"Removing DNA base modification probabilities."},"124":{"body":"","breadcrumbs":"Algorithm details » Ignoring and combining calls » Combining multiple base modifications into a single count.","id":"124","title":"Combining multiple base modifications into a single count."},"125":{"body":"In modkit the combine method can be used to produce binary modified/unmodified counts. Continuing with the above example, the counts for number of modified reads, N_mod, becomes the number of reads with 5hmC calls plus the number of reads with 5mC calls. N_other_mod will always be 0. The raw_mod_code will be reported as the ambiguous mod code for the canonical base. See https://samtools.github.io/hts-specs/SAMtags.pdf for details on base modification codes and schema.yaml in this project for details on the notation for counts.","breadcrumbs":"Algorithm details » Ignoring and combining calls » Combine: --combine","id":"125","title":"Combine: --combine"},"13":{"body":"The --interval-size, --threads, --chunk-size, and --max-depth parameters can be used to tweak the parallelism and memory consumption of modkit pileup. The defaults should be suitable for most use cases, for more details see the advanced usage and performance considerations sections.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Performance considerations","id":"13","title":"Performance considerations"},"14":{"body":"The adjust-mods subcommand can be used to manipulate MM (and corresponding ML) tags in a modBam. In general, these simple commands are run prior to pileup, visualization, or other analysis. For adjust-mods and update-tags, if a correct MN tag is found, secondary and supplementary alignments will be output. See troubleshooting for details.","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Updating and Adjusting MM tags.","id":"14","title":"Updating and Adjusting MM tags."},"15":{"body":"To remove a base modification class from a modBAM and produce a new modBAM, use the --ignore option for adjust-mods. modkit adjust-mods input.bam output.adjust.bam --ignore For example the command below will remove 5hmC calls, leaving just 5mC calls. modkit adjust-mods input.bam output.adjust.bam --ignore h For technical details on the transformation see Removing modification calls from BAMs .","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Ignoring a modification class.","id":"15","title":"Ignoring a modification class."},"16":{"body":"Combining base modification probabilities may be desirable for downstream analysis or visualization. Unlike --ignore which removes the probability of a class, --convert will sum the probability of one class with another if the second class already exists. For example, the command below will convert probabilities associated with h probability into m probability. If m already exists, the probabilities will be summed. As described in changing the modification code , if the second base modification code doesn't exist, the probabilities are left unchanged. modkit adjust-mods input.bam output.convert.bam --convert h m","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Combining base modification probabilities.","id":"16","title":"Combining base modification probabilities."},"17":{"body":"The specification (Section 1.7) allows for omission of the MM flag, however this may not be the intent of missing base modification probabilities for some models. The command below will add or change the ? flag to a modBAM. modkit adjust-mods input.bam output.bam --mode ambiguous Another option is to set the flag to ., the \"implicitly canonical\" mode: modkit adjust-mods input.bam output.bam --mode implicit","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Updating the flag (? and .).","id":"17","title":"Updating the flag (? and .)."},"18":{"body":"Some functions in modkit or other tools may require the mod-codes in the MM tag be in the specification . For example, the following command will change C+Z, tags to C+m, tags. modkit adjust-mods input.bam output.bam --convert Z m","breadcrumbs":"Quick Start guides » Updating and adjusting MM tags » Changing the base modification code.","id":"18","title":"Changing the base modification code."},"19":{"body":"The modkit summary sub-command is intended for collecting read-level statistics on either a sample of reads, a region, or an entire modBam. It is important to note that the default behavior of modkit summary is to take a sample of the reads to get a quick estimate.","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Summarizing a modBAM.","id":"19","title":"Summarizing a modBAM."},"2":{"body":"Pre-compiled binaries are provided for Linux from the release page . We recommend the use of these in most circumstances. As a rust-based project, modkit can also be installed with cargo . git clone https://github.com/nanoporetech/modkit.git\ncd modkit\ncargo install --path .\n# or\ncargo install --git https://github.com/nanoporetech/modkit.git","breadcrumbs":"Quick Start guides » Installation","id":"2","title":"Installation"},"20":{"body":"modkit summary input.bam will output a table similar to this > parsing region chr20 # only present if --region option is provided\n> sampling 10042 reads from BAM # modulated with --num-reads\n> calculating threshold at 10% percentile # modulated with --filter-percentile\n> calculated thresholds: C: 0.7167969 # calculated per-canonical base, on the fly\n# bases C\n# total_reads_used 9989\n# count_reads_C 9989\n# pass_threshold_C 0.7167969\n# region chr20:0-64444167 base code pass_count pass_frac all_count all_frac C m 1192533 0.58716166 1305956 0.5790408 C h 119937 0.0590528 195335 0.086608544 C - 718543 0.3537855 754087 0.33435062","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Summarize the base modification calls in a modBAM.","id":"20","title":"Summarize the base modification calls in a modBAM."},"21":{"body":"","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Description of columns in modkit summary:","id":"21","title":"Description of columns in modkit summary:"},"22":{"body":"The lines of the totals table are prefixed with a # character. row name description type 1 bases comma-separated list of canonical bases with modification calls. str 2 total_reads_used total number of reads from which base modification calls were extracted int 3+ count_reads_{base} total number of reads that contained base modifications for {base} int 4+ filter_threshold_{base} filter threshold used for {base} float","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Totals table","id":"22","title":"Totals table"},"23":{"body":"The modification calls table follows immediately after the totals table. column name description type 1 base canonical base with modification call char 2 code base modification code, or - for canonical char 3 pass_count total number of passing (confidence >= threshold) calls for the modification in column 2 int 4 pass_frac fraction of passing (>= threshold) calls for the modification in column 2 float 5 all_count total number of calls for the modification code in column 2 int 6 all_frac fraction of all calls for the modification in column 2 float For more details on thresholds see filtering base modification calls . By default modkit summary will only use ten thousand reads when generating the summary (or fewer if the modBAM has fewer than that). To use all of the reads in the modBAM set the --no-sampling flag. modkit summary input.bam --no-sampling There are --no-filtering, --filter-percentile, and --filter-threshold options that can be used with or without sampling.","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Modification calls table","id":"23","title":"Modification calls table"},"24":{"body":"To estimate the pass thresholds on a subset of reads, but then summarize all of the reads, there is a two-step process. First, determine the thresholds with modkit sample-probs (see usage for more details). Then run modkit summary with the threshold value specified. modkit sample-probs input.bam [--sampling-frac | --num-reads ] This command will output a table like this: > sampling 10042 reads from BAM base percentile threshold C 10 0.6972656 C 50 0.96484375 C 90 0.9941406 You can then use pass this threshold directly to modkit summary: modkit summary input.bam \\ --filter-threshold 0.6972656 \\ # filter 10% lowest confidence calls --no-sampling","breadcrumbs":"Quick Start guides » Summarizing a modBAM » Passing a threshold directly.","id":"24","title":"Passing a threshold directly."},"25":{"body":"Downstream analysis may require a BED file to select motifs of interest. For example, selecting GATC motifs in E. coli . This command requires a reference sequence in FASTA a motif to find, which can include IUPAC ambiguous bases and a position within the motif. The following command would make a BED file for CG motifs. modkit motif-bed reference.fasta CG 0 1> cg_modifs.bed The output is directed to standard out.","breadcrumbs":"Quick Start guides » Making a motif BED file » Making a motif BED file.","id":"25","title":"Making a motif BED file."},"26":{"body":"The modkit extract sub-command will produce a table containing the base modification probabilities, the read sequence context, and optionally aligned reference information. For extract, if a correct MN tag is found, secondary and supplementary alignments may be output with the --allow-non-primary flag. See troubleshooting for details. The table will by default contain unmapped sections of the read (soft-clipped sections, for example). To only include mapped bases use the --mapped flag. To only include sites of interest, pass a BED-formatted file to the --include-bed option. Similarly, to exclude sites, pass a BED-formatted file to the --exclude option. One caution, the files generated by modkit extract can be large (2-2.5x the size of the BAM). You may want to either use the --num-reads option, the --region option, or pre-filter the modBAM ahead of time. You can also stream the output to stdout by setting the output to - or stdout and filter the columns before writing to disk.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extracting base modification information","id":"26","title":"Extracting base modification information"},"27":{"body":"column name description type 1 read_id name of the read str 2 forward_read_position 0-based position on the forward-oriented read sequence int 3 ref_position aligned 0-based reference sequence position, -1 means unmapped int 4 chrom name of aligned contig, or '.' if the read is Gunmapped str 5 mod_strand strand of the molecule the base modification is on str 6 ref_strand strand of the reference the read is aligned to, or '.' if unmapped str 7 ref_mod_strand strand of the reference with the base modification, or '.' if unmapped str 8 fw_soft_clipped_start number of bases soft clipped from the start of the forward-oriented read int 9 fw_soft_clipped_end number of bases soft clipped from the end of the forward-oriented read int 10 read_length total length of the read int 11 mod_qual probability of the base modification in the next column int 12 mod_code base modification code from the MM tag str 13 base_qual basecall quality score (phred) int 14 ref_kmer reference 5-mer sequence context (center base is aligned base), '.' if unmapped str 15 query_kmer read 5-mer sequence context (center base is aligned base) str 16 canonical_base canonical base from the query sequence, from the MM tag str 17 modified_primary_base primary sequence base with the modification str 18 inferred whether the base modification call is implicit canonical str 19 flag FLAG from alignment record str","breadcrumbs":"Quick Start guides » Extracting read information to a table » Description of output table","id":"27","title":"Description of output table"},"28":{"body":"Passing --read-calls option will generate a table of read-level base modification calls using the same thresholding algorithm employed by modkit pileup. The resultant table has, for each read, one row for each base modification call in that read. If a base is called as modified then call_code will be the code in the MM tag. If the base is called as canonical the call_code will be - (A, C, G, and T are reserved for \"any modification\"). The full schema of the table is below: column name description type 1 read_id name of the read str 2 forward_read_position 0-based position on the forward-oriented read sequence int 3 ref_position aligned 0-based reference sequence position, -1 means unmapped int 4 chrom name of aligned contig, or '.' if unmapped str 5 mod_strand strand of the molecule the base modification is on str 6 ref_strand strand of the reference the read is aligned to, or '.' if unmapped str 7 ref_mod_strand strand of the reference with the base modification, or '.' if unmapped str 8 fw_soft_clipped_start number of bases soft clipped from the start of the forward-oriented read int 9 fw_soft_clipped_end number of bases soft clipped from the end of the forward-oriented read int 10 read_length total length of the read int 11 call_prob probability of the base modification call in the next column int 12 call_code base modification call, - indicates a canonical call str 13 base_qual basecall quality score (phred) int 14 ref_kmer reference 5-mer sequence context (center base is aligned base), '.' if unmapped str 15 query_kmer read 5-mer sequence context (center base is aligned base) str 16 canonical_base canonical base from the query sequence, from the MM tag str 17 modified_primary_base primary sequence base with the modification str 18 fail true if the base modification call fell below the pass threshold str 19 inferred whether the base modification call is implicit canonical str 20 within_alignment when alignment information is present, is this base aligned to the reference str 21 flag FLAG from alignment record str","breadcrumbs":"Quick Start guides » Extracting read information to a table » Tabulating base modification calls for each read position","id":"28","title":"Tabulating base modification calls for each read position"},"29":{"body":"The . MM flag indicates that primary sequence bases without an associated base modification probability should be inferred to be canonical. By default, when this flag is encountered in a modBAM, modkit extract will output rows with the inferred column set to true and a mod_qual value of 0.0 for the base modifications called on that read. For example, if you have a A+a. MM tag, and there are A bases in the read for which there aren't base modification calls (identifiable as non-0s in the MM tag) will be rows where the mod_code is a and the mod_qual is 0.0.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Note on implicit base modification calls.","id":"29","title":"Note on implicit base modification calls."},"3":{"body":"Creating a bedMethyl table with pileup Updating and Adjusting MM tags with adjust-mods and update-tags Summarizing a modBAM with summary Making a motif BED file with motif-bed Extracting per-read base modification data into a table Convert modification probabilities into hard calls Removing base modification calls at the ends of reads Narrow analysis to only specific positions with a BED file Repairing/adding MM/ML tags to reads with clipped sequences Creating hemi-methylation pattern bedMethyl tables with pileup-hemi Performing differential methylation scoring with dmr","breadcrumbs":"Quick Start guides » Common Use Cases","id":"3","title":"Common Use Cases"},"30":{"body":"If a valid MN tag is found, secondary and supplementary alignments can be output in the modkit extract tables above. See troubleshooting for details on how to get valid MN tags. To have non-primary alignments appear in the output, the --allow-non-primary flag must be passed. By default, the primary alignment will have all base modification information contained on the read, including soft-clipped and unaligned read positions. If the --mapped-only flag is used, soft clipped sections of the read will not be included. For secondary and supplementary alignments, soft-clipped positions are not repeated. See advanced usage for more details.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Note on non-primary alignments","id":"30","title":"Note on non-primary alignments"},"31":{"body":"","breadcrumbs":"Quick Start guides » Extracting read information to a table » Example usages:","id":"31","title":"Example usages:"},"32":{"body":"modkit extract If the index input.bam.bai can be found, intervals along the aligned genome can be performed in parallel.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract a table from an aligned and indexed BAM","id":"32","title":"Extract a table from an aligned and indexed BAM"},"33":{"body":"The below example will extract reads from only chr20, and include reference sequence context modkit extract --region chr20 --ref ","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract a table from a region of a large modBAM","id":"33","title":"Extract a table from a region of a large modBAM"},"34":{"body":"modkit motif-bed CG 0 > CG_motifs.bed\nmodkit extract --ref --include-bed CG_motifs.bed","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract only sites aligned to a CG motif","id":"34","title":"Extract only sites aligned to a CG motif"},"35":{"body":"modkit extract --edge-filter 50","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract only sites that are at least 50 bases from the ends of the reads","id":"35","title":"Extract only sites that are at least 50 bases from the ends of the reads"},"36":{"body":"modkit extract null --read-calls Using \"null\" in the place of the normal output will direct the normal extract output to /dev/null, to keep this output specify a file or - for standard out. modkit extract --read-calls Use --allow-non-primary to get secondary and supplementary mappings in the output. modkit extract --read-calls --allow-non-primary See the help string and/or advanced_usage for more details.","breadcrumbs":"Quick Start guides » Extracting read information to a table » Extract read-level base modification calls","id":"36","title":"Extract read-level base modification calls"},"37":{"body":"The call-mods subcommand in modkit transforms one modBAM into another modBAM where the base modification probabilities have been clamped to 100% and 0%. If the --filter-threshold and/or --mod-threshold options are provided, base modification calls failing the threshold will be removed prior to changing the probabilities. The output modBAM can be used for visualization, pileup, or other applications. For call-mods, if a correct MN tag is found, secondary and supplementary alignments will be output. See troubleshooting for details. A modBAM that has been transformed with call-mods using --filter-threshold and/or --mod-threshold cannot be re-transformed with different thresholds. Note on pileup with clamped probabilities: modkit pileup will attempt to estimate the threshold probability by default, but it is unnecessary if the modBAM is the result of call-mods. The threshold probabilities will be artificially high (i.e. not representative of the model's output probabilities). Similarly, specifying --filter-threshold and --mod-threshold is not useful because all the ML probabilities have been set to 0 and 100%.","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Calling mods in a modBAM","id":"37","title":"Calling mods in a modBAM"},"38":{"body":"","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Example usages","id":"38","title":"Example usages"},"39":{"body":"modkit call-mods ","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Estimate the threshold on the fly, apply to modBAM and clamp the modification calls to certainty.","id":"39","title":"Estimate the threshold on the fly, apply to modBAM and clamp the modification calls to certainty."},"4":{"body":"General troubleshooting Threshold evaluation examples (for advanced users)","breadcrumbs":"Quick Start guides » Notes and troubleshooting","id":"4","title":"Notes and troubleshooting"},"40":{"body":"modkit call-mods --filter-threshold A:0.9 --mod-threshold a:0.95 --filter-threshold C:0.97","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Specify a filter threshold for your use-case","id":"40","title":"Specify a filter threshold for your use-case"},"41":{"body":"modkit call-mods --edge-filter 100","breadcrumbs":"Quick Start guides » Calling mods in a modBAM » Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reds","id":"41","title":"Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reds"},"42":{"body":"If you have reads where you know base modifications near the ends should not be used (for example, if they are in adapters), you can use the --edge-filter option. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. One value will filter symmetrically. pileup, will ignore base modification calls that are from the ends. adjust-mods, will remove base modification calls that are from the ends from the resultant output modBAM. summary, will ignore base modification calls that are from the ends. sample-probs, will ignore base modification calls that are from the ends. call-mods, will remove base modification calls that are from the ends from the resultant output modBAM. extract, will ignore base modification calls that are from the ends, this also applies when making the read-calls table (see intro to extract ). In pileup, call-mods, and extract the edge-filter is also respected when estimating the pass-thresholds. All commands have the flag --invert-edge-filter that will keep only base modification probabilities within of the ends of the reads.","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Removing modification calls at the ends of reads","id":"42","title":"Removing modification calls at the ends of reads"},"43":{"body":"","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Example usages","id":"43","title":"Example usages"},"44":{"body":"modkit call-mods --edge-filter 100","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reads","id":"44","title":"Call mods with the estimated threshold and ignore modification calls within 100 base pairs of the ends of the reads"},"45":{"body":"modkit pileup --edge-filter 100 Filter out base modification calls within the first 25 bases or the last 10 bases. modkit pileup --edge-filter 25,10","breadcrumbs":"Quick Start guides » Removing modification calls at the ends of reads » Perform pileup, ignoring base modification calls within 100 base pairs of the ends of the reads","id":"45","title":"Perform pileup, ignoring base modification calls within 100 base pairs of the ends of the reads"},"46":{"body":"The modkit repair command is useful when you have a BAM with reads where the canonical sequences have been altered in some way that either renders the MM and ML tags invalid (for example, trimmed or hard-clipped) or the data has been lost completely. This command requires that you have the original base modification calls for each read you want to repair, and it will project these base modification calls onto the sequences in the altered BAM. The command uses two arguments called the \"donor\" and the \"acceptor\". The donor, contains the original, correct, MM and ML tags and the acceptor is either missing MM and ML tags or they are invalid (they will be discarded either way). The reads in the donor must be a superset of the reads in the acceptor, meaning you can have extra reads in the donor BAM if some reads have been removed or filtered earlier in the workflow. Both the donor and the acceptor must be sorted by read name prior to running modkit repair. Duplicate reads in the acceptor are allowed so long as they have valid SEQ fields. Lastly, modkit repair only works on reads that have been trimmed, other kinds of alteration such as run-length-encoding are not currently supported. Split reads, or other derived transformations, are not currently repairable with this command. For example a typical workflow may look like this: # original base modification calls\nbasecalls_5mC_5hmC.bam # basecalls that have been trimmed\ntrimmed.bam # could also be fastq, but would require conversion to BAM # the two BAM files need to be sorted\nsamtools -n trimmed.bam -O BAM > trimed_read_sort.bam samtools -n basecalls_5mC_5hmC.bam -O BAM > basecalls_5mC_5hmC_read_sort.bam modkit repair \\ --donor-bam basecalls_5mC_5hmC_read_sort.bam \\ --acceptor-bam trimed_read_sort.bam \\ --log-filepath modkit_repair.log \\ --output-bam trimmed_repaired.bam","breadcrumbs":"Quick Start guides » Repair MM/ML tags on trimmed reads » Repair MM/ML tags on trimmed reads","id":"46","title":"Repair MM/ML tags on trimmed reads"},"47":{"body":"Base modifications in DNA are inherently single-stranded, they (usually [^1]) don't change the base pairing of the modified base. However, it may be of interest to know the correspondence between the methylation state of a single base and another nearby base on the opposite strand - on the same molecule. In CpG dinucleotides, this is called \"hemi-methylation\", when one cytosine is methylated and the neighbor on the opposite strand is not: m\n5'GATCGTACA CTAGCATGT - In the above diagram, the cytosine in the fourth position on the positive strand is methylated (5mC) and the cytosine in the fifth position is canonical (-), indicating a \"hemi-methylation\". In the case of 5mC and canonical, there are 4 \"patterns\" of methylation: m,m (5mC, 5mC)\n-,m (canonical, 5mC)\nm,- (5mC, canonical)\n-,- (canonical, canonical) These are all measured at the single molecule level, meaning each molecule must report on both strands (as is the case with duplex reads). For CpGs in the example above the MM tags would be C+m? and G-m? for the top-strand and bottom-strand cytosines, respectively. The modkit pileup-hemi command will perform an aggregation of the methylation \"patterns\" at genomic positions. An example command to perform hemi-methylation analysis at CpGs would be modkit pileup-hemi \\ /path/to/duplex_reads.bam \\ --cpg \\ -r /path/to/reference.fasta \\ -o hemi_pileup.bed \\ --log modkit.log Many of the pileup options are available in pileup-hemi with a couple differences: : A motif must be provided. The --cpg flag is a preset to aggregate CpG hemi-methylation patterns as shown above. If a motif is provided (as an argument to --motif) it must be reverse-complement palindromic. A reference must be provided. Both the positive strand base modification probability and the negative strand base modification probability must be above the pass threshold. See Advanced Usage for details on all the options.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Make hemi-methylation bedMethyl tables with pileup-hemi","id":"47","title":"Make hemi-methylation bedMethyl tables with pileup-hemi"},"48":{"body":"The modkit pileup-hemi command aggregates a pair of base modification calls at each reference motif position for each double-stranded DNA molecule. The base modification \"pattern\" indicates the methylation state on each base in 5-prime to 3-prime order, using the base modification code to indicate the identity of the base modification and - to indicate canonical (unmodified). For example m,-,C would mean the first base (from the reference 5' direction) is 5mC and the second base is unmodified and the primary base is cytosone. Similarly, h,m,C indicates the first base is 5hmC and the second base is 5mC. The primary base called by the read is included to help disambiguate the unmodified patterns (-,-). All patterns recognized at a location will be reported in the bedMethyl output.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Description of hemi-methylation patterns","id":"48","title":"Description of hemi-methylation patterns"},"49":{"body":"Npattern - Number of call-pairs passing filters that had the pattern and primary base in column 4. E.g. m,-,C indicates the first base in the 5' to 3' direction is 5mC, the second base is unmodified and the primary base in the reads was C. Ncanonical - Number of call-pairs passing filters that were classified as unmodified (i.e. the pattern is -,-). Nother_pattern - Number of call-pairs passing filters where the pattern is different from the pattern in column 4, but where the primary read base is the same. This count includes the unmodified pattern (-,-). Note this differs from pileup where Nother does not contain the canonical counts. Nvalid_cov - the valid coverage, total number of valid call-pairs. Ndiff - Number of reads with a primary base other than the primary base in column 4. Ndelete - Number of reads with a deletion at this reference position. Nfail - Number of call-pairs where the probability of the at least one of the calls in the pair was below the pass threshold. The threshold can be set on the command line or computed from the data (usually failing the lowest 10th percentile of calls). Nnocall - Number of reads where either one or both of the base modification calls was not present in the read.","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Definitions:","id":"49","title":"Definitions:"},"5":{"body":"A primary use of modkit is to create summary counts of modified and unmodified bases in an extended bedMethyl format. bedMethyl files tabulate the counts of base modifications from every sequencing read over each aligned reference genomic position. In order to create a bedMethyl table, your modBAM must be aligned to a reference genome. The genome sequence is only required if you are using the --cpg flag or traditional preset. Only primary alignments are used in generating the table, it is recommended to mark duplicate alignments before running as multiple primary alignments can be double counted (but the behavior is logged). See limitations for details.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Constructing bedMethyl tables.","id":"5","title":"Constructing bedMethyl tables."},"50":{"body":"column name description type 1 chrom name of reference sequence from BAM header str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 methylation pattern comma-separated pair of modification codes - means canonical, followed by the primary read base str 5 score equal to Nvalid_cov int 6 strand always '.' because strand information is combined str 7 start position included for compatibility int 8 end position included for compatibility int 9 color included for compatibility, always 255,0,0 str 10 Nvalid_cov see definitions above int 11 fraction modified Npattern / Nvalid_cov float 12 Npattern see definitions above int 13 Ncanonical see definitions above int 14 Nother_pattern see definitions above int 15 Ndelete see definitions above int 16 Nfail see definitions above int 17 Ndiff see definitions above int 18 Nnocall see definitions above int","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » bedMethyl column descriptions.","id":"50","title":"bedMethyl column descriptions."},"51":{"body":"Only one motif can be used at a time, this limitation may be removed in a later version. Partitioning on tag key:value pairs is not currently supported. [^1] In biology, there are almost always exceptions to every rule!","breadcrumbs":"Quick Start guides » Make hemi-methylation bedMethyl tables » Limitations","id":"51","title":"Limitations"},"52":{"body":"The modkit dmr command contains two subcommands, pair and multi, that will compare pairwise conditions and multiple conditions. The pair command can be used to perform differential methylation detection on single genome positions (for example CpGs) or regions provided as a BED file. On the other hand, multi can only be used to compare regions (such as CpG islands), provided as a BED file. There are essentially three differential methylation workflows: Perform differential methylation scoring with a pair of samples on regions of the genome. Perform differential methylation scoring across all pairs of samples on regions of the genome. Perform base-level differential modification detection for a pair of conditions. Each application is explained below. For details on the scoping of these applications see the limitations .","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Perform differential methylation scoring","id":"52","title":"Perform differential methylation scoring"},"53":{"body":"The inputs to all modkit dmr commands are two or more bedMethyl files (created by modkit pileup) that have been compressed with bgzip and indexed with tabix . An example of how to generate the input data is shown below: ref=grch38.fasta\nthreads=32 norm=normal_sample.bam\nnorm_pileup=normal_pileup.bed modkit pileup ${norm} ${norm_pileup} \\ --cpg \\ --ref ${ref} \\ --threads ${threads} \\ --log-filepath log.txt bgzip -k ${norm_pileup}\ntabix -p bed ${norm_pileup}.gz # pileup and compression can also be done in one step\ntumor=tumor_sample.bam\ntumor_pileup=tumor_pileup.bed.gz modkit pileup ${tumor} - \\ --cpg \\ --ref ${ref} \\ --threads ${threads} \\ --log-filepath log.txt | ${bgzip} -c > ${tumor_pileup} tabix -p bed ${tumor_pileup}","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Preparing the input data","id":"53","title":"Preparing the input data"},"54":{"body":"Once you have the two samples to be compared in the appropriate format, the final piece necessary is a BED file of the regions to be compared. Currently, the modkit dmr functionality does not \"segment\" or otherwise discover regions, however this limitation will be removed in a future release. To continue with our example we can get CpG Islands from the UCSC table browser . The data may not always be appropriate input for modkit. For example, the CpG Islands track has extra columns and a header line: #bin chrom chromStart chromEnd name length cpgNum gcNum perCpg perGc obsExp\n660 chr20 9838623 9839213 CpG: 47 590 47 383 15.9 64.9 0.76\n661 chr20 10034962 10035266 CpG: 35 304 35 228 23 75 0.85 Therefore, we need to transform the data with awk or similar, such as: awk 'BEGIN{FS=\"\\t\"; OFS=\"\\t\"} NR>1 {print $2, $3, $4, $5}' cpg_islands_ucsc.bed \\ | bedtools sort -i - > cpg_islands_ucsc_cleaned.bed Keeping the name column is optional. Sorting the regions isn't strictly necessary, the output will be in the same order as the regions file. Below is an example command to produce the scored output. The --base option tells modkit dmr which bases to use for scoring the differences, the argument should be a canonical nucleotide (A, C, G, or T) whichever primary sequence base has the modifications you're interested in capturing. For example, for CpG islands the base we're interested in is C. regions=cpg_islands_ucsc_cleaned.bed\ndmr_result=cpg_islands_tumor_normal.bed modkit dmr pair \\ -a ${norm_pileup}.gz \\ --index-a ${norm_pileup}.gz.tbi \\ # optional -b ${tumor_pileup}.gz \\ --index-b ${tumor_pileup}.gz.tbi \\ # optional -o ${dmr_result} \\ # output to stdout if not present -r ${regions} \\ --ref ${ref} \\ --base C \\ # may be repeated if multiple modifications are being used --threads ${threads} \\ --log-filepath dmr.log The ouput of this command will be similar to chr20 9838623 9839213 CpG: 47 257.34514203447543 C:57 1777 C:601 2091 C:3.21 C:28.74 0.032076534 0.2874223\nchr20 10034962 10035266 CpG: 35 1.294227443419004 C:7 1513 C:14 1349 C:0.46 C:1.04 0.00462657 0.010378058 The full schema is described below .","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 1. Perform differential methylation scoring of genomic regions for a pair of samples.","id":"54","title":"1. Perform differential methylation scoring of genomic regions for a pair of samples."},"55":{"body":"The modkit dmr multi command runs all pairwise comparisons for more than two samples for all regions provided in the regions BED file. The preparation of the data is identical to that for the previous section (for each sample, of course). An example command could be: modkit dmr multi \\ -s ${norm_pileup_1}.gz norm1 \\ -s ${tumor_pileup_1}.gz tumor1 \\ -s ${norm_pileup_2}.gz norm2 \\ -s ${tumor_pileup_2}.gz tumor2 \\ -o ${dmr_dir} \\ # required for multi -r ${cpg_islands} \\ # skip this option to perform base-level DMR --ref ${ref} \\ --base C \\ -t 10 \\ -f \\ --log-filepath dmr_multi.log For example the samples could be haplotype-partitioned bedMethyl tables or biological replicates. Unlike for modkit dmr pair a sample name (e.g. norm1 and tumor1 above) must be provided for each input sample. You can also use --index to specify where the tabix index file is for each sample.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 2. Perform differential methylation detection on all pairs of samples over regions from the genome.","id":"55","title":"2. Perform differential methylation detection on all pairs of samples over regions from the genome."},"56":{"body":"The modkit dmr pair command has the ability to score individual bases (e.g. differentially methylated CpGs). To run single-base analysis on one or more paired samples, simply omit the --regions (-r) option when running modkit dmr pair. When performing single-base analysis the likelihood ratio score and a MAP-based p-value are available. For details on the likelihood ratio score and the MAP-based p-value, see the scoring details section . For example the above command becomes: dmr_result=single_base_haplotype_dmr.bed modkit dmr pair \\ -a ${hp1_pileup}.gz \\ -b ${hp2_pileup}.gz \\ -o ${dmr_result} \\ --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log Multiple replicates can be provided as well by repeating the -a and -b options, such as: dmr_result=tumor_normal_single_base_replicates.bed modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ -o ${dmr_result_replicates} \\ --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log Keep in mind that the MAP-based p-value provided in single-site analysis is based on a \"modified\" vs \"unmodified\" model, see the scoring section and limitations for additional details.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » 3. Detecting differential modification at single base positions","id":"56","title":"3. Detecting differential modification at single base positions"},"57":{"body":"The modkit dmr commands require the --base option to determine which genome positions to compare, i.e. --base C tells modkit to compare methylation at cytosine bases. You may use this option multiple times to compare methylation at multiple primary sequence bases. It is possible that, during pileup a read will have a mismatch and a modification call, such as a C->A mismatch and a 6mA call on that A, and you may not want to use that 6mA call when calculating the differential methylation metrics. To filter out bedMethyl records like this, modkit uses the SAM specification (page 9) of modification codes to determine which modification codes apply to which primary sequence bases. For example, h is 5hmC and applies to cytosine bases, a is 6mA and applies to adenine bases. However, modkit pileup does not require that you use modification codes only in the specification. If your bedMethyl has records with custom modification codes or codes that aren't in the specification yet, use --assign-code : to indicate the code applies to a given primary sequence base.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Note about modification codes","id":"57","title":"Note about modification codes"},"58":{"body":"The output from modkit dmr pair (and for each pairwise comparison with modkit dmr multi) is (roughly) a BED file with the following schema: column name description type 1 chrom name of reference sequence from bedMethyl input samples str 2 start position 0-based start position, from --regions argument int 3 end position 0-based exclusive end position, from --regions argument int 4 name name column from --regions BED, or chr:start-stop if absent str 5 score difference score, more positive values have increased difference float 6 samplea counts counts of each base modification in the region, comma-separated, for sample A str 7 samplea total total number of base modification calls in the region, including unmodified, for sample A str 8 sampleb counts counts of each base modification in the region, comma-separated, for sample B str 9 sampleb total total number of base modification calls in the region, including unmodified, for sample B str 10 samplea percents percent of calls for each base modification in the region, comma-separated, for sample A str 11 sampleb percents percent of calls for each base modification in the region, comma-separated, for sample B str 12 samplea fraction modified fraction modification (of any kind) in sample A float 13 sampleb fraction modified fraction modification (of any kind) in sample B float an example of the output is given below: chr20 9838623 9839213 CpG: 47 257.34514203447543 C:57 1777 C:601 2091 C:3.21 C:28.74 0.032076534 0.2874223\nchr20 10034962 10035266 CpG: 35 1.294227443419004 C:7 1513 C:14 1349 C:0.46 C:1.04 0.00462657 0.010378058\nchr20 10172120 10172545 CpG: 35 5.013026381110649 C:43 1228 C:70 1088 C:3.50 C:6.43 0.035016287 0.06433824\nchr20 10217487 10218336 CpG: 59 173.7819873154349 C:136 2337 C:482 1838 C:5.82 C:26.22 0.058194265 0.26224157\nchr20 10433628 10434345 CpG: 71 -0.13968153023233754 C:31 2748 C:36 3733 C:1.13 C:0.96 0.0112809315 0.009643719\nchr20 10671925 10674963 CpG: 255 6.355823977093678 C:67 9459 C:153 12862 C:0.71 C:1.19 0.0070832013 0.011895506 When performing single-site analysis, the following additional columns are added: column name description type 14 MAP-based p-value ratio of the posterior probability of observing the effect size over zero effect size float 15 effect size percent modified in sample A (col 12) minus percent modified in sample B (col 13) float 16 balanced MAP-based p-value MAP-based p-value when all replicates are balanced float 17 balanced effect size effect size when all replicates are balanced float 18 pct_a_samples percent of 'a' samples used in statistical test float 19 pct_b_samples percent of 'b' samples used in statistical test float 20 per-replicate p-values MAP-based p-values for matched replicate pairs float 21 per-replicate effect sizes effect sizes matched replicate pairs float Columns 16-19 are only produced when multiple samples are provided, columns 20 and 21 are only produced when there is an equal number of 'a' and 'b' samples. When using multiple samples, it is possible that not every sample will have a modification fraction at a position. When this happens, the statistical test is still performed and the values of pct_a_samples and pct_b_samples reflect the percent of samples from each condition used in the test. Columns 20 and 21 have the replicate pairwise MAP-based p-values and effect sizes which are calculated based on their order provided on the command line. For example in the abbreviated command below: modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ ... Column 20 will contain the MAP-based p-value comparing norm_pileup_1 versus tumor_pileup_1 and norm_pileup_2 versus norm_pileup_2. Column 21 will contain the effect sizes, values are comma-separated. If you have a different number of samples for each condition, such as: modkit dmr pair \\ -a ${norm_pileup_1}.gz \\ -a ${norm_pileup_2}.gz \\ -a ${norm_pileup_3}.gz \\ -b ${tumor_pileup_1}.gz \\ -b ${tumor_pileup_2}.gz \\ these columns will not be present.","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Differential methylation output format","id":"58","title":"Differential methylation output format"},"59":{"body":"When running modkit dmr without --regions (i.e. single-site analysis ) you can generate regions of differential methylation on-the-fly using the segmenting hidden Markov model (HMM). To run segmenting on the fly, add the --segments $segments_bed_fp option to the command such as: dmr_result=single_base_haplotype_dmr.bed\ndmr_segments=single_base_segements.bed modkit dmr pair \\ -a ${hp1_pileup}.gz \\ -b ${hp2_pileup}.gz \\ -o ${dmr_result} \\ --segments ${dmr_segments} \\ # indicates to run segmentation --ref ${ref} \\ --base C \\ --threads ${threads} \\ --log-filepath dmr.log The default settings for the HMM are to run in \"coarse-grained\" mode which will more eagerly join neighboring sites, potentially at the cost of including sites that are not differentially modified within \"Different\" blocks. To activate \"fine-grained\" mode, pass the --fine-grained flag. The output schema for the segments is: column name description type 1 chrom name of reference sequence from bedMethyl input samples str 2 start position 0-based start position, from --regions argument int 3 end position 0-based exclusive end position, from --regions argument int 4 state-name \"different\" when sites are differentially modified, \"same\" otherwise str 5 score difference score, more positive values have increased difference float 6 N-sites number of sites (bedmethyl records) in the segment float 7 samplea counts counts of each base modification in the region, comma-separated, for sample A str 8 sampleb counts counts of each base modification in the region, comma-separated, for sample B str 9 samplea percents percent of calls for each base modification in the region, comma-separated, for sample A str 10 sampleb percents percent of calls for each base modification in the region, comma-separated, for sample B str 11 samplea fraction modified percent modification (of any kind) in sample A float 12 sampleb fraction modified percent modification (of any kind) in sample B float 13 effect size percent modified in sample A (col 11) minus percent modified in sample B (col 12) float","breadcrumbs":"Quick Start guides » Perform differential methylation scoring » Segmenting on differential methylation","id":"59","title":"Segmenting on differential methylation"},"6":{"body":"In its simplest form modkit creates a bedMethyl file using the following: modkit pileup path/to/reads.bam output/path/pileup.bed --log-filepath pileup.log No reference sequence is required. A single file (described below ) with base count summaries will be created. The final argument here specifies an optional log file output. The program performs best-practices filtering and manipulation of the raw data stored in the input file. For further details see filtering modified-base calls .","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Basic usage","id":"6","title":"Basic usage"},"60":{"body":"The modkit validate sub-command is intended for validating results in a uniform manner from samples with known modified base content. Specifically the modified base status at any annotated reference location should be known.","breadcrumbs":"Quick Start guides » Validate ground truth results » Validating ground truth results.","id":"60","title":"Validating ground truth results."},"61":{"body":"The input to the modkit validate command will be pairs of modBAM and BED files. modBAM files should contain modified base calls in the MM/ML tag as input to most modkit commands. BED files paired to each input modBAM file describe the ground truth modified base status at reference positions. This ground truth status should be known by the researcher due to previous experimental conditions and cannot be derived by modkit. modkit validate \\ --bam-and-bed sample1.bam sample1_annotation.bed \\ --bam-and-bed sample2.bam sample2_annotation.bed This will produce output such as the following: > Parsing BED at /path/to/sample1_annotation.bed\n> Processed 10 BED lines\n> Parsing BED at /path/to/sample2_annotation.bed\n> Processed 10 BED lines\n> Canonical base: C\n> Parsing mapping at /path/to/sample1.bam\n> Processed 10 mapping recrods\n> Parsing mapping at /path/to/sample2.bam\n> Processed 10 mapping recrods\n> Raw counts summary Called Base ┌───┬───────┬───────┬───┬───┬───┬──────────┐ │ │ - │ a │ C │ G │ T │ Deletion │ ├───┼───────┼───────┼───┼───┼───┼──────────┤ Ground │ - │ 9,900 │ 100 │ 1 │ 1 │ 1 │ 2 │ Truth │ a │ 100 │ 9,900 │ 1 │ 1 │ 1 │ 2 │ └───┴───────┴───────┴───┴───┴───┴──────────┘\n> Balancing ground truth call totals\n> Raw accuracy: 99.00%\n> Raw modified base calls contingency table Called Base ┌───┬────────┬────────┐ │ │ - │ a │ ├───┼────────┼────────┤ Ground │ - │ 99.00% │ 1.00% │ Truth │ a │ 1.00% │ 99.00% │ └───┴────────┴────────┘\n> Call probability threshold: 0.95\n> Filtered accuracy: 99.90%\n> Filtered modified base calls contingency table Called Base ┌───┬────────┬────────┐ │ │ - │ a │ ├───┼────────┼────────┤ Ground │ - │ 99.90% │ 0.10% │ Truth │ a │ 0.10% │ 99.90% │ └───┴────────┴────────┘ The filtering threshold is computed in the same manner as in all other modkit commands. Currently only a defined percentage of input data filtering threshold estimation is implemented. The default value is 10% (as in other modkit commands) and can be adjusted with the --filter-quantile argument. Other methods (including user-defined thresholds) will be implemented in a future version. The Call probability threshold is intended a value to be used for user-defined thresholds for other modkit commands.","breadcrumbs":"Quick Start guides » Validate ground truth results » Validating from modBAM reads and BED reference annotation.","id":"61","title":"Validating from modBAM reads and BED reference annotation."},"62":{"body":"A BED file is a tab-delimited file. For this command the first 6 fields are processed. These fields are as follows: column name description 1 chrom name of reference sequence str 2 start position 0-based start position int 3 end position 0-based exclusive end position int 4 mod code modified base code str 6 strand strand (e.g. +,-,.) str The 5th column is ignored in the validate command. The 4th column represents the modified base code annotating the status at this reference position (or range of reference positions). This value can be - representing a canonical base (note that this differs from the remora validate annotation), a single letter code as defined in the modBAM tag specification, or any ChEBI code. The validate command will assume that any base from the associated modBAM file overlapping these positions should match this annotation.","breadcrumbs":"Quick Start guides » Validate ground truth results » BED ground truth annotation file:","id":"62","title":"BED ground truth annotation file:"},"63":{"body":"The --out-filepath option is provided to allow persistent storage of results in a machine-parseable format without other logging lines. This format outputs all contingency tables in a machine-parseable format. For example this contingency table [[\"ground_truth_label\",\"-\",\"a\"],[\"-\",9900,100],[\"a\",100,9900]] would be produced from the above example results.","breadcrumbs":"Quick Start guides » Validate ground truth results » Output file","id":"63","title":"Output file"},"64":{"body":"The modkit find-motifs command will attempt to summarize short genome sequences (motifs) that are more found to be highly modified (i.e. enriched for methylation). The input to this command is a bedMethyl generated by modkit pileup and the reference sequence used. For example, to run the command with default settings (recommended): bedmethyl=/path/to/pileup.bed\nref=/path/to/reference.fasta modkit find-motifs \\ -i ${bedmethyl} \\ -r ${ref} \\ -o ./motifs.tsv \\ --threads 32 \\ --log ./modkit_find_motifs_log.txt Specifying an output with -o will generate a machine-readable tab-separated-values file, a human-readable version of the table will always be logged to the terminal and the logfile.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Find highly modified motif sequences","id":"64","title":"Find highly modified motif sequences"},"65":{"body":"All output tables are output in two formats, machine-readable and human-readable. The human-readable tables are always output to the log and terminal, the machine-readable tables are output to files specified on the command line.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Output format","id":"65","title":"Output format"},"66":{"body":"column name description type 1 mod_code code specifying the modification found in the motif str 2 motif sequence of identified motif using IUPAC codes str 3 offset 0-based offset into the motif sequence of the modified base int 4 frac_mod fraction of time this sequence is found in the high modified set col-5 / (col-5 + col-6) float 5 high_count number of occurances of this sequence in the high-modified set int 6 low_count number of occurances of this sequence in the low-modified set int 7 mid_count number of occurances of this sequence in the mid-modified set int","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Machine-readable table","id":"66","title":"Machine-readable table"},"67":{"body":"column name description type 1 motif human-readable representation of the motif sequence with the modification code in brackets str 2 frac_mod fraction of time this sequence is found in the high modified set col-3 / (col-3 + col-4) float 3 high_count number of occurances of this sequence in the high-modified set int 4 low_count number of occurances of this sequence in the low-modified set int 5 mid_count number of occurances of this sequence in the mid-modified set int","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Human-readable table","id":"67","title":"Human-readable table"},"68":{"body":"Multiple motif sequences suspected to be present can be specified with the --known-motif option. A machine-readable table of the motif sequences that are not found during the search can be specified with the --known-motifs-table option. Using this option will add two columns to the above tables: name description type status equal, Subset, Superset, or Disjoint describes the relationship of the discovered motif to the known motif str closest_known_motif of all motifs specified with --known-motif the one that is most similar to the discovered motif str If any of the known motifs are not found during the search process an additional table is also emitted in machine- and human-readable versions.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Specifying known motifs","id":"68","title":"Specifying known motifs"},"69":{"body":"column name description type 1 mod_code code specifying the modification found in the motif str 2 motif sequence of identified motif using IUPAC codes str 3 offset 0-based offset into the motif sequence of the modified base int 4 frac_mod fraction of time this sequence is found in the high modified set col-5 / (col-5 + col-6) float 5 high_count number of occurances of this sequence in the high-modified set int 6 low_count number of occurances of this sequence in the low-modified set int 7 mid_count number of occurances of this sequence in the mid-modified set int 8 status equal, Subset, Superset, or Disjoint describes the relationship of the known motif to the closest discovered motif str 9 closest_found_motif which of the discovered motifs is most simuilar to the known motif str","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Machine-readable table","id":"69","title":"Machine-readable table"},"7":{"body":"For user convenience, the counting process can be modulated using several additional transforms and filters. The most basic of these is to report only counts from reference CpG dinucleotides. This option requires a reference sequence in order to locate the CpGs in the reference: modkit pileup path/to/reads.bam output/path/pileup.bed --cpg --ref path/to/reference.fasta To restrict output to only certain CpGs, pass the --include-bed option with the CpGs to be used, see this page for more details. modkit pileup path/to/reads.bam output/path/pileup.bed \\ --cpg \\ --ref path/to/reference.fasta \\ --include-bed path/to/my_cpgs.bed The program also contains preset which combine several options for ease of use. The traditional preset, modkit pileup path/to/reads.bam output/path/pileup.bed \\ --ref path/to/reference.fasta \\ --preset traditional performs three transforms: restricts output to locations where there is a CG dinucleotide in the reference, reports only a C and 5mC counts, using procedures to take into account counts of other forms of cytosine modification (notably 5hmC), and aggregates data across strands. The strand field of the output will be marked as '.' indicating that the strand information has been lost. Using this option is equivalent to running with the options: modkit pileup path/to/reads.bam output/path/pileup.bed --cpg --ref --ignore h --combine-strands","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Narrowing output to CpG dinucleotides","id":"7","title":"Narrowing output to CpG dinucleotides"},"70":{"body":"column name description type 1 motif human-readable representation of the motif sequence with the modification code in brackets str 2 frac_mod fraction of time this sequence is found in the high modified set col-3 / (col-3 + col-4) float 3 high_count number of occurances of this sequence in the high-modified set int 4 low_count number of occurances of this sequence in the low-modified set int 5 mid_count number of occurances of this sequence in the mid-modified set int 6 status equal, Subset, Superset, or Disjoint describes the relationship of the known motif to the closest discovered motif str 7 closest_found_motif which of the discovered motifs is most simuilar to the known motif str","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Human-readable table","id":"70","title":"Human-readable table"},"71":{"body":"The first step in find-motifs is to categorize each genomic position in the pileup into one of three groups based on the fraction modified column in the bedMethyl : Low-modified Mid-modified High-modified The threshold values for each group can be set on the command line (--high-thresh and --low-thresh). For example, consider a high threshold of 0.6 and a low threshold of 0.2 the following 3 bedMethyl records would be put into the high-, low-, and mid-groups, respectively: contig1 6 7 a 27 - 6 7 255,0,0 27 96.30 26 1 0 0 3 0 0\ncontig1 8 9 a 24 - 8 9 255,0,0 24 4.17 1 23 0 0 5 1 0\ncontig1 218 219 a 21 + 218 219 255,0,0 21 28.57 6 15 0 2 3 0 0 The sequence around each modified position is then collected from the reference FASTA file. The length of the sequence can be set with the --context-size option, accepting two values: the number of bases upstream and the number of bases downstream of the modified location. For example --context-size 12 12 will collect 12 bases upstream and 12 bases downstream of the modified base for a maximum motif length of 25 base pairs. The algorithm then iteratively expands, contracts, and merges sequences while the following criteria are met: The number of occurrences in the high-modified set is greater than min_sites (set by --min-sites). The fraction \\( \\frac{\\textit{H}}{\\textit{H} + \\textit{L}} \\), is greater than frac_mod (set with --min-frac-mod), where \\( \\textit{H} \\) and \\( \\textit{L} \\) is the number of total sequence contexts in the high-modified and low-modified set, respectively. The log-odds of the context being in the high-modified category is greater than min_log_odds (set with --min-log-odds). Once a motif sequence cannot be changed (made more general or more restrictive) without violating one of these criteria, the motif sequence is considered complete. As the algorithm continues, context sequences that match discovered sequences are removed from consideration. A secondary search step is also performed by starting with every k-mer (where k is less than the total sequence length, 3 by default, set with --exhaustive-seed-len) at every motif position. The log-odds threshold for this search is usually higher and set with --exhaustive-seed-min-log-odds. Decreasing this value can drastically increase computational time.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Simple description of the search algorithm","id":"71","title":"Simple description of the search algorithm"},"72":{"body":"The default parameters have been picked to be sufficiently sensitive, however if you decide to adjust the parameters in general increasing sensitivity will increase compute time. Increasing the --min-frac-mod will stop search earlier which will decrease compute time. Decreasing --min-sites has the largest effect and can especially cause the secondary search to crawl more sequences. Decreasing --min-sites along with --skip-search may be a useful technique to find very rare sequence motifs. Increasing --exhaustive-seed-min-log-odds can drastically decrease compute time (sometimes while maintaining sensitivity). Also consider the additional steps in performance considerations.","breadcrumbs":"Quick Start guides » Find highly modified motif sequences » Tuning parameters and --skip-search","id":"72","title":"Tuning parameters and --skip-search"},"73":{"body":"The modkit entropy command will calculate the methylation entropy in genomic windows of defined length across the genome, optionally summarizing these calculations for regions. Methylation entropy (ME) is a measure of the \"information content\" in the patterns of methylation reported by the sequencing reads, it could also be thought of as a measure of the randomness in the epialleles (an \"epiallele\" is the DNA modification at a given position). This metric was originally proposed by Xie et al. and has been shown to correlation with regulation , aging , and cancer . Unlike the pileup method in modkit which aggregates the modification calls per genomic position, modkit entropy looks at the co-occurrence of methylation status on individual reads and so the input is a modBAM not a pileup. To quote Lee et al. , \"This information is important because such ‘phased’ methylation states can inform us about the epigenetic diversity of cell populations as well as the local regulation states of the epigenome\". Probably the simplest visual description of methylation entropy is the following, a version of which appears in many of the methods papers: methylation_entropy_background Citation: Lee et al.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculating methylation entropy","id":"73","title":"Calculating methylation entropy"},"74":{"body":"modkit entropy --in-bam ${mod_bam} \\ -o ${output_entropy_bedgraph} \\ --ref ${ref} \\ --threads 32 \\ --log-filepath modkit_entropy.log When the output file, -o, is omitted the output will be to stdout.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculate entropy in windows across the genome","id":"74","title":"Calculate entropy in windows across the genome"},"75":{"body":"column name description type 1 chrom contig name string 2 start start of interval int 3 end end of interval int 4 entropy methylation entropy float 5 num_reads number of reads used int","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Output schema","id":"75","title":"Output schema"},"76":{"body":"The command can also summarize the methylation entropy in regions by using the --regions option, for example: modkit entropy \\ --in-bam ${mod_bam} \\ -o ${output_directory} \\ --regions ${regions_bed_file} \\ # BED3 or BED4 file of regions --cpg \\ # specify CpG dinucleotides and combine strands --ref ${ref} \\ --threads 32 \\ --log-filepath modkit_entropy.log The output must now be a directory (specified with -o), a bedGraph with the entropy over the windows with the regions as well as a summary of the methylation entropy in the regions will be output. By default these files will be regions.bed and windows.bedgraph.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculating entropy in BED-specified regions","id":"76","title":"Calculating entropy in BED-specified regions"},"77":{"body":"Similar to pileup you can specify a motif on the command line with --motif and optionally combine the counts across the positive and negative strands with --combine-strands. If you specify a primary sequence base (with --base) or a motif (with --motif) that is not reverse-complement palindromic modkit will output methylation entropy per-strand. For example if you want to calculate m6A entropy in DRACH motifs: ${modkit} entropy ${bam} \\ -o ${output} \\ --regions ${regions} \\ --ref ${ref} \\ --motif DRACH 2 \\ --threads 32 \\ --log-filepath modkit_entropy.log \\ When performing transcriptome analysis, it's recommended to make a regions BED file of all of the transcripts so that you can rank which transcripts have highest entropy.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Specifying motifs or primary sequence bases","id":"77","title":"Specifying motifs or primary sequence bases"},"78":{"body":"The calculation of methylation entropy has been described in the papers linked above. Formally, methylation entropy in modkit is calculated as: \\[ \\text{ME} = \\frac{-1}{N} \\sum_{\\textbf{N}} Pr(n_i) * \\text{log}_{2}Pr(n_i) \\] Where \\( \\textbf{N} \\) is the set of all methylation patterns and \\( Pr(n_i) \\) is the empirical probability of that pattern. To account for the fact that modkit filters base modification calls when they are below a certain confidence level, filtered positions are given a \"wildcard\" assignment and can match any epiallele at that position. The entropy calculation implementation in modkit will assign a fractional count to each pattern that the read matches. For example, suppose a read with epiallele m*mm meaning there are 4 positions in the window (5mC) and this read reports 5mC, followed by a filtered call, and 2 more 5mC calls. This read will match to patterns [mhmm mmmm mCmm] (m = 5mC, h = 5hmC, and C is canonical cytosine). When the --num-positions parameter gets large the number of potential patterns becomes large. Most patterns will probably not have any reads matching to them, so instead of enumerating all possible patterns modkit uses a prefix trie to find all patterns represented in the reads while accounting for filtered positions.","breadcrumbs":"Quick Start guides » Calculating methylation entropy » Calculation of methylation entropy","id":"78","title":"Calculation of methylation entropy"},"79":{"body":"The pileup, sample-probs, summary, and extract sub commands have a --include-bed (or --include-positions) option that will restrict analysis to only positions that overlap with the intervals contained within the BED file. In the case of pileup, summary, and sample-probs, the pass-threshold will be estimated with only base modification probabilities that are aligned to positions overlapping intervals in the BED. In the case of pileup and extract only positions will be reported if they overlap intervals in the BED.","breadcrumbs":"Quick Start guides » Narrow output to specific positions » Narrow output to specific positions","id":"79","title":"Narrow output to specific positions"},"8":{"body":"By default, modkit will output a BED row for all genomic positions where there is at least one base modification in the input modBAM. We define a motif as a short DNA sequence potentially containing degenerate codes . To ease downstream analysis, the --motif option can be used to pre-filter and annotate the bedMethyl rows. The --cpg flag is a alias for --motif CG 0 where the sequence motif is CG and the offset is 0, meaning pileup base modification counts for the first C in the motif on the top strand the second C (complement to G) on the bottom strand. Another example may be --motif GATC 1, signaling to pileup counts for the A in the second position on the top strand and the A in the third position on the bottom strand. When multiple motifs are specified the name column ( column 4 ), will indicate which motif the counts are tabulated for. For example, if --motif CGCG 2 --motif CG 0 are passed you may see lines such as: oligo_741_adapters 39 40 m,CG,0 4\t-\t39\t40\t255,0,0\t4 100.00 4 0 0 0 0 0 0\noligo_741_adapters 39 40 m,CGCG,2 4\t-\t39\t40\t255,0,0\t4 100.00 4 0 0 0 0 0 0 The --combine-strands flag can be combined with --motif however all motifs must be reverse-complement palindromic (CG is a palindrome but CHH is not).","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Narrowing output to specific motifs","id":"8","title":"Narrowing output to specific motifs"},"80":{"body":"The goal of modkit is to enable best-practices manipulation of BAM files containing modified base information (modBAMs). The various sub-commands and tools available in modkit are described below. This information can be obtained by invoking the long help (--help) for each command. Advanced usage information. Modkit is a bioinformatics tool for working with modified bases from Oxford Nanopore Usage: modkit Commands: pileup Tabulates base modification calls across genomic positions. This command produces a bedMethyl formatted file. Schema and description of fields can be found in the README. adjust-mods Performs various operations on BAM files containing base modification information, such as converting base modification codes and ignoring modification calls. Produces a BAM output file. update-tags Renames Mm/Ml to tags to MM/ML. Also allows changing the the mode flag from silent '.' to explicitly '?' or '.'. sample-probs Calculate an estimate of the base modification probability distribution. summary Summarize the mod tags present in a BAM and get basic statistics. The default output is a totals table (designated by '#' lines) and a modification calls table. Descriptions of the columns can be found in the README. call-mods Call mods from a modbam, creates a new modbam with probabilities set to 100% if a base modification is called or 0% if called canonical. motif-bed Create BED file with all locations of a sequence motif. Example: modkit motif-bed CG 0 extract Extract read-level base modification information from a modBAM into a tab-separated values table. repair Repair MM and ML tags in one bam with the correct tags from another. To use this command, both modBAMs _must_ be sorted by read name. The \"donor\" modBAM's reads must be a superset of the acceptor's reads. Extra reads in the donor are allowed, and multiple reads with the same name (secondary, etc.) are allowed in the acceptor. Reads with an empty SEQ field cannot be repaired and will be rejected. Reads where there is an ambiguous alignment of the acceptor to the donor will be rejected (and logged). See the full documentation for details. dmr Perform DMR test on a set of regions. Output a BED file of regions with the score column indicating the magnitude of the difference. Find the schema and description of fields can in the README as well as a description of the model and method. See subcommand help for additional details. pileup-hemi Tabulates double-stranded base modification patters (such as hemi-methylation) across genomic motif positions. This command produces a bedMethyl file, the schema can be found in the online documentation. validate Validate results from a set of mod-BAM files and associated BED files containing the ground truth modified base status at reference positions. find-motifs Find sequence motifs in a bedMethyl pileup that are enriched for base modification. entropy Use a mod-BAM to calculate methylation entropy over genomic windows. help Print this message or the help of the given subcommand(s). Options: -h, --help Print help information. -V, --version Print version information.","breadcrumbs":"Extended subcommand help » modkit, subcommand documentation","id":"80","title":"modkit, subcommand documentation"},"81":{"body":"Tabulates base modification calls across genomic positions. This command produces a bedMethyl\nformatted file. Schema and description of fields can be found in the README. Usage: modkit pileup [OPTIONS] Arguments: Input BAM, should be sorted and have associated index available. Output file (or directory with --bedgraph option) to write results into. Specify \"-\" or \"stdout\" to direct output to stdout. Options: --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) --region Process only the specified region of the BAM when performing pileup. Format should be :- or . Commas are allowed. --max-depth Maximum number of records to use when calculating pileup. This argument is passed to the pileup engine. If you have high depth data, consider increasing this value substantially. Must be less than 2147483647 or an error will be raised. [default: 8000] -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] --chunk-size Break contigs into chunks containing this many intervals (see `interval_size`). This option can be used to help prevent excessive memory usage, usually with no performance penalty. By default, modkit will set this value to 1.5x the number of threads specified, so if 4 threads are specified the chunk_size will be 6. A warning will be shown if this option is less than the number of threads specified. --suppress-progress Hide the progress bar. -n, --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the pass-threshold. In practice, 10-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] --include-bed BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file. (alias: include-positions) --include-unmapped Include unmapped base modifications when estimating the pass threshold. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --force-allow-implicit Force allow implicit-canonical mode. By default modkit does not allow pileup with the implicit mode (e.g. C+m, no '.' or '?'). The `update-tags` subcommand is provided to update tags to the new mode. This option allows the interpretation of implicit mode tags: residues without modified base probability will be interpreted as being the non-modified base. --motif Output pileup counts for only sequence motifs provided. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CGCG 0 indicates to pileup counts for the first C on the top strand and the last C (complement to G) on the bottom strand. The --cpg argument is short hand for --motif CG 0. This argument can be passed multiple times. When more than one motif is used, the resulting output BED file will indicate the motif in the \"name\" field as ,,. For example, given `--motif CGCG 2 --motif CG 0` there will be output lines with name fields such as \"m,CG,0\" and \"m,CGCG,2\". To use this option with `--combine-strands`, all motifs must be reverse-complement palindromic or an error will be raised. --cpg Only output counts at CpG motifs. Requires a reference sequence to be provided. -r, --ref Reference sequence in FASTA format. Required for motif (e.g. CpG) filtering. -k, --mask Respect soft masking in the reference FASTA. --preset Optional preset options for specific applications. traditional: Prepares bedMethyl analogous to that generated from other technologies for the analysis of 5mC modified bases. Shorthand for --cpg --combine-strands --ignore h. [possible values: traditional] --combine-mods Combine base modification calls, all counts of modified bases are summed together. See collapse.md for details. --combine-strands When performing motif analysis (such as CpG), sum the counts from the positive and negative strands into the counts for the positive strand position. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --only-tabs **Deprecated** The default output has all tab-delimiters. For bedMethyl output, separate columns with only tabs. The default is to use tabs for the first 10 fields and spaces thereafter. The default behavior is more likely to be compatible with genome viewers. Enabling this option may make it easier to parse the output with tabular data handlers that expect a single kind of separator. --mixed-delim Output bedMethyl where the delimiter of columns past column 10 are space-delimited instead of tab-delimited. This option can be useful for some browsers and parsers that don't expect the extra columns of the bedMethyl format. --bedgraph Output bedGraph format, see https://genome.ucsc.edu/goldenPath/help/bedgraph.html. For this setting, specify a directory for output files to be make in. Two files for each modification will be produced, one for the positive strand and one for the negative strand. So for 5mC (m) and 5hmC (h) there will be 4 files produced. --with-header Output a header with the bedMethyl. --prefix Prefix to prepend on bedgraph output file names. Without this option the files will be _.bedgraph. --partition-tag Partition output into multiple bedMethyl files based on tag-value pairs. The output will be multiple bedMethyl files with the format `___.bed` prefix is optional and set with the `--prefix` flag. -h, --help Print help information (use `-h` for a summary)","breadcrumbs":"Extended subcommand help » pileup","id":"81","title":"pileup"},"82":{"body":"Performs various operations on BAM files containing base modification information, such as\nconverting base modification codes and ignoring modification calls. Produces a BAM output file Usage: modkit adjust-mods [OPTIONS] Arguments: BAM file to collapse mod call from. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. File path to new BAM file to be created. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard output. Options: --log-filepath Output debug logs to file at this path. --ignore Modified base code to ignore/remove, see https://samtools.github.io/hts-specs/SAMtags.pdf for details on the modified base codes. -t, --threads Number of threads to use. [default: 4] -f, --ff Fast fail, stop processing at the first invalid sequence record. Default behavior is to continue and report failed/skipped records at the end. --convert Convert one mod-tag to another, summing the probabilities together if the retained mod tag is already present. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --output-sam Output SAM format instead of BAM. --suppress-progress Hide the progress bar -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » adjust-mods","id":"82","title":"adjust-mods"},"83":{"body":"Renames Mm/Ml to tags to MM/ML. Also allows changing the the mode flag from silent '.' to explicitly\n'?' or '.'. Usage: modkit update-tags [OPTIONS] Arguments: BAM to update modified base tags in. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. File to new BAM file to be created or one of `-` or `stdin` to specify a stream from standard output. Options: -m, --mode Mode, change mode to this value, options {'explicit', 'implicit'}. See spec at: https://samtools.github.io/hts-specs/SAMtags.pdf. 'explicit' ('?') means residues without modification probabilities will not be assumed canonical or modified. 'implicit' means residues without explicit modification probabilities are assumed to be canonical. [possible values: explicit, implicit] -t, --threads Number of threads to use [default: 4] --no-implicit-probs Don't add implicit canonical calls. This flag is important when converting from one of the implicit modes ( `.` or `\"\"`) to explicit mode (`?`). By passing this flag, the bases without associated base modification probabilities will not be assumed to be canonical. No base modification probability will be written for these bases, meaning there is no information. The mode will automatically be set to the explicit mode `?`. --log-filepath Output debug logs to file at this path. --output-sam Output SAM format instead of BAM. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » update-tags","id":"83","title":"update-tags"},"84":{"body":"Calculate an estimate of the base modification probability distribution. Usage: modkit sample-probs [OPTIONS] Arguments: Input BAM with modified base tags. If a index is found reads will be sampled evenly across the length of the reference sequence. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: -t, --threads Number of threads to use. [default: 4] --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --suppress-progress Hide the progress bar. -p, --percentiles Percentiles to calculate, a space separated list of floats. [default: 0.1,0.5,0.9] -o, --out-dir Directory to deposit result tables into. Required for model probability histogram output. Creates two files probabilities.tsv and probabilities.txt The .txt contains ASCII-histograms and the .tsv contains tab-separated variable data represented by the histograms. --prefix Label to prefix output files with. E.g. 'foo' will output foo_thresholds.tsv, foo_probabilities.tsv, and foo_probabilities.txt. --force Overwrite results if present. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --hist Output histogram of base modification prediction probabilities. --buckets Number of buckets for the histogram, if used. [default: 128] -n, --num-reads Approximate maximum number of reads to use, especially recommended when using a large BAM without an index. If an indexed BAM is provided, the reads will be sampled evenly over the length of the aligned reference. If a region is passed with the --region option, they will be sampled over the genomic region. Actual number of reads used may deviate slightly from this number. [default: 10042] -f, --sampling-frac Instead of using a defined number of reads, specify a fraction of reads to sample, for example 0.1 will sample 1/10th of the reads. --no-sampling No sampling, use all of the reads to calculate the filter thresholds. -s, --seed Random seed for deterministic running, the default is non-deterministic, only used when no BAM index is provided. --region Process only the specified region of the BAM when collecting probabilities. Format should be :- or . -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. Only used when sampling probs from an indexed bam. [default: 1000000] --include-bed Only sample base modification probabilities that are aligned to the positions in this BED file. (alias: include-positions) --only-mapped Only use base modification probabilities that are aligned (i.e. ignore soft-clipped, and inserted bases). -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » sample-probs","id":"84","title":"sample-probs"},"85":{"body":"Summarize the mod tags present in a BAM and get basic statistics. The default output is a totals\ntable (designated by '#' lines) and a modification calls table. Descriptions of the columns can be\nfound in the README. Usage: modkit summary [OPTIONS] Arguments: Input modBam, can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: -t, --threads Number of threads to use. [default: 4] --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --tsv Output summary as a tab-separated variables stdout instead of a table. --suppress-progress Hide the progress bar. -n, --num-reads Approximate maximum number of reads to use, especially recommended when using a large BAM without an index. If an indexed BAM is provided, the reads will be sampled evenly over the length of the aligned reference. If a region is passed with the --region option, they will be sampled over the genomic region. Actual number of reads used may deviate slightly from this number. [default: 10042] -f, --sampling-frac Instead of using a defined number of reads, specify a fraction of reads to sample when estimating the filter threshold. For example 0.1 will sample 1/10th of the reads. --no-sampling No sampling, use all of the reads to calculate the filter thresholds and generating the summary. -s, --seed Sets a random seed for deterministic running (when using --sample-frac), the default is non-deterministic, only used when no BAM index is provided. --no-filtering Do not perform any filtering, include all base modification calls in the summary. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence base modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --include-bed Only summarize base modification probabilities that are aligned to the positions in this BED file. (alias: include-positions) --only-mapped Only use base modification probabilities that are aligned (i.e. ignore soft-clipped, and inserted bases). --region Process only the specified region of the BAM when collecting probabilities. Format should be :- or . -i, --interval-size When using regions, interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 1000000] -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » summary","id":"85","title":"summary"},"86":{"body":"Create BED file with all locations of a sequence motif. Example: modkit motif-bed CG 0 Usage: modkit motif-bed [OPTIONS] Arguments: Input FASTA file. Motif to search for within FASTA, e.g. CG. Offset within motif, e.g. 0. Options: -k, --mask Respect soft masking in the reference FASTA. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » motif-bed","id":"86","title":"motif-bed"},"87":{"body":"Call mods from a modBam, creates a new modBam with probabilities set to 100% if a base modification\nis called or 0% if called canonical. Usage: modkit call-mods [OPTIONS] Arguments: Input BAM, may be sorted and have associated index available. Can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Output BAM, can be a path to a file or one of `-` or `stdin` to specify a stream from standard input. Options: --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. --ff Fast fail, stop processing at the first invalid sequence record. Default behavior is to continue and report failed/skipped records at the end. --suppress-progress Hide the progress bar. -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -n, --num-reads Sample approximately this many reads when estimating the filtering threshold. If alignments are present reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the filter-percentile. In practice, 50-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic, only used when no BAM index is provided. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per primary base. A global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-threshold Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --no-filtering Don't filter base modification calls, assign each base modification to the highest probability prediction. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --output-sam Output SAM format instead of BAM. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » call-mods","id":"87","title":"call-mods"},"88":{"body":"Extract read-level base modification information from a modBAM into a tab-separated values table. Usage: modkit extract [OPTIONS] Arguments: Path to modBAM file to extract read-level information from, or one of `-` or `stdin` to specify a stream from standard input. If a file is used it may be sorted and have associated index. Path to output file, \"stdout\" or \"-\" will direct output to standard out. Specifying \"null\" will not output the extract table (useful if all you need is the `--read-calls` output table). Options: -t, --threads Number of threads to use. [default: 4] -q, --queue-size Number of reads that can be in memory at a time. Increasing this value will increase thread usage, at the cost of memory usage. [default: 10000] --log-filepath Path to file to write run log, setting this file is recommended. --mapped-only Include only mapped bases in output. (alias: mapped) --allow-non-primary Output aligned secondary and supplementary base modification probabilities as additional rows. The primary alignment will have all of the base modification probabilities (including soft-clipped ones, unless --mapped-only is used). The non-primary alignments will only have mapped bases in the output. --num-reads Number of reads to use. Note that when using a sorted, indexed modBAM that the sampling algorithm will attempt to sample records evenly over the length of the reference sequence. The result is the final number of records used may be slightly more or less than the requested number. When piping from stdin or using a modBAM without an index, the requested number of reads will be exact. --region Process only reads that are aligned to a specified region of the BAM. Format should be :- or . --force Force overwrite of output file. --suppress-progress Hide the progress bar. --kmer-size Set the query and reference k-mer size (if a reference is provided). Maximum number for this value is 50. [default: 5] --ignore-index Ignore the BAM index (if it exists) and default to a serial scan of the BAM. --read-calls-path Produce a table of read-level base modification calls. This table has, for each read, one row for each base modification call in that read using the same thresholding algorithm as in pileup, or summary (see online documentation for details on thresholds). Passing this option will cause `modkit` to estimate the pass thresholds from the data unless a `--filter-threshold` value is passed to the command. Use 'stdout' to stream this table to stdout, but note that you cannot stream this table and the raw extract table to stdout. --pass-only Only output base modification calls that pass the minimum confidence threshold. (alias: pass) --no-headers Don't print the header lines in the output tables. --reference Path to reference FASTA to extract reference context information from. If no reference is provided, `ref_kmer` column will be \".\" in the output. (alias: ref) --include-bed BED file with regions to include (alias: include-positions). Implicitly only includes mapped sites -v, --exclude-bed BED file with regions to _exclude_ (alias: exclude). --motif Output read-level base modification probabilities restricted to the reference sequence motifs provided. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CGCG 0 indicates include base modifications for which the read is aligned to the first C on the top strand and the last C (complement to G) on the bottom strand. The --cpg argument is short hand for --motif CG 0. This argument can be passed multiple times. --cpg Only output counts at CpG motifs. Requires a reference sequence to be provided. -k, --mask When using motifs, respect soft masking in the reference sequence. --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability. [default: 1000000] -f, --sampling-frac Sample this fraction of the reads when estimating the pass-threshold. In practice, 10-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. -n, --sample-num-reads Sample this many reads when estimating the filtering threshold. If a sorted, indexed modBAM is provided reads will be sampled evenly across aligned genome. If a region is specified, with the --region, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] --seed Set a random seed for deterministic running, the default is non-deterministic. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. Only used when an indexed modBam is provided. [default: 100000] --ignore-implicit Ignore implicitly canonical base modification calls. When the `.` flag is used in the MM tag, this implies that bases missing a base modification probability are to be assumed canonical. Set this flag to omit those base modifications from the output. For additional details see the SAM spec: https://samtools.github.io/hts-specs/SAMtags.pdf. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » extract","id":"88","title":"extract"},"89":{"body":"Repair MM and ML tags in one bam with the correct tags from another. To use this command, both\nmodBAMs _must_ be sorted by read name. The \"donor\" modBAM's reads must be a superset of the\nacceptor's reads. Extra reads in the donor are allowed, and multiple reads with the same name\n(secondary, etc.) are allowed in the acceptor. Reads with an empty SEQ field cannot be repaired and\nwill be rejected. Reads where there is an ambiguous alignment of the acceptor to the donor will be\nrejected (and logged). See the full documentation for details. Usage: modkit repair [OPTIONS] --donor-bam --acceptor-bam --output-bam Options: -d, --donor-bam Donor modBAM with original MM/ML tags. Must be sorted by read name. -a, --acceptor-bam Acceptor modBAM with reads to have MM/ML base modification data projected on to. Must be sorted by read name. -o, --output-bam output modBAM location. --log-filepath File to write logs to, it is recommended to use this option as some reads may be rejected and logged here -t, --threads The number of threads to use [default: 4] -h, --help Print help information.","breadcrumbs":"Extended subcommand help » repair","id":"89","title":"repair"},"9":{"body":"If have a modBAM with reads from different conditions are other SAM tag annotations (for example RG or HP) you can pass the --partition-tag option and modkit will output a separate bedMethyl with counts for only the reads with that tag value. For example, if you have haplotype-annotated reads with the HP tag, you could use a command like the following: modkit pileup path/to/reads.bam output/directory/ --cpg --ref --partition-tag HP --prefix haplotyped The output will be multiple files in placed in output/directory/haplotyped_<1|2|etc>.bed, multiple --partition-tag options can be passed and the output files will correspond to the observed combinations of tags found in the modBAM. For example if --partition-tag RG and --partition-tag HP are passed: outdir/ __.bed __.bed __.bed __.bed # ... etc Note that only tag values that can be easily turned into strings will be considered valid (e.g. numbers, characters, strings, etc.), array values will not be used, and will result in missing being used. Reads missing all of the SAM tags will be put in ungrouped.bed. For more information on the individual options see the Advanced Usage help document.","breadcrumbs":"Quick Start guides » Constructing bedMethyl tables » Partitioning reads based on SAM tag values","id":"9","title":"Partitioning reads based on SAM tag values"},"90":{"body":"Validate results from a set of mod-BAM files and associated BED files containing the ground truth\nmodified base status at reference positions. Usage: modkit validate [OPTIONS] Options: --bam-and-bed Argument accepts 2 values. The first value is the BAM file path with modified base tags. The second is a bed file with ground truth reference positions. The name field in the ground truth bed file should be the short name (single letter code or ChEBI ID) for a modified base or `-` to specify a canonical base ground truth position. This argument can be provided more than once for multiple samples. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. -c, --canonical-base Canonical base to evaluate. By default, this will be derived from mod codes in ground truth BED files. For ground truth with only canonical sites and/or ChEBI codes this values must be set. [possible values: A, C, G, T] --min-identity Only use reads with alignment identity >= this number, in Q-space (phred score). --min-length Remove reads with fewer aligned reference bases than this threshold. -q, --filter-quantile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify modified base probability filter threshold value. If specified, --filter-threshold will override --filter-quantile. -t, --threads Number of threads to use. [default: 4] --suppress-progress Hide the progress bar. -o, --out-filepath Specify a file for machine parseable output. --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » validate","id":"90","title":"validate"},"91":{"body":"Tabulates double-stranded base modification patters (such as hemi-methylation) across genomic motif\npositions. This command produces a bedMethyl file, the schema can be found in the online\ndocumentation. Usage: modkit pileup-hemi [OPTIONS] Arguments: Input BAM, should be sorted and have associated index available. Options: -o, --out-bed Output file to write results into. Will write to stdout if not provided. --cpg Aggregate double-stranded base modifications for CpG dinucleotides. This flag is short-hand for --motif CG 0. --motif Specify the sequence motif to pileup double-stranded base modification pattern counts for. The first argument should be the sequence motif and the second argument is the 0-based offset to the base to pileup base modification counts for. For example: --motif CG 0 indicates to generate pattern counts for the C on the top strand and the following C (opposite to G) on the negative strand. The motif must be reverse-complement palindromic or an error will be raised. See the documentation for more examples and details. -r, --ref Reference sequence in FASTA format. --log-filepath Specify a file for debug logs to be written to, otherwise ignore them. Setting a file is recommended. (alias: log) --region Process only the specified region of the BAM when performing pileup. Format should be :- or . Commas are allowed. --max-depth Maximum number of records to use when calculating pileup. This argument is passed to the pileup engine. If you have high depth data, consider increasing this value substantially. Must be less than 2147483647 or an error will be raised. [default: 8000] -t, --threads Number of threads to use while processing chunks concurrently. [default: 4] -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] --chunk-size Break contigs into chunks containing this many intervals (see `interval_size`). This option can be used to help prevent excessive memory usage, usually with no performance penalty. By default, modkit will set this value to 1.5x the number of threads specified, so if 4 threads are specified the chunk_size will be 6. A warning will be shown if this option is less than the number of threads specified. --suppress-progress Hide the progress bar. -n, --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -f, --sampling-frac Sample this fraction of the reads when estimating the filter-percentile. In practice, 50-100 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. See filtering.md for details on filtering. --seed Set a random seed for deterministic running, the default is non-deterministic. --no-filtering Do not perform any filtering, include all mod base calls in output. See filtering.md for details on filtering. -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or per-base. Global filter threshold can be specified with by a decimal number (e.g. 0.75). Per-base thresholds can be specified by colon-separated values, for example C:0.75 specifies a threshold value of 0.75 for cytosine modification calls. Additional per-base thresholds can be specified by repeating the option: for example --filter-threshold C:0.75 --filter-threshold A:0.70 or specify a single base option and a default for all other bases with: --filter-threshold A:0.70 --filter-threshold 0.9 will specify a threshold value of 0.70 for adenine and 0.9 for all other base modification calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. --sample-region Specify a region for sampling reads from when estimating the threshold probability. If this option is not provided, but --region is provided, the genomic interval passed to --region will be used. Format should be :- or . --sampling-interval-size Interval chunk size in base pairs to process concurrently when estimating the threshold probability, can be larger than the pileup processing interval. [default: 1000000] --include-bed BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file. (alias: include-positions) --include-unmapped Include unmapped base modifications when estimating the pass threshold. --ignore Ignore a modified base class _in_situ_ by redistributing base modification probability equally across other options. For example, if collapsing 'h', with 'm' and canonical options, half of the probability of 'h' will be added to both 'm' and 'C'. A full description of the methods can be found in collapse.md. --force-allow-implicit Force allow implicit-canonical mode. By default modkit does not allow pileup with the implicit mode (e.g. C+m, no '.' or '?'). The `update-tags` subcommand is provided to update tags to the new mode. This option allows the interpretation of implicit mode tags: residues without modified base probability will be interpreted as being the non-modified base. -k, --mask Respect soft masking in the reference FASTA. --combine-mods Combine base modification calls, all counts of modified bases are summed together. See collapse.md for details. --edge-filter Discard base modification calls that are this many bases from the start or the end of the read. Two comma-separated values may be provided to asymmetrically filter out base modification calls from the start and end of the reads. For example, 4,8 will filter out base modification calls in the first 4 and last 8 bases of the read. --invert-edge-filter Invert the edge filter, instead of filtering out base modification calls at the ends of reads, only _keep_ base modification calls at the ends of reads. E.g. if usually, \"4,8\" would remove (i.e. filter out) base modification calls in the first 4 and last 8 bases of the read, using this flag will keep only base modification calls in the first 4 and last 8 bases. --only-tabs **Deprecated** The default output has all tab-delimiters. For bedMethyl output, separate columns with only tabs. The default is to use tabs for the first 10 fields and spaces thereafter. The default behavior is more likely to be compatible with genome viewers. Enabling this option may make it easier to parse the output with tabular data handlers that expect a single kind of separator. --mixed-delim Output bedMethyl where the delimiter of columns past column 10 are space-delimited instead of tab-delimited. This option can be useful for some browsers and parsers that don't expect the extra columns of the bedMethyl format. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » pileup-hemi","id":"91","title":"pileup-hemi"},"92":{"body":"Find sequence motifs in a bedMethyl pileup that are enriched for base modification Usage: modkit find-motifs [OPTIONS] --in-bedmethyl --ref Options: -i, --in-bedmethyl Input bedmethyl table, can be used directly from modkit pileup. -o, --out-table Optionally output a machine-parsable TSV (human-readable table will always be output to the log). --known-motifs-table Optionally output machine parsable table with known motif modification frequencies that were not found during search. -t, --threads Number of threads to use. [default: 4] -r, --ref Reference sequence in FASTA format used for the pileup. Reference sequence in FASTA format used for the pileup. --low-thresh Fraction modified threshold below which consider a genome location to be \"low modification\". [default: 0.2] --high-thresh Fraction modified threshold above which consider a genome location to be \"high modification\" or enriched for modification. [default: 0.6] --min-log-odds Minimum log-odds to consider a motif sequence to be enriched. [default: 1.5] --exhaustive-seed-min-log-odds Minimum log-odds to consider a motif sequence to be enriched when performing exhaustive search. [default: 2.5] --exhaustive-seed-len Exhaustive search seed length, increasing this value increases computational time. [default: 3] --skip-search Skip the exhaustive search phase, saves time but the results may be less sensitive. --min-coverage Minimum coverage in the bedMethyl to consider a record valid. [default: 5] --context-size Upstream and downstream number of bases to search for a motif sequence around a modified base. Example: --context-size 12 12 [default: 12 12] --init-context-size Initial \"fixed\" seed window size in base pairs around the modified base. Example: --init-context-size 2 2 [default: 2 2] --min-sites Minimum number of total sites in the genome required for a motif to be considered. [default: 300] --min-frac-mod Minimum fraction of sites in the genome to be \"high-modification\" for a motif to be considered. [default: 0.85] --known-motif Gather enrichment information for a known motif as well as compare to discovered motifs. Format should be . --mod-code Specify which modification codes to process, default will process all modification codes found in the input bedMethyl file. --force-override-spec Force override SAM specification of association of modification codes to primary sequence bases. --log-filepath Output log to this file. --suppress-progress Disable the progress bars. -h, --help Print help information.","breadcrumbs":"Extended subcommand help » find-motifs","id":"92","title":"find-motifs"},"93":{"body":"Use a mod-BAM to calculate methylation entropy over genomic windows. Usage: modkit entropy [OPTIONS] --in-bam --ref Options: -s, --in-bam Input mod-BAM, may be repeated multiple times to calculate entropy across all input mod-BAMs. -o, --out-bed Output BED file, if using `--region` this must be a directory. --prefix Only used with `--regions`, prefix files in output directory with this string. -n, --num-positions Number of modified positions to consider at a time. [default: 4] -w, --window-size Maximum length interval that \"num_positions\" modified bases can occur in. The maximum window size decides how dense the positions are packed. For example, consider that the num_positions is equal to 4, the motif is CpG, and the window_size is equal to 8, this configuration would require that the modified positions are immediately adjacent to each other, \"CGCGCGCG\". On the other hand, if the window_size was set to 12, then multiple sequences with various patterns of other bases can be used CGACGATCGGCG. [default: 50] --no-filtering Do not perform any filtering, include all mod base calls in output. --num-reads Sample this many reads when estimating the filtering threshold. Reads will be sampled evenly across aligned genome. If a region is specified, either with the --region option or the --sample-region option, then reads will be sampled evenly across the region given. This option is useful for large BAM files. In practice, 10-50 thousand reads is sufficient to estimate the model output distribution and determine the filtering threshold. [default: 10042] -p, --filter-percentile Filter out modified base calls where the probability of the predicted variant is below this confidence percentile. For example, 0.1 will filter out the 10% lowest confidence modification calls. [default: 0.1] --filter-threshold Specify the filter threshold globally or for the canonical calls. When specified, base modification call probabilities will be required to be greater than or equal to this number. If `--mod-thresholds` is also specified, _this_ value will be used for canonical calls. --mod-thresholds Specify a passing threshold to use for a base modification, independent of the threshold for the primary sequence base or the default. For example, to set the pass threshold for 5hmC to 0.8 use `--mod-threshold h:0.8`. The pass threshold will still be estimated as usual and used for canonical cytosine and other modifications unless the `--filter-threshold` option is also passed. See the online documentation for more details. -t, --threads Number of threads to use. [default: 4] --io-threads Number of BAM-reading threads to use. --ref Reference sequence in FASTA format. --mask Respect soft masking in the reference FASTA. --motif Motif to use for entropy calculation, default will be CpG. --cpg Use CpG motifs. Short hand for --motif CG 0 --combine-strands --base Primary sequence base to calculate modification entropy on. [possible values: A, C, G, T] --regions Regions over which to calculate descriptive statistics. --combine-strands Combine modification counts on the positive and negative strands and report entropy on just the positive strand. --min-coverage Minimum coverage required at each position in the window. Windows without at least this many valid reads will be skipped, but positions within the window with enough coverage can be used by neighboring windows. [default: 3] --log-filepath Send debug logs to this file, setting this file is recommended. --suppress-progress Hide progress bars. --force Force overwrite output. --header Write a header line. --drop-zeros Omit windows with zero entropy. --max-filtered-positions Maximum number of filtered positions a read is allowed to have in a window, more than this number and the read will be discarded. Default will be 50% of `num_positions`. -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » entropy","id":"93","title":"entropy"},"94":{"body":"Compare regions in a pair of samples (for example, tumor and normal or control and experiment). A\nsample is input as a bgzip pileup bedMethyl (produced by pileup, for example) that has an associated\ntabix index. Output is a BED file with the score column indicating the magnitude of the difference\nin methylation between the two samples. See the online documentation for additional details. Usage: modkit dmr pair [OPTIONS] -a -b --ref Options: -a Bgzipped bedMethyl file for the first (usually control) sample. There should be a tabix index with the same name and .tbi next to this file or the --index-a option must be provided. -b Bgzipped bedMethyl file for the second (usually experimental) sample. There should be a tabix index with the same name and .tbi next to this file or the --index-b option must be provided. -o, --out-path Path to file to direct output, optional, no argument will direct output to stdout --header Include header in output. -r, --regions-bed BED file of regions over which to compare methylation levels. Should be tab-separated (spaces allowed in the \"name\" column). Requires chrom, chromStart and chromEnd. The Name column is optional. Strand is currently ignored. When omitted, methylation levels are compared at each site. --ref Path to reference fasta for used in the pileup/alignment --segment Run segmentation, output segmented differentially methylated regions to this file. --max-gap-size Maximum number of base pairs between modified bases for them to be segmented together. [default: 5000] --dmr-prior Prior probability of a differentially methylated position. [default: 0.1] --diff-stay Maximum probability of continuing a differentially methylated block, decay will be dynamic based on proximity to the next position. [default: 0.9] --significance-factor Significance factor, effective p-value necessary to favor the \"Different\" state. [default: 0.01] --log-transition-decay Use logarithmic decay for \"Different\" stay probability. --decay-distance After this many base pairs, the transition probability will become the prior probability of encountering a differentially modified position. [default: 500] --fine-grained Preset HMM segmentation parameters for higher propensity to switch from \"Same\" to \"Different\" state. Results will be shorter segments, but potentially higher sensitivity. -m, --base Bases to use to calculate DMR, may be multiple. For example, to calculate differentially methylated regions using only cytosine modifications use --base C. --assign-code Extra assignments of modification codes to their respective primary bases. In general, modkit dmr will use the SAM specification to know which modification codes are appropriate to use for a given primary base. For example \"h\" is the code for 5hmC, so is appropriate for cytosine bases, but not adenine bases. However, if your bedMethyl file contains custom codes or codes that are not part of the specification, you can specify which primary base they belong to here with --assign-code x:C meaning associate modification code \"x\" with cytosine (C) primary sequence bases. If a code is encountered that is not part of the specification, the bedMethyl record will not be used, this will be logged. --log-filepath File to write logs to, it's recommended to use this option. -t, --threads Number of threads to use. [default: 4] --batch-size Control the batch size. The batch size is the number of regions to load at a time. Each region will be processed concurrently. Loading more regions at a time will decrease IO to load data, but will use more memory. Default will be 50% more than the number of threads assigned. -k, --mask Respect soft masking in the reference FASTA. --suppress-progress Don't show progress bars. -f, --force Force overwrite of output file, if it already exists. --index-a Path to tabix index associated with -a (--control-bed-methyl) bedMethyl file. --index-b Path to tabix index associated with -b (--exp-bed-methyl) bedMethyl file. --missing How to handle regions found in the `--regions` BED file. quiet => ignore regions that are not found in the tabix header warn => log (debug) regions that are missing fatal => log (error) and exit the program when a region is missing. [default: warn] [possible values: quiet, warn, fail] --min-valid-coverage Minimum valid coverage required to use an entry from a bedMethyl. See the help for pileup for the specification and description of valid coverage. [default: 0] --prior Prior distribution for estimating MAP-based p-value. Should be two arguments for alpha and beta (e.g. 1.0 1.0). See `dmr_scoring_details.md` for additional details on how the metric is calculated. --delta Consider only effect sizes greater than this when calculating the MAP-based p-value. [default: 0.05] -N, --n-sample-records Sample this many reads when estimating the max coverage thresholds. [default: 10042] --max-coverages Max coverages to enforce when calculating estimated MAP-based p-value. --cap-coverages When using replicates, cap coverage to be equal to the maximum coverage for a single sample. For example, if there are 3 replicates with max_coverage of 30, the total coverage would normally be 90. Using --cap-coverages will down sample the data to 30X. -i, --interval-size Interval chunk size in base pairs to process concurrently. Smaller interval chunk sizes will use less memory but incur more overhead. [default: 100000] -h, --help Print help information (use `-h` for a summary).","breadcrumbs":"Extended subcommand help » dmr pair","id":"94","title":"dmr pair"},"95":{"body":"Compare regions between all pairs of samples (for example a trio sample set or haplotyped trio\nsample set). As with `pair` all inputs must be bgzip compressed bedMethyl files with associated\ntabix indices. Each sample must be assigned a name. Output is a directory of BED files with the\nscore column indicating the magnitude of the difference in methylation between the two samples\nindicated in the file name. See the online documentation for additional details Usage: modkit dmr multi [OPTIONS] --regions-bed --out-dir --ref Options: -s, --sample Two or more named samples to compare. Two arguments are required . This option should be repeated at least two times. -i, --index Optional, paths to tabix indices associated with named samples. Two arguments are required where corresponds to the name of the sample given to the -s/--sample argument. -r, --regions-bed BED file of regions over which to compare methylation levels. Should be tab-separated (spaces allowed in the \"name\" column). Requires chrom, chromStart and chromEnd. The Name column is optional. Strand is currently ignored. --header Include header in output. -o, --out-dir Directory to place output DMR results in BED format. -p, --prefix Prefix files in directory with this label. --ref Path to reference fasta for the pileup. -m, --base Bases to use to calculate DMR, may be multiple. For example, to calculate differentially methylated regions using only cytosine modifications use --base C. --assign-code Extra assignments of modification codes to their respective primary bases. In general, modkit dmr will use the SAM specification to know which modification codes are appropriate to use for a given primary base. For example \"h\" is the code for 5hmC, so is appropriate for cytosine bases, but not adenine bases. However, if your bedMethyl file contains custom codes or codes that are not part of the specification, you can specify which primary base they belong to here with --assign-code x:C meaning associate modification code \"x\" with cytosine (C) primary sequence bases. If a code is encountered that is not part of the specification, the bedMethyl record will not be used, this will be logged. --log-filepath File to write logs to, it's recommended to use this option. -t, --threads Number of threads to use. [default: 4] -k, --mask Respect soft masking in the reference FASTA. --suppress-progress Don't show progress bars. -f, --force Force overwrite of output file, if it already exists. --missing How to handle regions found in the `--regions` BED file. quiet => ignore regions that are not found in the tabix header warn => log (debug) regions that are missing fatal => log (error) and exit the program when a region is missing. [default: warn] [possible values: quiet, warn, fail] --min-valid-coverage Minimum valid coverage required to use an entry from a bedMethyl. See the help for pileup for the specification and description of valid coverage. [default: 0] -h, --help Print help information.","breadcrumbs":"Extended subcommand help » dmr multi","id":"95","title":"dmr multi"},"96":{"body":"It's recommended to run all modkit commands with the --log-filepath option set. When unexpected outputs are produced inspecting this file will often indicate the reason.","breadcrumbs":"Troubleshooting » Troubleshooting","id":"96","title":"Troubleshooting"},"97":{"body":"As of v0.2.4 secondary and supplementary alignments are supported in adjust-mods, update-tags, call-mods, and (optionally) in extract. However, in order to use these alignment records correctly, the MN tag must be present and correct in the record. The MN tag indicates the length of the sequence corresponding to the MM and ML tags. As of dorado v0.5.0 the MN tag is output when modified base calls are produced. If the aligner has hard-clipped the sequence, this number will not match the sequence length and the record cannot be used. Similarly, if the SEQ field is empty (sequence length zero), the record cannot be used. One way to use supplementary alignments is to specify the -Y flag when using dorado or minimap2 . For these programs, when -Y is specified, the sequence will not be hardclipped in supplementary alignments and will be present in secondary alignments. Other mapping algorithms that are \"MM tag-aware\" may allow hard-clipping and update the MM and ML tags, modkit will accept these records as long as the MN tag indicates the correct sequence length.","breadcrumbs":"Troubleshooting » Missing secondary and supplementary alignments in output","id":"97","title":"Missing secondary and supplementary alignments in output"},"98":{"body":"First, check the logfile, there may be many lines with a variant of record 905b4cb4-15e2-4060-9c98-866d0aff78bb has un-allowed mode\n(ImplicitProbModified), use '--force-allow-implicit' or 'modkit update-tags --mode\nambiguous As suggested, using update or setting the --force-allow-implicit flag should produce output from these records. If the MM tag contains an un-supported mod-code (a limitation that will be removed in a future release), these errors will be logged. To process the modBAM, first convert the tags. In general, if there are MM/ML tags in the modBAM and the bedMethyl is still empty the log file will contain a line explaining why each record is being skipped.","breadcrumbs":"Troubleshooting » No rows in modkit pileup output.","id":"98","title":"No rows in modkit pileup output."},"99":{"body":"If you have previously downsampled the modBAM to a specific region, for example with a command like samtools view -bh input.sorted.bam chr1 modkit will still try and sample reads evenly across the entire genome but fail to find any aligned to other contigs. To remedy this, either pass the same --region chr1 option or set the --sampling-frac 1.0. The former will set modkit to only use the region present in the BAM. For example, modkit pileup input.bam output.bed --region chr1\n# or\nmodkit pileup input.bam output.bed --sample-region chr1 The latter will sample all of the reads in the BAM, which may slow down the process, so in general the best advice is to either use the same --region when using modkit or don't downsample the BAM ahead of time (and use --region in order to get the desired bedMethyl). The summary, sample-probs, and pileup subcommands all use the same --region option.","breadcrumbs":"Troubleshooting » Not sampling enough reads to estimate threshold.","id":"99","title":"Not sampling enough reads to estimate threshold."}},"length":126,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"4":{"6":{"2":{"6":{"5":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"8":{"3":{"2":{"0":{"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"4":{"3":{"7":{"1":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"3":{"7":{"8":{"0":{"5":{"8":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"8":{"0":{"9":{"3":{"1":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"5":{"5":{"0":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"3":{"2":{"0":{"7":{"6":{"5":{"3":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"1":{"6":{"2":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"1":{"9":{"4":{"2":{"6":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"5":{"2":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":2.0},"94":{"tf":1.0}}},"6":{"4":{"3":{"3":{"8":{"2":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"6":{"0":{"8":{"5":{"4":{"4":{"df":1,"docs":{"20":{"tf":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":{"29":{"tf":1.4142135623730951}}},"1":{",":{"0":{".":{"5":{",":{"0":{".":{"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"9":{"6":{"8":{"1":{"5":{"3":{"0":{"2":{"3":{"2":{"3":{"3":{"7":{"5":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":12,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"2":{".":{"df":0,"docs":{},"z":{"df":1,"docs":{"101":{"tf":1.0}}}},"5":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951}}},"6":{"2":{"2":{"4":{"1":{"5":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"4":{"2":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"113":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}},"3":{"3":{"4":{"3":{"5":{"0":{"6":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"7":{"8":{"5":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"9":{"0":{"4":{"0":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"1":{"6":{"1":{"6":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"9":{"7":{"2":{"6":{"5":{"6":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}}},"7":{"0":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"6":{"7":{"9":{"6":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":7,"docs":{"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951}}},"8":{"5":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"54":{"tf":1.0},"92":{"tf":1.0}}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"6":{"4":{"8":{"4":{"3":{"7":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"1":{"4":{"0":{"6":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.4142135623730951},"125":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":3.1622776601683795},"8":{"tf":4.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"1":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"2":{"9":{"4":{"2":{"2":{"7":{"4":{"4":{"3":{"4":{"1":{"9":{"0":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"0":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{".":{"0":{"0":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":4,"docs":{"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"]":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"6":{"2":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"6":{"6":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":10,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"7":{"2":{"1":{"2":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"7":{"4":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"3":{"6":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"7":{"1":{"9":{"2":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"6":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":2.8284271247461903},"12":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"49":{"tf":1.0}}}}},"1":{"9":{"2":{"5":{"3":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"2":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"9":{"5":{"3":{"6":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"71":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.0}}},"3":{"0":{"5":{"9":{"5":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"4":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"5":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0}},"e":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"7":{"3":{".":{"7":{"8":{"1":{"9":{"8":{"7":{"3":{"1":{"5":{"4":{"3":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"8":{"3":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"9":{"5":{"3":{"3":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":25,"docs":{"11":{"tf":1.0},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.0},"8":{"tf":1.0}},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"2":{".":{"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"9":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":2.0}}},"1":{"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":2.0},"71":{"tf":1.4142135623730951}}},"2":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"5":{",":{"1":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{",":{"0":{",":{"0":{"df":4,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"7":{".":{"3":{"4":{"5":{"1":{"4":{"2":{"0":{"3":{"4":{"4":{"7":{"5":{"4":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"45":{"tf":1.0},"71":{"tf":1.0}}},"6":{"df":1,"docs":{"71":{"tf":1.0}}},"7":{"4":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"8":{".":{"5":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.0},"11":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0}}},"3":{"0":{"0":{"df":1,"docs":{"92":{"tf":1.0}}},"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"94":{"tf":1.0}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"2":{"df":4,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}},"7":{"3":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"8":{"tf":2.0}}},"df":24,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"4":{",":{"8":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},".":{"1":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"0":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}},"7":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"df":35,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"5":{"'":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"c":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},".":{"0":{"1":{"3":{"0":{"2":{"6":{"3":{"8":{"1":{"1":{"1":{"0":{"6":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":1,"docs":{"94":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.4142135623730951},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":19,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"m":{"c":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"c":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"6":{".":{"3":{"5":{"5":{"8":{"2":{"3":{"9":{"7":{"7":{"0":{"9":{"3":{"6":{"7":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"118":{"tf":1.0}}},"4":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"4":{"1":{"6":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":3,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"7":{"1":{"8":{"5":{"4":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"5":{"4":{"0":{"8":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"df":10,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"8":{"0":{"0":{"0":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"6":{"d":{"0":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"7":{"8":{"b":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}}},"9":{",":{"9":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"b":{"4":{"c":{"b":{"4":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"94":{"tf":1.0}}},"4":{"5":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"3":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"8":{"6":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"1":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{",":{"1":{"0":{"0":{"]":{",":{"[":{"\"":{"a":{"\"":{",":{"1":{"0":{"0":{",":{"9":{"9":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"8":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"+":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"7":{"0":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"108":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0},"50":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"56":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":7,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"j":{"a":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"120":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"91":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"26":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":7,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"28":{"tf":1.0},"71":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}}},"i":{"a":{"df":7,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":24,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":2.8284271247461903},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.6457513110645907},"99":{"tf":1.0}}}}},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"32":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"30":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":3,"docs":{"39":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":2.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"54":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"114":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"{":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":2.449489742783178},"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":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"101":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"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":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}},"y":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":3.1622776601683795},"50":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.6457513110645907},"99":{"tf":1.7320508075688772}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"_":{"5":{"df":0,"docs":{},"m":{"c":{"_":{"5":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"c":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":84,"docs":{"1":{"tf":1.0},"101":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"108":{"tf":2.449489742783178},"109":{"tf":1.0},"11":{"tf":3.4641016151377544},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":2.23606797749979},"115":{"tf":2.6457513110645907},"117":{"tf":2.23606797749979},"118":{"tf":2.6457513110645907},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.0},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":3.872983346207417},"28":{"tf":4.69041575982343},"29":{"tf":2.449489742783178},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.7320508075688772},"47":{"tf":2.6457513110645907},"48":{"tf":3.3166247903554},"49":{"tf":2.8284271247461903},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":2.8284271247461903},"58":{"tf":3.872983346207417},"59":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":3.3166247903554},"81":{"tf":6.0},"82":{"tf":3.872983346207417},"83":{"tf":2.23606797749979},"84":{"tf":4.47213595499958},"85":{"tf":5.291502622129181},"87":{"tf":4.795831523312719},"88":{"tf":6.48074069840786},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":4.69041575982343},"91":{"tf":6.0},"92":{"tf":2.449489742783178},"93":{"tf":3.1622776601683795},"94":{"tf":4.123105625617661},"95":{"tf":3.0},"97":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":5,"docs":{"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"94":{"tf":2.23606797749979}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":27,"docs":{"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"88":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"76":{"tf":1.0},"81":{"tf":2.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"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":29,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903},"9":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.449489742783178},"94":{"tf":2.8284271247461903},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":9,"docs":{"118":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"101":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}}},"g":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"59":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"+":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"z":{"df":1,"docs":{"18":{"tf":1.0}}}},":":{"0":{".":{"4":{"6":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":1,"docs":{"113":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"108":{"tf":1.0}}},"9":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"5":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"6":{".":{"2":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":19,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":56,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":3.3166247903554},"110":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.8284271247461903},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":3.3166247903554},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":3.4641016151377544},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":3.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":3.7416573867739413},"82":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":3.605551275463989},"87":{"tf":4.123105625617661},"88":{"tf":4.242640687119285},"90":{"tf":3.0},"91":{"tf":3.605551275463989},"93":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":39,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"72":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":29,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"[":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"c":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"120":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":12,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"1":{"df":1,"docs":{"99":{"tf":2.0}}},"2":{"0":{":":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"33":{"tf":1.4142135623730951},"54":{"tf":2.0},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{">":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"df":9,"docs":{"104":{"tf":1.7320508075688772},"13":{"tf":1.0},"81":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"123":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"114":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":25,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":2.8284271247461903},"62":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.0},"98":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"l":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":7,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"19":{"tf":1.0},"71":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"a":{"df":13,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"d":{"df":45,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"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},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"46":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":7,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"71":{"tf":2.23606797749979},"88":{"tf":1.0},"92":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":6,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"125":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":8,"docs":{"122":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":2.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":3.3166247903554},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":18,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"7":{"tf":2.8284271247461903},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":2.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"105":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"120":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"57":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"47":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":20,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":3,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"89":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":11,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"94":{"tf":2.0}}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"120":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"101":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":34,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.7416573867739413},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.8284271247461903},"87":{"tf":2.8284271247461903},"88":{"tf":3.3166247903554},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.7416573867739413},"92":{"tf":3.4641016151377544},"93":{"tf":3.0},"94":{"tf":3.4641016151377544},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":2.8284271247461903},"49":{"tf":1.0},"50":{"tf":2.8284271247461903}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"62":{"tf":1.0},"81":{"tf":2.0},"91":{"tf":2.0}}}}}},"t":{"a":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"121":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":32,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"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},"73":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":33,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"24":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"3":{"tf":1.0},"52":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.7320508075688772},"76":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"117":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":6,"docs":{"54":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"26":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"117":{"tf":2.8284271247461903},"118":{"tf":3.0},"123":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"b":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}}}},"n":{"a":{"df":7,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.7320508075688772},"89":{"tf":2.449489742783178}}}}},"r":{"a":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"115":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"101":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":16,"docs":{"115":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"59":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"72":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":13,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"d":{"df":22,"docs":{"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":3.1622776601683795},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"119":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"64":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"73":{"tf":2.449489742783178},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.23606797749979},"77":{"tf":2.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"93":{"tf":2.8284271247461903}}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":22,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.6457513110645907},"91":{"tf":3.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"t":{"c":{"df":3,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"4":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"123":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":58,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"92":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"94":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"105":{"tf":2.0},"22":{"tf":1.0},"26":{"tf":2.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"42":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"97":{"tf":1.0}}}},"df":8,"docs":{"46":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":10,"docs":{"25":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}},"q":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":10,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"w":{"df":1,"docs":{"105":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":46,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":2.0},"62":{"tf":2.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":3.0},"81":{"tf":3.872983346207417},"82":{"tf":2.8284271247461903},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":3.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":3.0},"91":{"tf":2.6457513110645907},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":3.7416573867739413},"95":{"tf":3.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":27,"docs":{"119":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":5.0990195135927845},"82":{"tf":2.6457513110645907},"84":{"tf":2.8284271247461903},"85":{"tf":4.795831523312719},"87":{"tf":5.0},"88":{"tf":5.0990195135927845},"90":{"tf":3.7416573867739413},"91":{"tf":5.0990195135927845},"93":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"d":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"118":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"25":{"tf":1.0},"64":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":2.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"59":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"84":{"tf":1.0}}},"r":{"c":{"df":10,"docs":{"105":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":18,"docs":{"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"122":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"a":{"c":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"118":{"tf":1.0},"24":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"(":{"0":{".":{"0":{")":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"(":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"117":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"c":{"df":2,"docs":{"25":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":11,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":24,"docs":{"103":{"tf":1.0},"104":{"tf":2.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}}},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}},"n":{"df":16,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"71":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{",":{"df":0,"docs":{},"m":{",":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},":":{"0":{".":{"8":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"52":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"55":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}},"}":{"_":{"1":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":19,"docs":{"36":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"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.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":5,"docs":{"3":{"tf":1.4142135623730951},"47":{"tf":3.0},"48":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"6":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":11,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"p":{"1":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"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":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":16,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":22,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"61":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":2.449489742783178},"88":{"tf":1.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}}}},"n":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":23,"docs":{"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"88":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"b":{"df":5,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"_":{"a":{"df":1,"docs":{"94":{"tf":1.0}}},"b":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"32":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.0}}}},"i":{"c":{"df":20,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":24,"docs":{"120":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"92":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{".":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":24,"docs":{"108":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":2.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":3.605551275463989},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"28":{"tf":2.6457513110645907},"50":{"tf":3.605551275463989},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"117":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"104":{"tf":2.449489742783178},"105":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"81":{"tf":3.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"93":{"tf":1.0},"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"77":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"25":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"y":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"42":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}}}},"df":8,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"92":{"tf":2.0}}}}}}},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"42":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"16":{"tf":1.0}}}},"n":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"104":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"19":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":2.23606797749979},"104":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":21,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":8,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":38,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"m":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},",":{"c":{"df":0,"docs":{},"g":{",":{"0":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{",":{"2":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"6":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"8":{"df":2,"docs":{"108":{"tf":1.0},"113":{"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":8,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"71":{"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":3,"docs":{"80":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":9,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"106":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"118":{"tf":2.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"61":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.7320508075688772},"97":{"tf":1.0}},"}":{"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"k":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":2.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}},"}":{"df":0,"docs":{},"|":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"q":{"df":1,"docs":{"114":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":20,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":13,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"71":{"tf":1.0},"88":{"tf":1.0}},"g":{"df":2,"docs":{"103":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"106":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"71":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":27,"docs":{"107":{"tf":1.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":3.1622776601683795},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"57":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"108":{"tf":1.0},"56":{"tf":1.0}}},"df":8,"docs":{"106":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"100":{"tf":1.0},"17":{"tf":1.0},"46":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.7320508075688772},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":16,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"n":{"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"97":{"tf":2.0}}},"o":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"106":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{">":{",":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{">":{",":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"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":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{">":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":27,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":2.449489742783178},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":33,"docs":{"105":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":2.8284271247461903},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":7,"docs":{"17":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":3.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":2.449489742783178},"118":{"tf":1.4142135623730951},"119":{"tf":2.23606797749979},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"17":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":74,"docs":{"101":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":2.6457513110645907},"109":{"tf":1.0},"11":{"tf":2.8284271247461903},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"118":{"tf":2.6457513110645907},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"124":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":3.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":3.3166247903554},"29":{"tf":2.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.449489742783178},"58":{"tf":3.0},"59":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":3.1622776601683795},"81":{"tf":4.242640687119285},"82":{"tf":3.1622776601683795},"83":{"tf":2.0},"84":{"tf":3.4641016151377544},"85":{"tf":4.123105625617661},"87":{"tf":3.872983346207417},"88":{"tf":5.0},"89":{"tf":1.0},"90":{"tf":3.0},"91":{"tf":4.358898943540674},"92":{"tf":3.0},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":2.0}},"i":{"df":42,"docs":{"1":{"tf":1.0},"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"120":{"tf":3.0},"122":{"tf":1.0},"125":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"69":{"tf":2.23606797749979},"70":{"tf":2.0},"71":{"tf":3.3166247903554},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":2.23606797749979},"92":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"28":{"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":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":86,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"64":{"tf":1.7320508075688772},"7":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":25,"docs":{"106":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":2.6457513110645907},"3":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":3.3166247903554},"69":{"tf":2.8284271247461903},"70":{"tf":2.449489742783178},"71":{"tf":2.23606797749979},"72":{"tf":1.0},"77":{"tf":2.6457513110645907},"8":{"tf":3.7416573867739413},"80":{"tf":2.449489742783178},"81":{"tf":3.872983346207417},"86":{"tf":2.8284271247461903},"88":{"tf":3.0},"91":{"tf":3.0},"92":{"tf":3.605551275463989},"93":{"tf":2.6457513110645907}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"95":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"n":{"+":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":26,"docs":{"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":3.1622776601683795}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"3":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"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":{"54":{"tf":1.4142135623730951},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":6,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":7,"docs":{"15":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":2.6457513110645907},"27":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"r":{">":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":2.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"58":{"tf":2.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"93":{"tf":1.0}},"r":{"df":3,"docs":{"101":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":5,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"92":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"7":{"4":{"1":{"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"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":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"101":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}},"df":32,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.23606797749979},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":4.69041575982343},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":3.0},"88":{"tf":3.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":4.0},"92":{"tf":2.0},"93":{"tf":2.449489742783178},"94":{"tf":2.6457513110645907},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"73":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":3,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":18,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"/":{"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":{"9":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"<":{"1":{"df":0,"docs":{},"|":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":50,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":4.358898943540674},"82":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":4.123105625617661},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"93":{"tf":2.23606797749979},"94":{"tf":2.449489742783178},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"123":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"84":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"_":{"c":{"df":4,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"m":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"c":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":26,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"13":{"tf":1.0},"72":{"tf":1.7320508075688772},"78":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"61":{"tf":2.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"59":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":3.4641016151377544},"9":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907},"93":{"tf":2.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"47":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":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":{"2":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":11,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"z":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.8284271247461903},"120":{"tf":2.0},"121":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":12,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":28,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"g":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"]":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":37,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":3.3166247903554},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":3.1622776601683795},"92":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":3.1622776601683795},"94":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"58":{"tf":1.0}},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"114":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"2":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{">":{"_":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"2":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{">":{".":{"b":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"22":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"t":{"df":6,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"54":{"tf":1.0},"80":{"tf":1.7320508075688772},"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}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"94":{"tf":2.6457513110645907}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":41,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":2.0},"115":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"123":{"tf":2.6457513110645907},"16":{"tf":3.0},"17":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":2.6457513110645907},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.8284271247461903},"85":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.8284271247461903},"90":{"tf":2.0},"91":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":19,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"2":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"9":{"tf":1.0}}}}},"q":{"df":2,"docs":{"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":10,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"d":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":48,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"114":{"tf":1.0},"118":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":2.8284271247461903},"28":{"tf":3.4641016151377544},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.3166247903554},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"81":{"tf":3.7416573867739413},"82":{"tf":2.449489742783178},"84":{"tf":3.872983346207417},"85":{"tf":3.7416573867739413},"87":{"tf":3.7416573867739413},"88":{"tf":5.196152422706632},"89":{"tf":3.3166247903554},"9":{"tf":2.23606797749979},"90":{"tf":2.8284271247461903},"91":{"tf":3.7416573867739413},"93":{"tf":3.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"m":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":17,"docs":{"103":{"tf":1.0},"123":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"41":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"103":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"37":{"tf":1.0}},"f":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"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":{},"g":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"3":{"8":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":20,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":3.3166247903554},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"52":{"tf":2.0},"54":{"tf":2.449489742783178},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903},"73":{"tf":1.0},"76":{"tf":2.6457513110645907},"77":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":3.3166247903554},"84":{"tf":2.449489742783178},"85":{"tf":2.6457513110645907},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"91":{"tf":3.3166247903554},"93":{"tf":2.8284271247461903},"94":{"tf":3.605551275463989},"95":{"tf":3.1622776601683795},"99":{"tf":2.8284271247461903}},"s":{".":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"b":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":23,"docs":{"101":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"46":{"tf":2.6457513110645907},"80":{"tf":1.7320508075688772},"89":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"30":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"df":7,"docs":{"11":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":22,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"64":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":15,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"28":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.0},"119":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":4.358898943540674},"59":{"tf":3.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":3.4641016151377544},"85":{"tf":2.8284271247461903},"87":{"tf":3.0},"88":{"tf":3.0},"90":{"tf":1.0},"91":{"tf":3.0},"93":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.4641016151377544},"99":{"tf":2.449489742783178}},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"a":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"b":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":19,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"121":{"tf":2.23606797749979},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":5,"docs":{"55":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"106":{"tf":2.6457513110645907},"68":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"72":{"tf":2.0},"86":{"tf":1.0},"92":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"118":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.8284271247461903},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"106":{"tf":1.0},"120":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"119":{"tf":2.0},"120":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":2.8284271247461903},"94":{"tf":2.449489742783178}},"s":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":19,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":47,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":2.449489742783178},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"7":{"tf":1.0},"70":{"tf":2.23606797749979},"71":{"tf":3.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"91":{"tf":2.0},"92":{"tf":2.8284271247461903},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":32,"docs":{"104":{"tf":1.7320508075688772},"108":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":2.0},"70":{"tf":2.0},"71":{"tf":3.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":3,"docs":{"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}},"m":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}}},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":3.4641016151377544},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":18,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"91":{"tf":2.449489742783178},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.8284271247461903}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.4142135623730951},"55":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"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":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":19,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":33,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.0},"81":{"tf":4.123105625617661},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":3.4641016151377544},"87":{"tf":3.605551275463989},"88":{"tf":3.4641016151377544},"90":{"tf":2.23606797749979},"91":{"tf":4.0},"92":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":9,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}},"y":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"24":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"58":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":13,"docs":{"12":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":3.4641016151377544},"28":{"tf":3.7416573867739413},"50":{"tf":2.0},"58":{"tf":2.8284271247461903},"59":{"tf":2.449489742783178},"62":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"26":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"80":{"tf":1.0}}},"df":8,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":25,"docs":{"103":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"46":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"89":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":10,"docs":{"62":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772}}}},"l":{"df":31,"docs":{"105":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"88":{"tf":3.0},"92":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":6,"docs":{"28":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":30,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":2.0},"18":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":3.4641016151377544},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":2.8284271247461903},"98":{"tf":2.0}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":19,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"122":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":1,"docs":{"23":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"58":{"tf":2.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":2.0}}},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"p":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"118":{"tf":2.0}}},"z":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}},"l":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"{":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"}":{"(":{"0":{".":{"5":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"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":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"(":{"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"}":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"df":1,"docs":{"114":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"a":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}},"s":{"=":{"3":{"2":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":37,"docs":{"108":{"tf":3.872983346207417},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":3.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":2.6457513110645907},"28":{"tf":1.4142135623730951},"37":{"tf":3.1622776601683795},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"71":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":5.0990195135927845},"84":{"tf":1.0},"85":{"tf":4.47213595499958},"87":{"tf":4.795831523312719},"88":{"tf":5.291502622129181},"90":{"tf":2.0},"91":{"tf":5.0},"92":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":2.0},"94":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"m":{"df":1,"docs":{"46":{"tf":2.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":{}},"m":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":6,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"53":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":28,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"123":{"tf":1.0},"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"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.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":68,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":3.872983346207417},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":3.605551275463989},"85":{"tf":4.0},"87":{"tf":3.0},"88":{"tf":4.47213595499958},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":3.605551275463989},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":4.0},"95":{"tf":3.0},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{".":{"4":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":14,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":2.8284271247461903},"118":{"tf":2.0},"120":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.8284271247461903},"9":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"df":1,"docs":{"101":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"114":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":2,"docs":{"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"101":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"u":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"58":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"y":{"df":8,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"46":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"78":{"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":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":7,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":3.0}},"s":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"59":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"x":{":":{"c":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":2.23606797749979},"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"4":{"6":{"2":{"6":{"5":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"8":{"3":{"2":{"0":{"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"4":{"3":{"7":{"1":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"3":{"7":{"8":{"0":{"5":{"8":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"8":{"0":{"9":{"3":{"1":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"5":{"5":{"0":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}}},"3":{"2":{"0":{"7":{"6":{"5":{"3":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"1":{"6":{"2":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"1":{"9":{"4":{"2":{"6":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"5":{"2":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":2.0},"94":{"tf":1.0}}},"6":{"4":{"3":{"3":{"8":{"2":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"6":{"0":{"8":{"5":{"4":{"4":{"df":1,"docs":{"20":{"tf":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":{"29":{"tf":1.4142135623730951}}},"1":{",":{"0":{".":{"5":{",":{"0":{".":{"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"9":{"6":{"8":{"1":{"5":{"3":{"0":{"2":{"3":{"2":{"3":{"3":{"7":{"5":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"112":{"tf":1.0}}},"df":12,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"2":{".":{"df":0,"docs":{},"z":{"df":1,"docs":{"101":{"tf":1.0}}}},"5":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951}}},"6":{"2":{"2":{"4":{"1":{"5":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"4":{"2":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"113":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}},"3":{"3":{"4":{"3":{"5":{"0":{"6":{"2":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"7":{"8":{"5":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"9":{"0":{"4":{"0":{"8":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"7":{"1":{"6":{"1":{"6":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"9":{"7":{"2":{"6":{"5":{"6":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}}},"7":{"0":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"6":{"7":{"9":{"6":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":7,"docs":{"111":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951}}},"8":{"5":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"54":{"tf":1.0},"92":{"tf":1.0}}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"61":{"tf":1.0}}},"6":{"4":{"8":{"4":{"3":{"7":{"5":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"1":{"4":{"0":{"6":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":24,"docs":{"12":{"tf":1.4142135623730951},"125":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":3.1622776601683795},"8":{"tf":4.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":1,"docs":{"29":{"tf":1.0}}}},"1":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"2":{"9":{"4":{"2":{"2":{"7":{"4":{"4":{"3":{"4":{"1":{"9":{"0":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"0":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{".":{"0":{"0":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":4,"docs":{"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"]":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"6":{"2":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"6":{"6":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":10,"docs":{"20":{"tf":1.0},"24":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}},"1":{"7":{"2":{"1":{"2":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"7":{"4":{"8":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"3":{"6":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"4":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"7":{"1":{"9":{"2":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"6":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":2.8284271247461903},"12":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"49":{"tf":1.0}}}}},"1":{"9":{"2":{"5":{"3":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}},"2":{"2":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"9":{"5":{"3":{"6":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"71":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.0}}},"3":{"0":{"5":{"9":{"5":{"6":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"9":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"4":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"5":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0}},"e":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"7":{"3":{".":{"7":{"8":{"1":{"9":{"8":{"7":{"3":{"1":{"5":{"4":{"3":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"8":{"3":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}},"9":{"5":{"3":{"3":{"5":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"3":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":25,"docs":{"11":{"tf":1.0},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.0},"8":{"tf":1.0}},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"2":{".":{"5":{"df":1,"docs":{"92":{"tf":1.0}},"x":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"9":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.0},"28":{"tf":1.0},"58":{"tf":2.0}}},"1":{"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"28":{"tf":1.0},"58":{"tf":2.0},"71":{"tf":1.4142135623730951}}},"2":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"3":{"3":{"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}},"4":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"5":{",":{"1":{"0":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{",":{"0":{",":{"0":{"df":4,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"7":{".":{"3":{"4":{"5":{"1":{"4":{"2":{"0":{"3":{"4":{"4":{"7":{"5":{"4":{"3":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"45":{"tf":1.0},"71":{"tf":1.0}}},"6":{"df":1,"docs":{"71":{"tf":1.0}}},"7":{"4":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"8":{".":{"5":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.0},"11":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0}}},"3":{"0":{"0":{"df":1,"docs":{"92":{"tf":1.0}}},"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"94":{"tf":1.0}},"x":{"df":1,"docs":{"94":{"tf":1.0}}}},"2":{"df":4,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"5":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}},"7":{"3":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"8":{"tf":2.0}}},"df":24,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"4":{",":{"8":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},".":{"1":{"7":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"0":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}},"7":{"df":2,"docs":{"54":{"tf":1.7320508075688772},"58":{"tf":1.0}}},"df":35,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":2.6457513110645907},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"5":{"'":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"c":{"a":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},".":{"0":{"1":{"3":{"0":{"2":{"6":{"3":{"8":{"1":{"1":{"1":{"0":{"6":{"4":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"df":1,"docs":{"94":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":9,"docs":{"104":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.7320508075688772},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"58":{"tf":1.0}}},"df":19,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"h":{"df":0,"docs":{},"m":{"c":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"15":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"c":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":2.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}},"6":{".":{"3":{"5":{"5":{"8":{"2":{"3":{"9":{"7":{"7":{"0":{"9":{"3":{"6":{"7":{"8":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"118":{"tf":1.0}}},"4":{".":{"9":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"4":{"1":{"6":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"12":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":3,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"57":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"7":{"1":{"8":{"5":{"4":{"3":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}},"5":{"4":{"0":{"8":{"7":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"df":10,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"8":{"0":{"0":{"0":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"6":{"6":{"d":{"0":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"7":{"8":{"b":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0}}},"9":{",":{"9":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"5":{"b":{"4":{"c":{"b":{"4":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.0},"94":{"tf":1.0}}},"4":{"5":{"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"3":{"0":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"8":{"6":{"2":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"1":{"3":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"9":{"0":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{",":{"1":{"0":{"0":{"]":{",":{"[":{"\"":{"a":{"\"":{",":{"1":{"0":{"0":{",":{"9":{"9":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"9":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"8":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"_":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"+":{"a":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"7":{"0":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"108":{"tf":1.0}}},"9":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":11,"docs":{"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":2.0},"50":{"tf":2.8284271247461903},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"56":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":7,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"j":{"a":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"120":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"13":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"91":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"26":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"l":{"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"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},"28":{"tf":1.0},"71":{"tf":2.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}}},"i":{"a":{"df":7,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":24,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"28":{"tf":2.8284271247461903},"30":{"tf":2.449489742783178},"32":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"5":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.8284271247461903},"99":{"tf":1.0}}}}},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"32":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"117":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"101":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"30":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"37":{"tf":1.0},"52":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"57":{"tf":2.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"54":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"114":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"{":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":2.449489742783178},"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":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"118":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"16":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"101":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.7320508075688772},"88":{"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":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}},"y":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"104":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"46":{"tf":3.1622776601683795},"50":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.6457513110645907},"99":{"tf":1.7320508075688772}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"_":{"5":{"df":0,"docs":{},"m":{"c":{"_":{"5":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"c":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":84,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"108":{"tf":2.8284271247461903},"109":{"tf":1.4142135623730951},"11":{"tf":3.4641016151377544},"110":{"tf":2.0},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":2.6457513110645907},"115":{"tf":2.8284271247461903},"117":{"tf":2.23606797749979},"118":{"tf":2.8284271247461903},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":3.872983346207417},"28":{"tf":4.795831523312719},"29":{"tf":2.6457513110645907},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"44":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"47":{"tf":2.6457513110645907},"48":{"tf":3.3166247903554},"49":{"tf":2.8284271247461903},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":2.8284271247461903},"58":{"tf":3.872983346207417},"59":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.8284271247461903},"62":{"tf":2.449489742783178},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":3.3166247903554},"81":{"tf":6.0},"82":{"tf":3.872983346207417},"83":{"tf":2.23606797749979},"84":{"tf":4.47213595499958},"85":{"tf":5.291502622129181},"87":{"tf":4.795831523312719},"88":{"tf":6.48074069840786},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":4.69041575982343},"91":{"tf":6.0},"92":{"tf":2.449489742783178},"93":{"tf":3.1622776601683795},"94":{"tf":4.123105625617661},"95":{"tf":3.0},"97":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":5,"docs":{"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"94":{"tf":2.23606797749979}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"125":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"3":{"df":1,"docs":{"76":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"df":27,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":3.1622776601683795},"62":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":2.0},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"76":{"tf":1.0},"81":{"tf":2.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"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":33,"docs":{"10":{"tf":2.23606797749979},"100":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.449489742783178},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":2.8284271247461903},"9":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":2.449489742783178},"94":{"tf":2.8284271247461903},"95":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":9,"docs":{"118":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":31,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"6":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"101":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}}},"g":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"53":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"59":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"+":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"z":{"df":1,"docs":{"18":{"tf":1.0}}}},":":{"0":{".":{"4":{"6":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":1,"docs":{"113":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"108":{"tf":1.0}}},"9":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"1":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"9":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"5":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"6":{".":{"2":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{"4":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"2":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"6":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"8":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"4":{"3":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"1":{"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"7":{"0":{"df":1,"docs":{"58":{"tf":1.0}}},"df":2,"docs":{"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"109":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":59,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.4142135623730951},"11":{"tf":3.3166247903554},"110":{"tf":2.23606797749979},"111":{"tf":2.23606797749979},"112":{"tf":2.0},"113":{"tf":2.23606797749979},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":3.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":3.4641016151377544},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"39":{"tf":2.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":3.7416573867739413},"43":{"tf":1.0},"44":{"tf":2.449489742783178},"45":{"tf":2.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":3.0},"73":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":3.7416573867739413},"82":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":3.605551275463989},"87":{"tf":4.242640687119285},"88":{"tf":4.242640687119285},"90":{"tf":3.0},"91":{"tf":3.605551275463989},"93":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":39,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"72":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":29,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"g":{"[":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"c":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"120":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":12,"docs":{"100":{"tf":1.7320508075688772},"11":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"37":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"8":{"tf":1.0}}},"r":{"1":{"df":1,"docs":{"99":{"tf":2.0}}},"2":{"0":{":":{"0":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"33":{"tf":1.4142135623730951},"54":{"tf":2.0},"58":{"tf":2.449489742783178}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{">":{":":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":11,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"54":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"df":9,"docs":{"104":{"tf":2.0},"13":{"tf":1.0},"81":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"123":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"114":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"46":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":25,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":3.0},"62":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.0},"98":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"l":{"df":6,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":7,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"19":{"tf":1.0},"71":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":2,"docs":{"12":{"tf":1.0},"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"62":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"107":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"a":{"df":13,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"n":{"d":{"df":45,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"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},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"12":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"46":{"tf":1.0},"71":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":7,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":8,"docs":{"103":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"52":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"73":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"71":{"tf":2.23606797749979},"88":{"tf":1.0},"92":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":6,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"125":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}},"t":{"df":8,"docs":{"122":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"14":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"59":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":21,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":2.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"49":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":3.3166247903554},"95":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"55":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":18,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":2.6457513110645907},"56":{"tf":1.0},"58":{"tf":2.449489742783178},"7":{"tf":3.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":2.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"105":{"tf":1.0},"3":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"120":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"57":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"47":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":20,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":3,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":2.23606797749979},"89":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":11,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"120":{"tf":1.7320508075688772},"94":{"tf":2.0}}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"72":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":5,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.0},"106":{"tf":2.0},"120":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"101":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":34,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.7416573867739413},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.8284271247461903},"87":{"tf":2.8284271247461903},"88":{"tf":3.3166247903554},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.7416573867739413},"92":{"tf":3.4641016151377544},"93":{"tf":3.0},"94":{"tf":3.4641016151377544},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"117":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":2.8284271247461903},"49":{"tf":1.4142135623730951},"50":{"tf":2.8284271247461903}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"62":{"tf":1.0},"81":{"tf":2.0},"91":{"tf":2.0}}}}}},"t":{"a":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"121":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":12,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":32,"docs":{"10":{"tf":2.0},"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"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.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":46,"docs":{"101":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"114":{"tf":1.4142135623730951},"24":{"tf":1.0},"57":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"62":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"3":{"tf":1.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"117":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":6,"docs":{"54":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"105":{"tf":1.0},"26":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"117":{"tf":2.8284271247461903},"118":{"tf":3.0},"123":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"b":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"s":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.449489742783178}}}},"n":{"a":{"df":7,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"80":{"tf":2.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"120":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"46":{"tf":2.449489742783178},"80":{"tf":1.7320508075688772},"89":{"tf":2.449489742783178}}}}},"r":{"a":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"115":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"48":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"101":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":16,"docs":{"115":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"28":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"59":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"72":{"tf":1.0}}}}}}},"s":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"9":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":13,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":2.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"28":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"10":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"d":{"df":23,"docs":{"12":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.4641016151377544},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.449489742783178}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"119":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"64":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"73":{"tf":2.8284271247461903},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.6457513110645907},"77":{"tf":2.23606797749979},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"93":{"tf":3.0}}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":22,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"61":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.6457513110645907},"91":{"tf":3.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":3,"docs":{"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":2,"docs":{"118":{"tf":1.0},"73":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"4":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"123":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":61,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.6457513110645907},"86":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"26":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"92":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"94":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"52":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"5":{"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.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":2.23606797749979},"22":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.6457513110645907},"42":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"97":{"tf":1.0}}}},"df":8,"docs":{"46":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"28":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":10,"docs":{"25":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}},"q":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":10,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"w":{"df":1,"docs":{"105":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"82":{"tf":1.0},"87":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":46,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":2.0},"62":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":3.0},"81":{"tf":3.872983346207417},"82":{"tf":2.8284271247461903},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":3.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":3.0},"91":{"tf":2.6457513110645907},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":3.7416573867739413},"95":{"tf":3.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":27,"docs":{"119":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"{":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":34,"docs":{"107":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.449489742783178},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":5.0990195135927845},"82":{"tf":2.6457513110645907},"84":{"tf":2.8284271247461903},"85":{"tf":4.795831523312719},"87":{"tf":5.0},"88":{"tf":5.0990195135927845},"90":{"tf":3.7416573867739413},"91":{"tf":5.0990195135927845},"93":{"tf":3.4641016151377544}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"d":{"df":5,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"118":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"25":{"tf":1.0},"64":{"tf":2.23606797749979},"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.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":2.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"92":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":2.23606797749979},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":3.3166247903554},"59":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"84":{"tf":1.0}}},"r":{"c":{"df":10,"docs":{"105":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":18,"docs":{"26":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"122":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"a":{"c":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"118":{"tf":1.0},"24":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"23":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"(":{"0":{".":{"0":{")":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"(":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"117":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"54":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"c":{"df":2,"docs":{"25":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":11,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":24,"docs":{"103":{"tf":1.0},"104":{"tf":2.0},"32":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":2,"docs":{"118":{"tf":1.0},"78":{"tf":1.0}}}},"i":{"a":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.0}},"n":{"df":16,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"71":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":80,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"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":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"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},"7":{"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},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{",":{"df":0,"docs":{},"m":{",":{"c":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},":":{"0":{".":{"8":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"9":{"df":2,"docs":{"108":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"52":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"55":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":3,"docs":{"3":{"tf":1.0},"46":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}},"}":{"_":{"1":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":19,"docs":{"36":{"tf":1.0},"48":{"tf":1.0},"80":{"tf":2.8284271247461903},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0}}}},"m":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"3":{"tf":1.4142135623730951},"47":{"tf":3.4641016151377544},"48":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"80":{"tf":1.4142135623730951},"91":{"tf":2.0}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"6":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":2.0},"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":11,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"71":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"64":{"tf":2.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}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"59":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"p":{"1":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"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":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"106":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"104":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"70":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":16,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":25,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"62":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.6457513110645907},"90":{"tf":2.0},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"61":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"81":{"tf":2.0},"83":{"tf":2.449489742783178},"88":{"tf":1.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}}}},"n":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":23,"docs":{"100":{"tf":1.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"88":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"_":{"b":{"df":5,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"120":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"_":{"a":{"df":1,"docs":{"94":{"tf":1.0}}},"b":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":14,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"32":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.0}}}},"i":{"c":{"df":20,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":32,"docs":{"120":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"92":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{".":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":24,"docs":{"108":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"118":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":14,"docs":{"12":{"tf":3.605551275463989},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"28":{"tf":2.6457513110645907},"50":{"tf":3.605551275463989},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"117":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":1.0},"13":{"tf":1.0},"32":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"81":{"tf":3.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"46":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"42":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"93":{"tf":1.0},"94":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"122":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"77":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"a":{"c":{"df":3,"docs":{"25":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"y":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"42":{"tf":1.0},"47":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}}}},"df":8,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"92":{"tf":2.0}}}}}}},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":13,"docs":{"101":{"tf":1.0},"103":{"tf":2.0},"105":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"104":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"42":{"tf":1.0},"45":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"16":{"tf":1.0}}}},"n":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"104":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":11,"docs":{"19":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"101":{"tf":1.0},"117":{"tf":2.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":2.6457513110645907},"104":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":21,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"22":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":8,"docs":{"48":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":38,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"7":{"tf":1.0}}}},"w":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"118":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"m":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},",":{"c":{"df":0,"docs":{},"g":{",":{"0":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"g":{",":{"2":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"6":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},":":{"0":{".":{"8":{"df":2,"docs":{"108":{"tf":1.0},"113":{"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":8,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"71":{"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":3,"docs":{"80":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"106":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"118":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.449489742783178},"61":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.449489742783178},"94":{"tf":1.7320508075688772},"97":{"tf":1.0}},"}":{"^":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"k":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":2.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}},"}":{"df":0,"docs":{},"|":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"q":{"df":1,"docs":{"114":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"13":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":20,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.7320508075688772},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":13,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"13":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"71":{"tf":1.0},"88":{"tf":1.0}},"g":{"df":2,"docs":{"103":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"106":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"71":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":12,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"107":{"tf":1.0},"117":{"tf":2.6457513110645907},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"3":{"tf":1.4142135623730951},"47":{"tf":3.4641016151377544},"48":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":3.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"80":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":3.0},"95":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"57":{"tf":1.0},"73":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"o":{"d":{"d":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"108":{"tf":1.0},"56":{"tf":1.0}}},"df":8,"docs":{"106":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"17":{"tf":1.0},"46":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}},"x":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.7320508075688772},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":7,"docs":{"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"61":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":18,"docs":{"101":{"tf":1.0},"115":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}},"n":{"df":5,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"97":{"tf":2.0}}},"o":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"106":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{">":{",":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{">":{",":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},":":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"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":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{">":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"113":{"tf":1.7320508075688772}}}},"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"80":{"tf":1.0},"89":{"tf":1.0}}},"df":33,"docs":{"103":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"9":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":34,"docs":{"105":{"tf":1.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":3.1622776601683795},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"62":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":7,"docs":{"17":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":3.0},"91":{"tf":2.0},"98":{"tf":1.4142135623730951}},"l":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":18,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"118":{"tf":1.7320508075688772},"119":{"tf":2.6457513110645907},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"17":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":75,"docs":{"101":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":3.0},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"110":{"tf":2.23606797749979},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":2.23606797749979},"114":{"tf":2.6457513110645907},"115":{"tf":2.8284271247461903},"117":{"tf":1.4142135623730951},"118":{"tf":2.6457513110645907},"120":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":2.449489742783178},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"23":{"tf":3.1622776601683795},"26":{"tf":1.7320508075688772},"27":{"tf":2.449489742783178},"28":{"tf":3.4641016151377544},"29":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.605551275463989},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":2.6457513110645907},"58":{"tf":3.0},"59":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":3.1622776601683795},"81":{"tf":4.242640687119285},"82":{"tf":3.1622776601683795},"83":{"tf":2.0},"84":{"tf":3.4641016151377544},"85":{"tf":4.123105625617661},"87":{"tf":3.872983346207417},"88":{"tf":5.0},"89":{"tf":1.0},"90":{"tf":3.0},"91":{"tf":4.358898943540674},"92":{"tf":3.0},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":2.0}},"i":{"df":45,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":3.0},"119":{"tf":1.0},"12":{"tf":1.7320508075688772},"120":{"tf":3.0},"122":{"tf":1.0},"125":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"71":{"tf":3.4641016151377544},"72":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":2.23606797749979},"92":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"27":{"tf":1.0},"28":{"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":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":86,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":2.0},"58":{"tf":2.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"64":{"tf":1.7320508075688772},"7":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":26,"docs":{"106":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"25":{"tf":3.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"68":{"tf":3.605551275463989},"69":{"tf":3.0},"70":{"tf":2.6457513110645907},"71":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951},"77":{"tf":2.8284271247461903},"8":{"tf":3.872983346207417},"80":{"tf":2.449489742783178},"81":{"tf":3.872983346207417},"86":{"tf":3.0},"88":{"tf":3.0},"91":{"tf":3.0},"92":{"tf":3.7416573867739413},"93":{"tf":2.6457513110645907}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"52":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"58":{"tf":1.0},"95":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":21,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"n":{"+":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":26,"docs":{"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":3.1622776601683795}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"3":{"tf":1.0},"7":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"46":{"tf":1.4142135623730951},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"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":{"54":{"tf":1.4142135623730951},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":6,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"47":{"tf":1.0},"59":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"df":7,"docs":{"15":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":2.6457513110645907},"27":{"tf":1.0},"28":{"tf":1.0},"94":{"tf":1.7320508075688772}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"36":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"115":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.4142135623730951},"62":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"r":{">":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":2.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"75":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":39,"docs":{"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"49":{"tf":2.8284271247461903},"58":{"tf":2.0},"59":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.7320508075688772},"93":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"df":11,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.0}}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"93":{"tf":1.0}},"r":{"df":3,"docs":{"101":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":5,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.0},"92":{"tf":2.0}}},"df":0,"docs":{}},"df":18,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"s":{"=":{"\"":{"\\":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"7":{"4":{"1":{"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"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":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"101":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}}},"df":32,"docs":{"101":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":2.23606797749979},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":4.69041575982343},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.8284271247461903},"86":{"tf":1.4142135623730951},"87":{"tf":3.0},"88":{"tf":3.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":4.0},"92":{"tf":2.0},"93":{"tf":2.449489742783178},"94":{"tf":2.6457513110645907},"95":{"tf":2.449489742783178},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"117":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.7320508075688772},"73":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"54":{"tf":1.0},"59":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":3,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":18,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":2.0},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"90":{"tf":2.6457513110645907},"91":{"tf":2.6457513110645907},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"/":{"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":{"9":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"<":{"1":{"df":0,"docs":{},"|":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"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":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":50,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"119":{"tf":1.0},"14":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":2.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.7320508075688772},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":2.449489742783178},"7":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":4.358898943540674},"82":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":4.123105625617661},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"93":{"tf":2.23606797749979},"94":{"tf":2.449489742783178},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"123":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"84":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"_":{"c":{"df":4,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.0}}},"m":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"c":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":26,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.6457513110645907},"95":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"52":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"13":{"tf":1.0},"32":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"13":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"20":{"tf":1.0},"61":{"tf":2.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"51":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"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}}}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":29,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"59":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":3.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"87":{"tf":2.23606797749979},"88":{"tf":3.4641016151377544},"9":{"tf":1.7320508075688772},"91":{"tf":2.6457513110645907},"93":{"tf":2.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"b":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"47":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":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":{"2":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":2.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":11,"docs":{"103":{"tf":1.0},"117":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"50":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.8284271247461903},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"a":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"z":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":3.0},"120":{"tf":2.0},"121":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":3,"docs":{"12":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":12,"docs":{"101":{"tf":1.0},"108":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":35,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"g":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"73":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}},"e":{"c":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"]":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":37,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":2.449489742783178},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":3.4641016151377544},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":3.3166247903554},"92":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"36":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":2.6457513110645907},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"71":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.6457513110645907},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":3.1622776601683795},"94":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"106":{"tf":1.0},"122":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"58":{"tf":1.0}},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"114":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"2":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{">":{"_":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{"_":{"<":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{">":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"1":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"2":{">":{"_":{"<":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{">":{".":{"b":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"22":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"t":{"df":6,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"55":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"54":{"tf":1.0},"80":{"tf":1.7320508075688772},"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}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"94":{"tf":2.6457513110645907}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"84":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":41,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":2.6457513110645907},"121":{"tf":1.4142135623730951},"123":{"tf":2.8284271247461903},"16":{"tf":3.1622776601683795},"17":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":2.6457513110645907},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.8284271247461903},"85":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.8284271247461903},"90":{"tf":2.0},"91":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.4142135623730951},"42":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.0},"99":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"103":{"tf":1.0},"24":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":19,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"106":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.0},"2":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":21,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"63":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"90":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"9":{"tf":1.0}}}}},"q":{"df":2,"docs":{"88":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":80,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"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.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"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},"7":{"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},"8":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.0}}},"k":{"df":1,"docs":{"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"121":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"df":10,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"d":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":52,"docs":{"101":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"114":{"tf":1.0},"118":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":3.0},"28":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.449489742783178},"42":{"tf":2.8284271247461903},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.449489742783178},"5":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"81":{"tf":3.7416573867739413},"82":{"tf":2.449489742783178},"84":{"tf":3.872983346207417},"85":{"tf":3.7416573867739413},"87":{"tf":3.7416573867739413},"88":{"tf":5.196152422706632},"89":{"tf":3.3166247903554},"9":{"tf":2.449489742783178},"90":{"tf":2.8284271247461903},"91":{"tf":3.7416573867739413},"93":{"tf":3.0},"94":{"tf":1.0},"99":{"tf":2.0}},"m":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"2":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":17,"docs":{"103":{"tf":1.0},"123":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"103":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"37":{"tf":1.0}},"f":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"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":{},"g":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"3":{"8":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"88":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":20,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"33":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":3.3166247903554},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"33":{"tf":1.7320508075688772},"52":{"tf":2.0},"54":{"tf":2.6457513110645907},"55":{"tf":2.0},"56":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":2.8284271247461903},"73":{"tf":1.0},"76":{"tf":2.8284271247461903},"77":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":3.3166247903554},"84":{"tf":2.449489742783178},"85":{"tf":2.6457513110645907},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"91":{"tf":3.3166247903554},"93":{"tf":2.8284271247461903},"94":{"tf":3.605551275463989},"95":{"tf":3.1622776601683795},"99":{"tf":2.8284271247461903}},"s":{".":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"=":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"s":{"c":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"b":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"117":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":26,"docs":{"101":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"46":{"tf":3.0},"80":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"30":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":6,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":21,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"28":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"47":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"58":{"tf":1.0}}}}}}},"w":{"df":7,"docs":{"11":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"n":{"df":22,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"14":{"tf":1.0},"24":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"64":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"115":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":15,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"28":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.0},"119":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"58":{"tf":4.358898943540674},"59":{"tf":3.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":3.0},"84":{"tf":3.605551275463989},"85":{"tf":2.8284271247461903},"87":{"tf":3.0},"88":{"tf":3.0},"90":{"tf":1.0},"91":{"tf":3.0},"93":{"tf":2.0},"94":{"tf":3.0},"95":{"tf":3.4641016151377544},"99":{"tf":2.6457513110645907}},"e":{"1":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"a":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"b":{"df":2,"docs":{"58":{"tf":2.0},"59":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":6,"docs":{"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"92":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"28":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":25,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"80":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":5,"docs":{"55":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"106":{"tf":2.8284271247461903},"68":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":2.23606797749979},"86":{"tf":1.0},"92":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"106":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":2.0}}}}},"df":10,"docs":{"118":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":10,"docs":{"106":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0}}},"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.8284271247461903},"125":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.8284271247461903},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"106":{"tf":1.0},"120":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"119":{"tf":2.23606797749979},"120":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":3.0},"94":{"tf":2.449489742783178}},"s":{"_":{"b":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":19,"docs":{"117":{"tf":1.0},"22":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":2.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"46":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":48,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":2.449489742783178},"29":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":2.449489742783178},"68":{"tf":1.7320508075688772},"69":{"tf":2.6457513110645907},"7":{"tf":1.0},"70":{"tf":2.449489742783178},"71":{"tf":3.1622776601683795},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"91":{"tf":2.0},"92":{"tf":2.8284271247461903},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":32,"docs":{"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.0},"69":{"tf":2.0},"70":{"tf":2.0},"71":{"tf":3.0},"78":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":3,"docs":{"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"n":{"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}}}},"m":{"df":2,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"26":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"71":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}}},"i":{"df":2,"docs":{"122":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":18,"docs":{"101":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":2.23606797749979},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":3.4641016151377544},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":18,"docs":{"104":{"tf":3.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"118":{"tf":2.6457513110645907},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"58":{"tf":3.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":2.449489742783178},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"91":{"tf":2.449489742783178},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.8284271247461903}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.7320508075688772},"55":{"tf":1.0},"72":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"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":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"83":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":19,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":33,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"11":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":4.123105625617661},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":3.4641016151377544},"87":{"tf":3.605551275463989},"88":{"tf":3.4641016151377544},"90":{"tf":2.23606797749979},"91":{"tf":4.0},"92":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"125":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":89,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.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":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":9,"docs":{"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0}}}},"y":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"26":{"tf":1.4142135623730951},"54":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":2.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"24":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"58":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"58":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":2.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"8":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":3.0},"88":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":13,"docs":{"12":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":3.4641016151377544},"28":{"tf":3.7416573867739413},"50":{"tf":2.0},"58":{"tf":2.8284271247461903},"59":{"tf":2.449489742783178},"62":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"26":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"36":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"80":{"tf":1.0}}},"df":21,"docs":{"104":{"tf":1.0},"14":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"24":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"11":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":25,"docs":{"103":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.6457513110645907},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"46":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"89":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"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}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":10,"docs":{"62":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772}}}},"l":{"df":48,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"88":{"tf":3.0},"9":{"tf":1.0},"92":{"tf":2.23606797749979}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}},"df":6,"docs":{"28":{"tf":1.4142135623730951},"5":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":33,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"14":{"tf":2.449489742783178},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":2.449489742783178},"47":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":3.605551275463989},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":2.8284271247461903},"98":{"tf":2.0}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}},"df":19,"docs":{"108":{"tf":1.0},"28":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"122":{"tf":1.0},"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}}}},"n":{"df":1,"docs":{"23":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"58":{"tf":2.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":2.0}}},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"p":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"118":{"tf":2.0}}},"z":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}},"l":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"{":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"}":{"(":{"0":{".":{"5":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"_":{"0":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"118":{"tf":1.0}}},"2":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"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":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"(":{"\\":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"}":{"(":{"\\":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"{":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"{":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"}":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"df":1,"docs":{"78":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"df":1,"docs":{"114":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"54":{"tf":1.0}}}}}}},"t":{"a":{"_":{"a":{"df":1,"docs":{"117":{"tf":1.0}}},"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"{":{"a":{"+":{"b":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":25,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.0},"59":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":2.449489742783178},"92":{"tf":1.7320508075688772},"93":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.7320508075688772}},"s":{"=":{"3":{"2":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"c":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":37,"docs":{"108":{"tf":3.872983346207417},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":3.3166247903554},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":2.8284271247461903},"28":{"tf":1.4142135623730951},"37":{"tf":3.1622776601683795},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"71":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":5.0990195135927845},"84":{"tf":1.0},"85":{"tf":4.47213595499958},"87":{"tf":4.795831523312719},"88":{"tf":5.291502622129181},"90":{"tf":2.0},"91":{"tf":5.0},"92":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"81":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.0},"18":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"47":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":14,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"15":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"m":{"df":1,"docs":{"46":{"tf":2.449489742783178}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"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":{}},"m":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"14":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"60":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":2.449489742783178}}}}}},"s":{"df":0,"docs":{},"v":{"df":3,"docs":{"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"1":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"b":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"1":{"df":1,"docs":{"58":{"tf":1.0}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":3,"docs":{"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"}":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"53":{"tf":1.0},"94":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":28,"docs":{"101":{"tf":1.0},"111":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.23606797749979}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":18,"docs":{"101":{"tf":1.4142135623730951},"107":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"75":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"114":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":1,"docs":{"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{".":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"16":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"123":{"tf":1.0},"14":{"tf":2.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":2.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"71":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"13":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"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.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":68,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":2.23606797749979},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":3.872983346207417},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":3.605551275463989},"85":{"tf":4.0},"87":{"tf":3.0},"88":{"tf":4.47213595499958},"89":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"90":{"tf":2.0},"91":{"tf":3.605551275463989},"92":{"tf":2.0},"93":{"tf":3.872983346207417},"94":{"tf":4.0},"95":{"tf":3.0},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"11":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{".":{"4":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"11":{"tf":1.0},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"63":{"tf":1.0},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"101":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":2.8284271247461903},"118":{"tf":2.23606797749979},"120":{"tf":2.0},"24":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"58":{"tf":3.1622776601683795},"59":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.8284271247461903},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.8284271247461903},"9":{"tf":2.23606797749979},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}}},"df":1,"docs":{"101":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"114":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":2,"docs":{"80":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"101":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"u":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":2.0},"58":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"81":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"26":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}}}},"y":{"df":8,"docs":{"105":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"46":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":1,"docs":{"93":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"78":{"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":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":7,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":3.0}},"s":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"101":{"tf":1.0},"117":{"tf":1.4142135623730951},"25":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"59":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"46":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"119":{"tf":1.0},"26":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"105":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"x":{":":{"c":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"118":{"tf":2.23606797749979},"120":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":1,"docs":{"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"0":{"0":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}},"2":{"df":1,"docs":{"55":{"tf":1.0}}},"3":{"df":1,"docs":{"56":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"97":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"122":{"tf":1.0},"32":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":24,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"56":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"25":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"12":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":19,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"122":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":2,"docs":{"100":{"tf":1.0},"34":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"21":{"tf":1.0},"50":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"13":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"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":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"r":{"df":4,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"n":{"a":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"n":{"d":{"df":5,"docs":{"35":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"99":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"110":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"105":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"40":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"64":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"115":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":3,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"67":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"15":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"103":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"51":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"47":{"tf":1.0}}}},"p":{"df":1,"docs":{"118":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":9,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":2,"docs":{"115":{"tf":1.0},"14":{"tf":1.0}}},"o":{"d":{"b":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"103":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.0},"119":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":26,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":2,"docs":{"1":{"tf":1.0},"64":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"106":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"115":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"57":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"9":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"104":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"28":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"61":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"103":{"tf":1.0},"33":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"42":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"46":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"98":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"84":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"106":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"59":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"64":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"106":{"tf":1.0},"72":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"113":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":4,"docs":{"40":{"tf":1.0},"68":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}},"i":{"df":2,"docs":{"21":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"46":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":8,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"111":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"17":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0}}}},"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"118":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file